GetSimple Support Forum

Full Version: Bugfix for some TinyMCE Problems (GetSimple 1.7)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please change line 241 in File admin/edit.php line 241 from:

Code:
relative_urls:false

into

Code:
relative_urls:true,
document_base_url : "<?php echo $SITEURL; ?>"

See: http://wiki.moxiecode.com/index.php/Tiny...t_base_url

This should fix the problems with images and adding "/admin".
For a better Preview add
Code:
content_css : "<?php echo $SITEURL."theme/".$TEMPLATE; ?>/default.css",
Please note: adapt the name of the css File if necessary.

Unfortunately i can´t* get TinyMCE to show me my css classes in the style dropdown Field. But there is Hope ... CKEditor

*can`t, can´t or can't?
FYI, this issue with edit.php still exists in 1.71