Sorry for the delay in my response, I have been out of the office quite a bit recently.
Side point update - GD and PHP Zip seem to be back up and running, not sure what happened, one of the admins must have tweaked the PHP compile options or something.
Anyway, my config for TinyMCE looks like this:
&customparams=Custom Parameters;textarea; &tinyFormats=Block Formats;text;p,h1,h2,h3,h4,h5,h6,div,blockquote,code,pre,address &entity_encoding=Entity Encoding;list;named,numeric,raw;named &entities=Entities;text; &tinyPathOptions=Path Options;list;rootrelative,docrelative,fullpathurl;docrelative &tinyCleanup=Cleanup;list;enabled,disabled;enabled &tinyResizing=Advanced Resizing;list;true,false;false &advimage_styles=Advanced Image Styles;text; &advlink_styles=Advanced Link Styles;text; &disabledButtons=Disabled Buttons;text; &tinyLinkList=Link List;list;enabled,disabled;enabled &webtheme=Web Theme;list;simple,advanced,editor,custom;simple &webPlugins=Web Plugins;text;style,advimage,advlink,searchreplace,print,contextmenu,paste,fullscreen,nonbreaking,xhtmlxtras,visualchars,media &webButtons1=Web Buttons 1;text;undo,redo,selectall,separator,pastetext,pasteword,separator,search,replace,separator,nonbreaking,hr,charmap,separator,image,link,unlink,anchor,media,separator,cleanup,removeformat,separator,fullscreen,print,code,help &webButtons2=Web Buttons 2;text;bold,italic,underline,strikethrough,sub,sup,separator,separator,blockquote,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,separator,styleprops &webButtons3=Web Buttons 3;text; &webButtons4=Web Buttons 4;text; &webAlign=Web Toolbar Alignment;list;ltr,rtl;ltr
I swapped out my config with the one posted above, which resulted in the following error, when trying to edit a page (and load TinyMCE):
TinyMCE - OnRichTextEditorRegister
An error occurred while loading. Please see the event log for more information.
Parse error: syntax error, unexpected '"', expecting T_STRING in /home/ckts/public_html/manager/includes/document.parser.class.inc.php(790) : eval()'d code on line 13
TinyMCE - OnRichTextEditorInit
An error occurred while loading. Please see the event log for more information.
Parse error: syntax error, unexpected '"', expecting T_STRING in /home/ckts/public_html/manager/includes/document.parser.class.inc.php(790) : eval()'d code on line 13
It did though let me see the underlying html for the page - for example:
<a href=\"assets/files/myfile.pdf\">Link Text</a></p>
Looks like an extra "\" is appearing in front of the link text, which would explain how the entire site URL is getting in there, I guess.
Any more ideas; I’m not sure what to make of the config stuff, I have no experience messing around with TinyMCE, it has always just been there and worked!
Thanks again
D