Recent Topics

1 Oct 03, 2005 14:28    

Hi b2evo-users!

Since I installed "Dawn" I've got the "problem" that my clickable smilies are no longer clickable. The smilies are still working by typing emoticons, but the bar with the smilies is not visible.

Any idea how to fix this?

2 Oct 03, 2005 15:02

I would go into your "plugins" folder -> toolbars and check the settings for "smilies_toolbar.php"

especially this bit

/**
	 * Should be toolbar be displayed?
	 */
	var $display = false;

If it shows "flase" as above, change it to "true"

3 Oct 03, 2005 16:29

That's it! Thank you!

4 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 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;

;)

¥


Form is loading...