[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.
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

can annyone help me?
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

??
abumslife
Registered User
Posts: 192
Joined: Thu Apr 10, 2003 8:26 pm

Re: [DEV] TinyMCE integration

Post by abumslife »

exma wrote:
Ger wrote:Did you refresh your style?
What you mean "refresh style" I am only deleted chache files.
i think he means go to your Administration Control Panel>Styles Tab>Themes>Prosilver>Refresh

also, i think this Mod has been abandoned... it's coming up on a year since the last time the original post has been edited... you might want to find another wysiwyg that is active
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 »

abumslife wrote:
exma wrote:
Ger wrote:Did you refresh your style?
also, i think this Mod has been abandoned... it's coming up on a year since the last time the original post has been edited... you might want to find another wysiwyg that is active
You'll be more than welcome, if you want to contribute to this mod.
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

I am refreshed and nothing... i think its TEXAREA code. The code on main post of this topic is wrong..
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

??
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

Anyone?
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [DEV] TinyMCE integration

Post by Ger »

Can you please provide a link to a page where we can view your problem?
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

You can see there
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

You can see there
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [DEV] TinyMCE integration

Post by Ger »

It seems these files don't exist:
./styles/hybrid/template/tiny_mce/tiny_mce.js
./styles/hybrid/template/tiny_mce_config.js
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
exma
Registered User
Posts: 46
Joined: Tue May 26, 2009 6:26 pm

Re: [DEV] TinyMCE integration

Post by exma »

Ger wrote:It seems these files don't exist:
./styles/hybrid/template/tiny_mce/tiny_mce.js
./styles/hybrid/template/tiny_mce_config.js
TNXX!!

And how i can add buttons or change direction to RTL?
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [DEV] TinyMCE integration

Post by Ger »

Dunno actually... I guess you should ask TinyMCE about that, since their system is simply "glued" to phpBB. They are the specialists of their code. :)
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
starch
Registered User
Posts: 3
Joined: Mon Mar 21, 2011 7:17 pm

Integrating this into a quick reply editor

Post by starch »

In order to integrate this into the standard quick reply editor all you have to do is edit the following file.
Please note, make sure BBcode Buttons on Quick Reply mod is not installed, otherwise it will cause a conflict. Now I just need to figure out how to add the smileys back to the quick reply box

/styles/prosilver/template/quickreply_editor.html and find

Code: Select all

<textarea style="height: 11em;" name="message" rows="7" cols="76" tabindex="4" class="inputbox"></textarea>
and replace it with

Code: Select all

<textarea class="rich" <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="3" o    nselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
That should just about do it. :D

FYI this mod is installed and working on phpbb SEO 3.0.8
ajaykt
Registered User
Posts: 1
Joined: Wed Apr 06, 2011 7:06 pm

Re: [DEV] TinyMCE integration

Post by ajaykt »

Thanks garak, i just tested it on v.3.0.8 and it's working great :) .. tinymce is really much better than bbcode :P .

I wanted to ask few things.. how can i add more tinymce elements? also i have installed user blog mod can you please help me and let me know what should i change to get tinymce for blog posts also..
Locked

Return to “[3.0.x] Abandoned MODs”