I'd like to be able to add the target of the link in the WYSIWYG. Yes, I can just edit the HTML, but for my users not so HTMLfluent

If you have any suggestions on where to look to change it myself, that would be appreciated as well. Thanks.
Code: Select all
$phpwcms["wysiwyg_editor"] = 3; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw
Thanks! This is the info I needed. I'm using whatever the default is. So I'll check it tonight. Thanks again!DeXXus wrote:There is more than one possible WYSIWYG editor in phpWCMS. What is the setting for your "config.inc.php" line as follows:
BTW, you can ~try~ one of the others, some work better than others, depending on which browser your user's will have, whether mod_rewrite rules will be in place, etc.Code: Select all
$phpwcms["wysiwyg_editor"] = 3; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw