YAFLogo

guest
  • guest
  • Guest Topic Starter
17 years ago
This editor is light but powerful. It's used in Microsoft's BlogEngine.NET starter kit . You can find it here . It might be a nice addition to the list of choices of text editors.
Sponsor
mjhufford
16 years ago
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.
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago

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.

mjhufford wrote:

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.

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
I just added support for TinyMCE... Very simplistic.
mjhufford
16 years ago

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.

Jaben wrote:

I think I've got you email address - I just sent the code over to you. Let me know if anything looks weird.

~MJ

mjhufford
16 years ago
By the way, TinyMCE is pretty slick - nice suggestion Jim...and nice implementatin Jaben!
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
Thanks. Happily it was simple to add and it works really great.
balochbaahand
15 years ago
Can you please post the implementation and code for adding tinymce.. i tried alot but i am not able to do it..

please help..

balochbaahand
15 years ago
can anyone please help me...
Steviepunk
15 years ago
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.

balochbaahand
15 years ago
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
balochbaahand
15 years ago
can anyone tell me how to add tinymce as the editor of my forum i tried all but nothing works, please help
benwhyte83
15 years ago
Hey,

I'm also experiencing the same problems as balochbaahand.

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

benwhyte83
15 years ago
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.