By erikhopp on
hi.
i have installed 4.7 RC3 and TinyMCE CVS and for some reason i can't seem to get all of the TinyMCE settings to show up in admin/settings/tinymce.
for some reason, i am only seeing the default settings. i'd like to see something like this (http://www.asitis.org/tmp/tinymce_button.png) which is apparently what the settings page is supposed to look like.
the module seems to work, but i'd like to add some more buttons.
i think i have followed the installation instructions correctly. and i have enables the proper permission in access control.
anybody have any ideas?
thanks in advance.
e.
Comments
TinyMCE
I am having the same problem. I have not even looked around for a solution yet. But you are not the only one having issues.
Thanks -
Todd
http://www.cadforless.com
re: tinymce settings
I've never seen anything in TinyMCE like the screenshot you included. It would be great to have those options!
The trick is in timymce.module
I modified this file in the section that has the following comment:
// Add some extra features when using the advanced theme.
I modified mine in the following manner:
switch ($theme_name) {
case 'advanced':
$init['extended_valid_elements'] = 'a[href|target|name|title|onclick]';
$init['theme_advanced_buttons3_add_before'] = 'tablecontrols,separator';
$init['plugins'] = file_exists(drupal_get_path('module', 'tinymce'). '/tinymce/jscripts/tiny_mce/plugins/drupalimage') ? 'drupalimage,table,emotions,print,fullscreen,iespell' : 'table,emotions,print,fullscreen,iespell';
// $init['theme_advanced_buttons3_add'] = 'drupalimage,emotions,separator,print';
$init['theme_advanced_buttons1_add'] = 'fontselect,fontsizeselect';
$init['theme_advanced_buttons2_add'] = 'separator,fullscreen,iespell';
$init['theme_advanced_buttons3_add'] = 'drupalimage,separator,forecolor,backcolor,separator';
break;
}
This added full screen, iespell, forecolor, backcolor, fontsize and fontselect.
Plugins need to be specified twice (I guess) in the line that starts with $init['plugins']
I ended up spending a lot of time grepping files and querrying the database to figure this out.
Hope this helps.
Did you create a profile?
Did you create a profile? You need to create one and assign a user role(s) to it. Then you'll be able to select the buttons you want to show in the editor.
where?
i don't see anywhere in the install file or the module or anywhere else where it says how to create a profile.
can someone point me to some doc or tell me how to do it?
thanks.
e.
http://mediamutiny.org | http://quilted.org
here...
goto admin>settings>tinymce
it should say "create new profile" somewhere
Well, try this…
Well, try this…
I’m using Drupal 4.6.5 and TinyMCE module rev. 1.58 with TinyMCE 2.0.1.
Go to admin/access under tinymce module and select the user role(s) who will have permission to access tinymce.
Go to admin/settings/tinymce and set the Default tinymce state to On. Above that you should see a link: Create a new profile. A new page, "Add new tinymce profile", will appear.
There are options on that page to assign the user roles to that profile, select the buttons that will appear in the toolbar, and others specific to TinyMCE such as the location of the toolbar, the types of pages it will be shown on, etc.
A Toolbar location of top and an alignment of left seem to work best. Also, if TinyMCE items show up in the wrong location, try setting the Editor CSS: to tinyMCE default.
Hope this helps.
hmmm... no profile link
hi.
thanks for the thorough response.
here is what my tinymce settings page looks like: http://www.onthecommons.org/files/tinymce_settings.png
there are no links like you describe for creating a new profile.
perhaps its a bug in CVS or maybe even 4.7 RC3?
any ideas?
http://mediamutiny.org | http://quilted.org
anybody have any idea if this is a bug?
anybody have any idea if this is a bug in the module or if it is something specific to my setup?
thanks.
e.
http://mediamutiny.org | http://quilted.org
For me working fine
After seeing this post. I have installed on Drupal 4.7 cvs. Tinymce cvs and TinyMCE 2.0.2. No errors at all working fine with compressor enabled too.
Sunny
www.gleez.com | www.sandeepone.com
hmmmm.
well, this is confusing because i just reinstalled the tinymce module and i am still having the same problem.
e.
http://mediamutiny.org | http://quilted.org
Try Latest CVS
Try download the Latest tinymce.module Cvs and check.
Sunny
www.gleez.com | www.sandeepone.com
thats what i did.
i am using the latest tinymce.module revision cvs 1.66
still having the same problem...
e.
http://mediamutiny.org | http://quilted.org
same here
this won't help you, but we're experiencing the same problem here within the same setup - so it seems not to be your fault...
no one's got an idea yet?
tinymce settings hidden
i'm running 4.7-beta-6 and have the same problem as stated avobe.
i'll create an issue: http://drupal.org/node/56481
the settings remain hidden.
by now the only solution to edit them is by disabling javascript in the browser.
To create a profile
For some unknow reason unless your template is outputting:
$help
$messages
in your template you won't see the link to be able to create a TinyMCE profile. God knows why this wasn't all in $content
solve ur tinymc prob
yes, i will solve ur problem .plz give details.
chandan