FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Integrate HTML editor to Message Editing
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon2.gif  Integrate tinyMCE into FUDForum [message #34484 is a reply to message #31617] Sun, 05 November 2006 11:03 Go to previous message
puCK2001 is currently offline  puCK2001   Italy
Messages: 3
Registered: April 2006
Karma:
Junior Member
wrong..
if you want to use tinyMCE you have to edit header.tmpl in that way..

1. Download TinyMCE and uncompress the tiny_mce into the forum path (the www root not the data root)

2. Template Editor > Edit > header.tmpl > header

3. Find the row
<script language="javascript" src="lib.js" type="text/javascript"></script>


4. Just after this inject the following code
<script language="javascript" type="text/javascript" src="tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
	theme : "advanced",
	mode : "textareas"
});
</script>


5. Save changes and it will work Very Happy

Have a nice day.

Edit: obviously you have then to set each forum to the HTML mode and not to the FUDCode mode, and - i guess - use imagemanager and emotemanager of the TinyMCE and no more the ones of FUDForum.

[Updated on: Sun, 05 November 2006 12:27]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message icon2.gif
Previous Topic: Today's Visitors
Next Topic: "theme" Directory Won't Download
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 22:47:04 GMT 2024

Total time taken to generate the page: 0.04446 seconds