211
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/6 5:30

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Mazarin ah yes your right... Solution = "Don't use "im" in chats" *lol*

Strange we didnt caught this. I think this is because we use jquery rename function with im()... Guess we'll have to rename to some bogus word instead like xim_blabla or something. I'll see into this later today.

The "messages" text is part of the javascript and is stationary in the browser but somehow should be posible to overwrite using language define. It's one of these issues we put a little in the back as it was not the most important but we'll get to this also before release :)..

But nice spotted these two, thanks Mazarin



212
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/5 12:50

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


hehe yeah I dont think that'll be a problem.



213
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/3 20:18

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Sounds great Mazarin :) also I havent had any mayor issues. I did have a small one consearning the soundmanager javascript I installed making a "XX is undefined", but this is an "lazy load issue" I'll sort out rather quickly.

The official release is due in this month I think, someone is away the next 2 weeks because of exams (good luck) and work, but sounds like he has some features planned.

But what needs to be done as I see it is the following.

1) Fixing any upcomming bugs (hopefully none)
2) Adjusting the commenting in the php files.

I have high hopes for releasing around the 18th but let's see if my bet stands the test of time



214
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/1 12:32

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have added a small installation / faq / error resolving document to SVN docs/install.html

please check to see if anyting is missing, but hopefully it does make it more easy to install / getting basic ideas about errors.

@btesec Also I have seen problems with IE 6 and in same test had problems with news submit page being all wrong looking, but when I wanted to make a screenshot a few days later the error was gone and all looked ok. Dont exactely know why, but it looks ok in my site now.



215
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/31 11:30

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


someone has implimented the footer in the chat. Please download from SVN and test.

The style is configurable from xim admin / settings.

Also the cookie problem with minimized / maximized should now be fixed :)



216
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/27 22:23

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Ups first point :-S sorry...

We'll sometimes an include of jquery will make some bugs as xim already is including jquery using preloads. So if you have to includings of jquery the script sometimes stop running. But try to see with firebug if there in consol view is some errors. If this show something like im( or $.( is not defined then it cold be a bug with jquery :)



217
culex
Re: Some codes disappear in some pages!
  • 2010/3/27 21:20

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Try to check these modules templates. Maybe they use the same name and therefore overwrites yours



218
culex
Re: Is this possible? (mysql question)
  • 2010/3/27 21:00

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Hmmm yes possibly possible (interesting sentence really )

If you record the clicks as update and with a timestamp.

$sql "UPDATE ".$xoopsDB->prefix('table_name')." SET click = click + 1 AND time = NOW() WHERE ID = $id"'";
$result = $xoopsDB->queryF($sql);


Then make a function something like this..

function XX_HalfClicks () {
global 
$xoopsDB;
$sql "UPDATE * FROM ".$xoopsDB->prefix('mytable')." WHERE time = DATE_SUB(NOW(),INTERVAL -1 week) SET click = click/2";
$result=$xoopsDB->queryF($sql);
}



Something like this. The function could forinstance be in the header or something like this (just check the code though, It was simply as an example, I havenet checked if it work or anything :)



219
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/26 18:09

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Quote:

thank you very much Culex, but I did not understand the first point, can you explain me better?


Sure... If you use protector module (higly recomendable) sometimes you'll see the protector module mistake the ajax constant requesting the database as a dos / crawler attack. But if you write "xim" as an allowed module then protector will not "blank page".

Se picture example here

Also if the script is still not working use FireBug for Fire Fox to see if the ajax is running in console view.

Picture example here



220
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/26 11:45

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Skag There are a number of things you can try.

1) Remove older jquery from theme.
2) Add xim to the protector "Modules out of DoS/Crawler checker"
3) Clean cache folders
4) update system module, xim module.
5) Check Firebug to see if any errors and if the chat.php is running checks




TopTop
« 1 ... 19 20 21 (22) 23 24 25 ... 49 »



Login

Who's Online

162 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits