Closed (fixed)
Project:
TinyMCE
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2005 at 23:16 UTC
Updated:
12 Jan 2006 at 21:02 UTC
I've never used tinymce before but I'm pretty sure this is a bug. The Block Format, which I assume is a drop down, does not display when editing. The other buttons I checked in settings do display, just no format block. I'm running tinymce cvs on Drupal 4.7 from the CVS.
Is there supposed to be a checkbox for this in the Buttons/Plug-ins section? There doesn't seem to be one.
Thanks.
Ben.
Comments
Comment #1
4p commentedI also noticed this error in // $Id: plugin_reg.php,v 1.6 2005/12/19 20:08:01 mathias Exp $
I fixed by changing line 57 in plugin_reg.php
from:
$plugins['font']['theme_advanced_buttons1'] = array(fontselect', 'fontsizeselect');to:
$plugins['font']['theme_advanced_buttons1'] = array('formatselect', 'fontselect', 'fontsizeselect');after you have changed the code and have checked 'formatselect' in the tinymce settingsscreen it should work.
Jos
Comment #2
matt westgate commentedFixed. Thanks!
Comment #3
(not verified) commented