Ell20 Posted December 12, 2007 Share Posted December 12, 2007 Hey guys, You have been so helpful to me whilst I have been making my website and the guys at tinymce charge for support so I thoughts I would see if any of you can possibly help me. Im not sure where to post it so I am just going to put it here, sorry if its wrong. I am trying to use TinyMCE to convert my textareas to look similar to what you can see when you post on this forum. I have followed the online instructions they give to install tinymce yet I dont seem to be able to get it working. I uploaded the whole folder downloaded from the site to the /public_html folder. I then placed this code in the header on the page: <head> <script language="javascript" type="text/javascript" src="/public_html/tinymce/jscripts/tiny_mce/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas" }); </script> </head> But when I load the page the textarea looks no different from normal? Really appreciate any help, it could be a simple error! Link to comment https://forums.phpfreaks.com/topic/81336-solved-tinymce/ Share on other sites More sharing options...
farkewie Posted December 12, 2007 Share Posted December 12, 2007 i have onl used fckeditor, but look at the docs for it you may just need to change the "mode" Link to comment https://forums.phpfreaks.com/topic/81336-solved-tinymce/#findComment-412799 Share on other sites More sharing options...
Ell20 Posted December 12, 2007 Author Share Posted December 12, 2007 I just looked into what you said: "textareas - Converts all textarea elements to editors when the page loads." The mode its currently set at should work I think? Link to comment https://forums.phpfreaks.com/topic/81336-solved-tinymce/#findComment-412805 Share on other sites More sharing options...
farkewie Posted December 12, 2007 Share Posted December 12, 2007 tinyMCE.init({ mode : "textareas", theme : "advanced" }); all the other options are here http://wiki.moxiecode.com/examples/tinymce/installation_example_01.php Link to comment https://forums.phpfreaks.com/topic/81336-solved-tinymce/#findComment-412813 Share on other sites More sharing options...
Ell20 Posted December 12, 2007 Author Share Posted December 12, 2007 Ive done it now, the path didnt require the /public_html section. Ive now configured it to only show up on selected textareas, thanks Link to comment https://forums.phpfreaks.com/topic/81336-solved-tinymce/#findComment-412814 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.