|
Re: Clicking on smiley shortcuts does not work in Konqueror 2.2.2 [message #811 is a reply to message #809] |
Fri, 01 March 2002 15:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
djupsjob wrote on Fri, 01 March 2002 8:55 AM | There seems to be quite big javascript problems between konqueror and fudforum. In addition to the avatar selection problem mentioned earlier the smiley shortcuts and the formatting tools in the posting form does not work. Clicking on them does nothing.
|
I will see what's going with konqueror. We have been aware of this problem for a while, however the problem seems to have been with konqueror's JavaScript support, or atleast that was the case with Kde 2.2.1.
FUDforum Core Developer
|
|
|
Re: Clicking on smiley shortcuts does not work in Konqueror 2.2.2 [message #817 is a reply to message #809] |
Fri, 01 March 2002 20:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This error has been fixed in latest CVS.
The JavaScript code has been tested and works on the following browsers:
IE 5-6 NS 4.79 Mozilla 0.9.8 Konqueror 2.2.2 Opera 5.0
To fix the bug grab lib.js from latest CVS and replace your lib.js with the one from CVS.
FUDforum Core Developer
|
|
|
|
Re: Clicking on smiley shortcuts does not work in Konqueror 2.2.2 [message #839 is a reply to message #838] |
Sat, 02 March 2002 21:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
djupsjob wrote on Sat, 02 March 2002 3:22 PM |
prottoss wrote on Fri, 01 March 2002 10:14 PM | This error has been fixed in latest CVS.
|
Good! Thanks for the information. If I just could get the forum installed everything would be just great...
|
Oh, What's the problem with getting it installed?
FUDforum Core Developer
|
|
|
|
Re: Clicking on smiley shortcuts does not work in Konqueror 2.2.2 [message #866 is a reply to message #809] |
Mon, 04 March 2002 18:03 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Can you try to following bit of code on your server. If it works then I may be able to fetch the info about your php.ini file.
<?php echo ini_get("error_reporting")."<br>\n"; ?>
OR
<?php echo get_cfg_var("error_reporting")."<br>\n"; ?>
FUDforum Core Developer
|
|
|
|
Re: Clicking on smiley shortcuts does not work in Konqueror 2.2.2 [message #868 is a reply to message #867] |
Mon, 04 March 2002 19:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
djupsjob wrote on Mon, 04 March 2002 2:56 PM |
prottoss wrote on Mon, 04 March 2002 8:03 PM | Can you try to following bit of code on your server. If it works then I may be able to fetch the info about your php.ini file.
<?php echo ini_get("error_reporting")."<br>\n"; ?>
|
This snippet gives this result:
2039
What does that mean?
|
It means that you can use ini_get to fetch your php's ini settings. Do this, it should show you a list of all the disabled functions.
<?php echo ini_get("disable_functions")."<br>\n"; ?>
FUDforum Core Developer
|
|
|
|