2013-04-17, 08:23 PM
(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? :\