MyBB Community Forums

Full Version: [FIXED]Advanced WYSIWYG editor - Only in Quick reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am using the Advanced WYSIWYG editor plugin, but it only added the editor into quick reply form. The new thread is the non-wysiwyg editor. How could I fix this? I know it might be a problem related to the templates as I am using a custom theme instead of the default Mybb one, but I am not so experienced with that. Please help me AngelUndecided
can you give the link of that plugin - and have you configured the editor settings
http://mods.mybb.com/view/wysiwyg-editor
I have enabled the wysiwyg editor in everything (in the plugin's settings). It works well in the quick reply - if I disable it - it no longer appears in quick reply, and so on. But the new thread or full reply etc. doesn't work at all. Like if something was overriding it or something like that.
Link for the forums - http://forums.gamesetonline.com/
Edit: Also in the PM editor it doesn't show up.
open inc/plugins/wysiwyg.php file in a text editor (eg. notepad++)

find below code (line 396)
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1603\"></script>", $new, $page); 

add below code after above in a new line
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1609\"></script>", $new, $page); 

save the file. it should work as per your configured settings.
(2013-04-17, 03:18 AM).m. Wrote: [ -> ]open inc/plugins/wysiwyg.php file in a text editor (eg. notepad++)

find below code (line 396)
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1603\"></script>", $new, $page); 

add below code after above in a new line
$page = str_replace("<script type=\"text/javascript\" src=\"jscripts/editor.js?ver=1609\"></script>", $new, $page); 

save the file. it should work as per your configured settings.

Thanks works perfectly! Rep +1.

Also, could you help me one more time, please? I installed MyAlerts plugin and on any page there is the Alerts (0) on the tab next to User CP etc. Problem is, when you want to roll out these alerts and see new alerts, the window that rolls out is hidden behind the main (white) area of the forums. How could I fix that? :\
You don't really need a plugin for that check this tutorial on how to make advanced quick reply form
http://letsforum.com/Thread-MyBB-Advance...gin-Needed