Files extracted...now what? (Plug-in activation)
m.e. - July 22, 2008 - 15:07
| Project: | Tiny Tiny MCE |
| Version: | 6.x-1.7 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The TinyTinyMCE files are now located in sites/all/modules/tinymce. How do I activate the plug-in within Drupal?
The installation html file gives more generic instructions; I don't see Drupal mentioned. When I log into Administration for my site, I can't find any evidence of TinyTinyMCE in modules, input formats, or content creation.
Did I miss some obvious documentation about this step? Thanks.

#1
The project page specifically states:
you state:
please confirm the folder name.
#2
I understood the instructions to mean: put the tar file in sites/all/modules, and untarring would result in the tinytinymce folder being created. Instead, it created tinymce, so my final path was sites/all/modules/tinymce.
Should I create sites/all/modules/tinytinymce, put the tar inside it, untar, and end up with sites/all/modules/tinytinymce/tinymce?
#3
seems to me you don't even have the tinytinymce module installed. When I look at the module itself downloaded from drupal.org, it has in it a tinytinymce folder, this should be extracted to sites/all/modules where it will then be a path like sites/all/modules/tinytinymce
then you must install the tinymce library in the folder provided by the tinytinymce module
I think the fact that this is a two part process, may be confusing you and would explain why you've not go the proper INSTALL.txt file ?
see below:
#4
The Drupal page downloads this file: http://ftp.drupal.org/files/projects/tinytinymce-6.x-1.7.tar.gz
It refers to these instructions: http://drupal.org/project/tinytinymce (which, again, I may have misinterpreted based on behavior of other installs).
There's no mention of an install.txt file, and I see that nowhere in my directories, so I didn't see the instructions you've pasted above. You're right that I'm confused.
I'm going to start over with a tinytinymce directory and see if that fixes things.
#5
the INSTALL.txt file is inside the archive : of tinytinymce-6.x-1.7.tar.gz. I can open the link you posted above and go inside the archive and see the INSTALL.txt
#6
For now - assuming you've posted the installation instructions I would find there - here is where I am.
I have removed the tinymce directory from sites/all/modules/tinymce.
I have started over by creating, instead, modules/tinytinymce. Within that I have extracted all the files. So now I have sites/all/modules/tinytinymce/tinymce/jscripts and so on.
For now I have skipped the optional step that reads "Copy or move the contents of the folder tinymce-jscripts-tiny_mce-plugins-pagebreak into tinymce/jscripts/tiny_mce/plugins/pagebreak." (I skipped it because I see no directory called tinymce-jscripts-tiny_mce-plugins-pagebreak to copy from. Where is that?)
Instead I have moved on to admin/build/modules on my Drupal site to attempt to enable the module. Tinytinymce does not appear in my list of modules, however. How do I activate it?
#7
you don't see that directory, because it sounds like you still aren't actually unarchiving the tinytinymce drupal module and are only unarchiving the tinymce library
you must extract and add to sites/all/module the tinytinymce.module which is downloaded from the link you posted in the thread above. Without it the tinymce library cannot communicate with drupal.
so
step one get http://ftp.drupal.org/files/projects/tinytinymce-6.x-1.7.tar.gz
extract it to sites/all/modules
then browse to THAT folder and follow the remainder of the instructions.
#8
I used a tar command to extract. Since apparently that's the hangup, can you please give me the exact tar command that will give me the correct result?
Thanks.
#9
I don't use the command line for extraction. I use 7zip. Though either method of extraction doesn't explain why you don't see/have an INSTALL.txt in the directory.
#10
I have it now, and it's showing in Drupal. Thanks!
However, the editing window created by TinyTinyMCE is wider than the main content area in my theme (Barlow). Is there some way to adjust this? I'm not quite seeing all the icons on the right side. (I can't tell exactly how much is cut off -- I'm seeing about half of the paint palette icon, if that helps.)
#11
I don't deploy editors, have only tested them in the past and on default themes. I'd guess you are running into a css issue with the theme or the editor itself.
Test on a defaul theme like garland. If it works correctly there, consider filing a support request against the theme.
At this point I am marking this as fixed since you now have tinytinymce up and running.
#12
Thanks for dealing with this Ken. The remaining issue does, indeed, sound like some tweak is needed to the CSS.
#13
I'd also like to suggest a rewording of instructions to make it clearer where to put and extract the tar file (not where it should end up - since this is handled during extraction / installation).
#14
Automatically closed -- issue fixed for two weeks with no activity.