Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Using full featured tinyMCE

Asked Modified Viewed 6,047 times
C
captain
C
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello everybody.

Trying to use the latest version of tinyMCE, i found this on moxiecode discussion board: (http://tinymce.moxiecode.com/punbb/vi...hp?id=8722)

Note: I am using the latest php-fusion (version 6.01.13)
procedure:
1. Download the latest version (currently version 2.1.3) of tinyMCE (http://prdownloads.sourceforge.net/ti...p?download)
2. Rename /includes/jscripts/tiny_mce/ folder into /includes/jscripts/tiny_mce_bkp/ (just in case ... )
3. Extract content of tinymce_2_1_3.zip (latest version of tinyMCE You just downloaded) into /includes/jscripts/tiny_mce_2_1_3/ folder
4. Copy tiny_mce folder from /includes/jscripts/tiny_mce_2_1_3/ folder to /includes/jscripts/
5. You have now a brand new /includes/jscripts/tiny_mce/ folder containing the lataest version of tinyMCE.
6. Make a backup of /administration/subheader.php file (e.g. copy it to subheader.bkp)
7. Edit /administration/subheader.php
8. Find :
tinyMCE.init({
mode:'textareas',
theme:'advanced',
width:'100%',
height:'250',
language:'".$locale['tinymce']."',
entities:'60,lt,62,gt',
document_base_url:'".$settings['siteurl']."',
relative_urls:'false',
convert_newlines_to_brs:'true',
force_br_newlines:'true',
force_p_newlines:'false',
plugins:'table,advhr,advimage,advlink,insertdatetime,searchreplace,contextmenu,ibrowser',
theme_advanced_buttons1_add:'fontsizeselect',
theme_advanced_buttons2_add:'separator,insertdate,inserttime,separator,forecolor,backcolor',
theme_advanced_buttons3_add_before:'ibrowser,tablecontrols,separator',
theme_advanced_buttons3_add:'advhr',
theme_advanced_toolbar_location:'bottom',
theme_advanced_toolbar_align:'center',
theme_advanced_path_location:'none',
theme_advanced_toolbar_location:'top',
content_css:'".THEME."styles.css',
external_image_list_url:'".IMAGES."imagelist.js',
plugin_insertdate_dateFormat:'%d-%m-%Y',
plugin_insertdate_timeFormat:'%H:%M:%S',
invalid_elements:'script,object,applet,iframe',
extended_valid_elements:'a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]'
});

9. Replace it by:
tinyMCE.init({
mode:'textareas',
theme:'advanced',
width:'100%',
height:'250',
language:'".$locale['tinymce']."',
entities:'60,lt,62,gt',
document_base_url:'".$settings['siteurl']."',
relative_urls:'false',
convert_newlines_to_brs:'true',
force_br_newlines:'true',
force_p_newlines:'false',
plugins : 'style,layer,table,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,flash,searchreplace,print,contextmenu,paste,directionality,noneditable',
theme_advanced_buttons1_add_before : 'newdocument,separator,cut,copy,paste,pastetext,pasteword,separator,search,replace,separato',
theme_advanced_buttons1 : 'outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code',
theme_advanced_buttons1_add : 'separator,sub,sup',
theme_advanced_buttons2_add_before: '',
theme_advanced_buttons2 : 'styleselect,formatselect,fontselect,fontsizeselect',
theme_advanced_buttons2_add : '',
theme_advanced_buttons3_add_before : '',
theme_advanced_buttons3 : 'bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,tablecontrols',
theme_advanced_buttons3_add : '',
theme_advanced_buttons4 : 'insertdate,inserttime,preview,insertlayer,moveforward,movebackward,absolute,|,styleprops,emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,hr,removeformat,visualaid,separator,forecolor,backcolor,separator,charmap',

theme_advanced_toolbar_location:'bottom',
theme_advanced_toolbar_align:'center',
theme_advanced_path_location:'none',
theme_advanced_toolbar_location:'top',
content_css:'".THEME."styles.css',
external_image_list_url:'".IMAGES."imagelist.js',
plugin_insertdate_dateFormat:'%d-%m-%Y',
plugin_insertdate_timeFormat:'%H:%M:%S',
invalid_elements:'script,object,applet,iframe',
extended_valid_elements:'a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]'
});

10. Save Your file and exit.
11. Download Tiny MCE Compressor PHP from the same site (http://prdownloads.sourceforge.net/ti...p?download)
12. Extract the 2 files from this archive (tiny_mce_gzip.js and tiny_mce_gzip.php) to Your /includes/jscripts/tiny_mce/ folder.

... You are now able to use the full featured version of tinyMCE with all plugins.

I hope it will help to make Your site more attractive.

Regards,
Captain.
Edited by captain on 21-01-2008 23:53,
0 replies

13 posts

P
PCG3EK13
P
PCG3EK13 10
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

didnt work, it looked like a normal text editor, with no tinymce
0 replies
C
captain
C
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

of course ...
You have to enable Use TinyMCE HTML editor (in System Admin -> Miscellaneous)
... and it is only available for articles and news admin only !
0 replies
K
kemper
K
kemper 10
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
  • Senior Member, joined since
  • Contributed 235 posts on the community forums.
  • Started 8 threads in the forums
answered
Senior Member

Aye, Aye Captain! Good work documenting!
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Is this version of tinyMCE much better?
0 replies
C
captain
C
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

tinyMCE released with php-fusion 6.01.13 is tinyMCE version 2.0.6.1
new tinyMCE version is 2.1.3
a lot of changes have been implemented:

changes are the following (see tinyMCE site):
2.0.6.1 -> 2.0.7
2.0.7 -> 2.0.8
2.0.8 -> 2.09
2.0.9 -> 2.1.0
2.1.0 -> 2.1.1.1
2.1.1.1 -> 2.1.1
2.1.1 -> 2.1.2
2.1.2 -> 2.1.3

I hope it will help.
Best Regards,
Captain.
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Thank you for the info :)
0 replies
A
anemis
A
anemis 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

that was great.. thnks so much
0 replies
K
Kevin Maschke
K
<3 PHP-Fusion
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 25 threads in the forums
answered
Member

GREAT! Thanks!

I will do it tomorrow after school :)

Bye!
0 replies
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
answered
Member

other improved version by BigBatT on Italian Support !
http://www.php-fusion.it/forum/viewth...rowstart=0

Quote

BigBatT wrote:
Plugin - Author - Versione
Save - Moxiecode - Systems AB - 2.1.3
Style - Moxiecode - Systems AB - 2.1.3
Tables - Moxiecode Systems AB - 2.1.3
Layer - Moxiecode Systems - 2.1.3
Advanced HR - Moxiecode Systems AB - 2.1.3
Advanced image - Moxiecode Systems AB - 2.1.3
Advanced link - Moxiecode Systems - 2.1.3
Emotions - Moxiecode Systems - 2.1.3
IESpell (MSIE Only) - Moxiecode Systems - 2.1.3
Insert date/time - Moxiecode Systems - 2.1.3
Preview - Moxiecode Systems - 2.1.3
Zoom - Moxiecode Systems AB - 2.1.3
Flash - Moxiecode Systems - 2.1.3
Search/Replace - Moxiecode Systems AB - 2.1.3
List style - Scott Eade - PolicyPoint Technologies Pty. Ltd. - 1.1.2
Print - Moxiecode Systems - 2.1.3
Context menus - Moxiecode Systems - 2.1.3
Paste text/word - Moxiecode Systems - 2.1.3
Directionality - Moxiecode Systems - 2.1.3
Fullscreen - Moxiecode Systems - 2.1.3
Non editable elements - Moxiecode Systems - 2.1.3
Template plugin - Moxiecode - Systems AB - 2.1.3
XHTML Xtras Plugin - Moxiecode - Systems AB - 2.1.3
Zoom - Moxiecode - Systems AB - 2.1.3
0 replies
A
amigaice
A
  • Junior Member, joined since
  • Contributed 27 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

Edited by amigaice on 30-01-2008 19:12,
0 replies
C
captain
C
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

very good question...:)
it should (!) work everywhere tinyMCE (the version included with php-fusion) works...
The only way to be sure: try it (of course, make a backup as explained in point 2. : just in case... ;-)
0 replies
— 5 months later —
M
Madatan
M
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Does this work for 6.01.15?
0 replies
K
kemper
K
kemper 10
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
  • Senior Member, joined since
  • Contributed 235 posts on the community forums.
  • Started 8 threads in the forums
answered
Senior Member

Yes, it does.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 9 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet