Support Joomla!
Search: Advanced Search
Serving 4132 extensions to the community. Last updated on December 1.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 669 guests and 45 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Akaias Extensions(0) | Reviews(1) | Favourites(0)
AJAX Shoutbox
 nice shoutbox, December 8, 2007

AJAX Shoutbox an excellent shoutbox, but need a little tweeking'

i got the german specialchars (like ö,ä,ü etc ) working by patching the mod_shoutbox.php... (on NON UTF-8 Pages!! )

edit line 172 - 178 to look like :
-----
function jal_special_chars ($s) {
$s = htmlentities( utf8_decode($s), ENT_COMPAT , _JAL_ISO );

// if ( strtolower ( _JAL_ISO ) != 'utf-8' )
// $s = utf8_decode ( $s );
return str_replace("---","−-−",$s);
}

----

next :
uncomment line 234 so that it looks like :
----
$jal_user_text = jal_special_chars(trim($jal_user_text));
----

and finally :
line 316 :
----
echo 'time ).'">'.stripslashes($url).' : '.convert_smilies(" ".stripslashes(html_entity_decode($r->text))).'
----

maybe just a dirty hack, but on my 4 joomla pages it worked....
havn't set up a pure utf-8 page yet, maybe it try next week