1 hokey Oct 03, 2005 14:28
3 hokey Oct 03, 2005 16:29
That's it! Thank you!
4 raspb3rry Apr 16, 2006 13:42
where do I find "smilies_toolbar.php" in Phoenix? I can't find it in the plugins folder >.<. My smilies aren't clickable!
5 yabba Apr 16, 2006 14:01
Find these lines in plugins/_smilies.plugin.php :-
if (document.getElementById('content') && document.getElementById('content').type == 'textarea') {
myField = document.getElementById('content');
and replace them with :-
if ( b2evoCanvas && b2evoCanvas.type == 'textarea') {
myField = b2evoCanvas;
;)
¥
6 raspb3rry Apr 16, 2006 14:08
Woot! Thanks :D~
I would go into your "plugins" folder -> toolbars and check the settings for "smilies_toolbar.php"
especially this bit
If it shows "flase" as above, change it to "true"