Thanks Steve, I just went into "create new topic" in drupal forum and didn't see tinymce initialisation
| Project: | Tiny Tiny MCE |
| Version: | 6.x-1.10 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
I tried installing tinytinymce several times and it didn't work. can someone help me to see where I did wrong. Here are the steps that I followed:
1. downloaded drupal tintytinymce6.x.-1.10, extracted/uploaded all files to /sites/all/modules/tinytinymce/
2. downloaded tinymce3.2.1.1 package, extracted/uploaded the files to mysite /sites/all/modules/tinytinymce/tinymce/ folder. tinymce js script is at
/sites/all/modules/tinytinymce/tinymce/jscripts/tiny_mce/tiny_mce.js
3. enbled tinytinymce module in my admin interface
4. grant permission to tinytinymce
When I tried to create new topic, I still see the old blank text editor. I don't see the rich text editor toggle link either.
I've tried to install several times. The result is always the same - nothing changed on my drupal site. no wysiwyg editor showing up in any textarea.
I've succesfully installed tinymce drupal module and fckeditor before. But there is no media button in these modules. I need to play embeded wmv/wma/mp3 on my site. That's why I am trying to install tinytinymce. Hopefully I can get all the buttons in the advanced mode.
Thanks in advance for your help!

#1
but still no luck with my existing instance of drupal 6.6 (utf-8 encoding, chinese language).
no error message at all. The rich editor just doesn't show up.
I suspected that the tinytinymce doesn't work with utf-8 or zh-cn
#2
TinyMCE definitely works with utf-8 but I'm not sure about Chinese character sets.
Your description suggests that you have installed the module correctly.
When you go to a page where you expect to see the editor it might be worth examining the HTML for the page. You should see the tinymce initialisation script in the HEAD section. Do you see that?
#3
I can see tinytinymce is enabled in admin and configuration/permission pages.
The following is the entire head section on forum create topic page:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/cms/files/favicon_0.ico" type="image/x-icon" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/book/book.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/node/node.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/poll/poll.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/system/defaults.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/system/system.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/system/system-menus.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/user/user.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/modules/forum/forum.css?F" />
<link type="text/css" rel="stylesheet" media="all" href="/cms/themes/bluemarine/style.css?F" />
<script type="text/javascript" src="/cms/misc/jquery.js?F"></script>
<script type="text/javascript" src="/cms/misc/drupal.js?F"></script>
<script type="text/javascript" src="/cms/misc/tabledrag.js?F"></script>
<script type="text/javascript" src="/cms/files/languages/zh-hans_c037776c1ce3218575af40207c578825.js?F"></script>
<script type="text/javascript" src="/cms/sites/all/modules/imce/imce/js/imce_set_inline.js?F"></script>
<script type="text/javascript" src="/cms/misc/jquery.form.js?F"></script>
<script type="text/javascript" src="/cms/misc/ahah.js?F"></script>
<script type="text/javascript" src="/cms/misc/progress.js?F"></script>
<script type="text/javascript" src="/cms/misc/autocomplete.js?F"></script>
<script type="text/javascript" src="/cms/misc/collapse.js?F"></script>
<script type="text/javascript" src="/cms/misc/teaser.js?F"></script>
<script type="text/javascript" src="/cms/misc/textarea.js?F"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/cms/", "ahah": { "edit-book-bid": { "url": "/cms/?q=book/js/form", "event": "change", "keypress": null, "wrapper": "edit-book-plid-wrapper", "selector": "#edit-book-bid", "effect": "slide", "method": "replace", "progress": { "type": "throbber" }, "button": false }, "edit-attach": { "url": "/cms/?q=upload/js", "event": "mousedown", "keypress": true, "wrapper": "attach-wrapper", "selector": "#edit-attach", "effect": "none", "method": "replace", "progress": { "type": "bar", "message": "请稍等..." }, "button": { "attach": "上传" } } }, "teaserCheckbox": { "edit-teaser-js": "edit-teaser-include" }, "teaser": { "edit-teaser-js": "edit-body" }, "tableDrag": { "upload-attachments": { "upload-weight": [ { "target": "upload-weight", "source": "upload-weight", "relationship": "sibling", "action": "order", "hidden": true, "limit": 0 } ] } } });
//--><!]]>
</script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
if (Drupal.jsEnabled) { $(document).ready(function() { $('#edit-book-pick-book').css('display', 'none'); }); }
//--><!]]>
</script>
<script type="text/javascript"> </script>
</head>