Posted by: guest - Thursday, 13 September 2007 04:11:34
This editor is light but powerful. It's used in Microsoft's [url=http://asp.net/downloads/starter-kits/blog-engine/]BlogEngine.NET starter kit[/url]. You can [url=http://tinymce.moxiecode.com/]find it here[/url]. It might be a nice addition to the list of choices of text editors.
Posted by: mjhufford - Wednesday, 19 September 2007 08:57:57
I'm not on the dev team yet, but I could take a whack at it. I've tweaked mine so I can use the Telerik RadEditor...good stuff. The TinyMCE looks pretty nice...and clean too.
Posted by: Jaben - Wednesday, 19 September 2007 20:04:58
[quote=mjhufford]I'm not on the dev team yet, but I could take a whack at it. I've tweaked mine so I can use the Telerik RadEditor...good stuff. The TinyMCE looks pretty nice...and clean too.[/quote]
Speaking of which, can you provide your RadEditor code? Contact me via PM if you want to e-mail it to me. I can integrate it.
Posted by: Jaben - Thursday, 20 September 2007 08:29:36
I just added support for TinyMCE... Very simplistic.
Posted by: mjhufford - Thursday, 20 September 2007 09:35:08
[quote=Jaben]Speaking of which, can you provide your RadEditor code? Contact me via PM if you want to e-mail it to me. I can integrate it.[/quote]
I think I've got you email address - I just sent the code over to you. Let me know if anything looks weird.
~MJ
Posted by: mjhufford - Thursday, 20 September 2007 18:04:38
By the way, TinyMCE is pretty slick - nice suggestion Jim...and nice implementatin Jaben!
Posted by: Jaben - Thursday, 20 September 2007 18:56:30
Thanks. Happily it was simple to add and it works really great.
Posted by: balochbaahand - Saturday, 1 November 2008 23:21:41
Can you please post the implementation and code for adding tinymce.. i tried alot but i am not able to do it..
please help..
Posted by: balochbaahand - Sunday, 2 November 2008 20:23:45
can anyone please help me...
Posted by: Steviepunk - Friday, 7 November 2008 05:46:56
The code is built into the forum by default now, what you will need is the TinyMCE editor files installed on your server in order for the forum to use them.
If TinyMCE is in place already, then you should be able to select it as the editor in the Admin -> Host Settings -> Editing/Formatting Settings section.
If that doesn't help, then I suggest posting the version of the forum you are using so that someone can help appropriately.
Posted by: balochbaahand - Tuesday, 9 December 2008 21:27:00
i have placed the folder on my site inside editor folder of the forum and i have also placed the tinymce .dll file in the bin folder but still it does not work... i am using YAF-v1.9.1.8
Posted by: balochbaahand - Tuesday, 16 December 2008 02:33:53
can anyone tell me how to add tinymce as the editor of my forum i tried all but nothing works, please help
Posted by: benwhyte83 - Wednesday, 21 January 2009 21:34:18
Hey,
I'm also experiencing the same problems as balochbaahand.
I have set up 1.9.3 RC2 but cannot get TinyMCE working. I took the dll file from the .Net package here http://tinymce.moxiecode.com/download.php and put it in the YAF bin folder. I then selected TinyMCE as the editor in the admin. I also tried putting the tiny_mce folder from the Main Package on this download page in the editors folder in YAF with no luck.
Any ideas?
Thanks
Posted by: Jaben - Thursday, 22 January 2009 00:43:43
Posted by: benwhyte83 - Thursday, 22 January 2009 19:49:32
Thanks for your help Jaben, that worked :)
I was using a newer version of TinyMCE and looks like that wasn't ready in YAF out of the box which is cool.