the nukecops patched version for phpnuke 7.7 adds the posibility to enable/disable the WYSIWYG feature per module. But it has a bug that only enables the basic WYSIWYG interface. It´s ok for users and visitors but admins need the advanced interface... if you want to enable the advanced interface for admins you got to do the following steps:
open includes/javascript.php
find
Code:
} elseif (in_array("$name", $nowysig) OR $adveditor == 1) {
and replece by
Code:
} elseif (in_array("$name", $nowysig)){// OR $adveditor == 1) {
open config.php
find
Code:
$display_errors = 1;
after add
Code:
$adveditor = 1;
hope this help. I´m not a good programmer and I don't know if it is the best solution for this problem, I just wanted to contribute to this site because I find a lot of solutions to my phpnuke's problems in it.
sorry for my poor english
Xyberian Colonel
Joined: Mar 14, 2004
Posts: 1921
Location: Behind you
Posted:
Sat Jun 18, 2005 10:47 am
Tweak & try wysiwyg editor patch by ravenphpscripts.com. That's the very similar but that patch enables you to control wysiwyg editor for individual modules.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum