[ABD] TinyMCE integration

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
garak
Registered User
Posts: 57
Joined: Wed Jul 23, 2008 12:48 pm
Location: Rome, Italy
Name: Massimiliano Arione

Re: [DEV] TinyMCE integration

Post by garak »

Pseudonym wrote:Very cool mod, Garak. I've been waiting for this for a while now.

Obviously this is still in development stage, but what are the current limitations? Have you got WYSIWYG Quotes working nicely? Inline files?

Very exciting - I'll keep an eye on your progress! :D
I'm happy you appreciate my work.
Well, actually it's in development just because it's a young mod. I want to wait until a good number of people will use it, and possibly report bugs (to fix them ASAP).
If you want to know what is working and what is not: just try it ;) and let us know.
Mudjosh
Registered User
Posts: 234
Joined: Sat Jun 14, 2008 11:04 pm

Re: [DEV] TinyMCE integration

Post by Mudjosh »

I don't know much about TinyMCE so I will be a total noob for a second here..

My first question is, I would understand that it might involve some small graphic design on my part, but is it possible to convert custom bbcodes into TinyMCE options?

Secondly, does this adapt to the style you are using? If you are using a darker style, does it stick out like a sore thumb?

Thanks! If you could provide an answer for those, I might look into installing it. It looks sweet! :D
garak
Registered User
Posts: 57
Joined: Wed Jul 23, 2008 12:48 pm
Location: Rome, Italy
Name: Massimiliano Arione

Re: [DEV] TinyMCE integration

Post by garak »

Mudjosh wrote:I don't know much about TinyMCE so I will be a total noob for a second here..

My first question is, I would understand that it might involve some small graphic design on my part, but is it possible to convert custom bbcodes into TinyMCE options?

Secondly, does this adapt to the style you are using? If you are using a darker style, does it stick out like a sore thumb?

Thanks! If you could provide an answer for those, I might look into installing it. It looks sweet! :D
First: yes, but a knowloedge of javascript is required, since you must edit plugins/bbcode/editor_plugin.js file to add your custom bbcodes (as long with desired HTML to be converted to/from)

Second: not automatically, but you can manage with graphic files to create your custom TinyMCE theme.
Mudjosh
Registered User
Posts: 234
Joined: Sat Jun 14, 2008 11:04 pm

Re: [DEV] TinyMCE integration

Post by Mudjosh »

I am actually about to start in college for website design.. Sadly I'm not quite in there so I don't know javascript yet.. Is there a site on the web that gives tutorials on Javascript? I don't know if w3schools does or not.. but that is where I go for html.. :?
garak
Registered User
Posts: 57
Joined: Wed Jul 23, 2008 12:48 pm
Location: Rome, Italy
Name: Massimiliano Arione

Re: [DEV] TinyMCE integration

Post by garak »

Mudjosh wrote:I am actually about to start in college for website design.. Sadly I'm not quite in there so I don't know javascript yet.. Is there a site on the web that gives tutorials on Javascript? I don't know if w3schools does or not.. but that is where I go for html.. :?
This is a bit off topic. You should search google, or better amazon (a book is better than a tutorial, if you're just a beginner)
bypan6
Registered User
Posts: 2
Joined: Wed Dec 03, 2008 4:01 pm

Re: [DEV] TinyMCE integration

Post by bypan6 »

Hi garak,

Thanks for the great plugin! I wanted to report that the integration works well for IE and Firefox, but does not work for Safari. (In Safari, the html does not get rendered automatically back into bbcode.)
garak
Registered User
Posts: 57
Joined: Wed Jul 23, 2008 12:48 pm
Location: Rome, Italy
Name: Massimiliano Arione

Re: [DEV] TinyMCE integration

Post by garak »

bypan6 wrote:Hi garak,

Thanks for the great plugin! I wanted to report that the integration works well for IE and Firefox, but does not work for Safari. (In Safari, the html does not get rendered automatically back into bbcode.)
Unfortunately, I can't reproduce your bug, since Safari is not available for Linux.
Can you dig into it? Do you think it's a TinyMCE problem? (maybe you can try with latest version)
Or it could be an issue of my javascript code?
Let me know.
Thanks.
almsamim
Registered User
Posts: 290
Joined: Tue Oct 23, 2007 5:08 am
Location: Faculty of Medicine

Re: [DEV] TinyMCE integration

Post by almsamim »

garak wrote:
bypan6 wrote:Hi garak,

Thanks for the great plugin! I wanted to report that the integration works well for IE and Firefox, but does not work for Safari. (In Safari, the html does not get rendered automatically back into bbcode.)
Unfortunately, I can't reproduce your bug, since Safari is not available for Linux.
Can you dig into it? Do you think it's a TinyMCE problem? (maybe you can try with latest version)
Or it could be an issue of my javascript code?
Let me know.
Thanks.
it's big issue in safari due to apple-span tags
bypan6
Registered User
Posts: 2
Joined: Wed Dec 03, 2008 4:01 pm

Re: [DEV] TinyMCE integration

Post by bypan6 »

I'm not too familiar with programming, so I wouldn't know how to fix this.

However, I did find the page below, highlighting the issue - if it helps anyone:

https://bugs.webkit.org/show_bug.cgi?id=12248
User avatar
Galaxy21
Registered User
Posts: 111
Joined: Mon Aug 13, 2007 12:03 am
Location: Dresden, Deutschland
Contact:

Re: [DEV] TinyMCE integration

Post by Galaxy21 »

Hi Garak,

just found your MOD. Very nice one. I'll try to install it and then report bugs, when I find them.

How about custom BBCode? That would have to be implemented manually?
garak
Registered User
Posts: 57
Joined: Wed Jul 23, 2008 12:48 pm
Location: Rome, Italy
Name: Massimiliano Arione

Re: [DEV] TinyMCE integration

Post by garak »

Galaxy21 wrote:Hi Garak,

just found your MOD. Very nice one. I'll try to install it and then report bugs, when I find them.

How about custom BBCode? That would have to be implemented manually?
Yes, you need to change the javascript code. I added a note to my original post to state it.
jeremyotten
Registered User
Posts: 145
Joined: Fri Mar 15, 2002 1:54 pm
Location: The Netherlands
Contact:

Re: [DEV] TinyMCE integration

Post by jeremyotten »

Go and look here guys

www.almsamim.com

there editor rocks ;-)
t1mm3h
Registered User
Posts: 1
Joined: Thu Mar 19, 2009 1:56 pm

Re: [DEV] TinyMCE integration

Post by t1mm3h »

This is great garak thank for sharing this!
User avatar
DaTaiMeo
Registered User
Posts: 5
Joined: Mon Aug 04, 2008 8:57 am

Re: [DEV] TinyMCE integration

Post by DaTaiMeo »

Thanhs so much!
Great solution, better than config fckeditor!
Vote 10/10
yuukoweb
Registered User
Posts: 31
Joined: Thu Apr 09, 2009 10:13 am

Re: [DEV] TinyMCE integration

Post by yuukoweb »

Garak,
You're mod is really great and i already made it working, but can i ask if whenever i try to post the advance tiny mce editor will be used.
I mean this one
http://tinymce.moxiecode.com/examples/full.php

And whenever i try to make spaces between paragraphs, it ignores it and don't show the spaces.
Locked

Return to “[3.0.x] Abandoned MODs”