rich_edit_exists() = true
-
Hi everybody!
Does someone have an idea how i can make the rich_edit_exists()-function return ‘false’? Sadly it is referenced hardcoded from profile.php and i have no idea how i get rid of the input-field (Use the WYSIWYG-Editor). The only way seems to be to delete/rename the tiny_mce.js …alternatively i saw people modify/remove parts of backend pages with a small function that preg_replace()s some content and ob_start calling this function. unfortunately i dont manage to adopt this.
Unfortunately hiding it via CSS only works in Geckos-Browsers for markup reasons.
Could i hide it using JS, too? (cross-browser)
Help appreciated
- The topic ‘rich_edit_exists() = true’ is closed to new replies.