Search found 2 matches

by thedragonman
Thu Feb 28, 2008 10:57 am
Forum: Submit Your Suggested Tips & Tricks Here
Topic: Updated HOW TO: Add FONT Buttons TinyMCE WYSIWYG
Replies: 1
Views: 608

Re: HOW TO: Add FONT Buttons TinyMCE WYSIWYG

Here is for Joomla 1.5 as found by a fellow user. open joomla/plugins/editors/tinymce.php Find the following lines (on mine it was about 3/4 of the way through the file) theme_advanced_buttons1_add : \"fontselect\", theme_advanced_buttons2_add : \"$buttons2\", theme_advanced_butt...
by thedragonman
Tue Feb 26, 2008 9:51 pm
Forum: Submit Your Suggested Tips & Tricks Here
Topic: Updated HOW TO: Add FONT Buttons TinyMCE WYSIWYG
Replies: 1
Views: 608

Updated HOW TO: Add FONT Buttons TinyMCE WYSIWYG

By Default TinyMCE is configured in Joomla so that functions such as Font Size, Color, Style, etc are not enable and are controlled by the CSS code. For many this is a pain so I dug around and found a way to impchange the options avaliable to the user in TinyMCE Editor. Options for the TinyMCE Mambo...