Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
Cookiebar Panel 5
AD Gallery 68
SyntaxHighlighte... 51
Newsletters v4.03 114
Facebook Like Box 135
Newsletters v4.02 60
Metro 173
Facebook Connect 174
Shoutbox Panel 131
Redactor for PHP... 107
MI Floating Side... 109
Facebook Login/R... 156
Avatar Studio v2.03 180
Relationship Sta... 98
Sexual Orientati... 116
Popular Addons
iTheme2 5810
Arise 5808
User Control v1.23 4624
Event Calendar 4056
Photowidget panel 3889
Radio-Theme red2... 3360
Highslide Gallery 3315
CSS/JavaScript D... 3234
Facebook Connect... 2992
Dynamic Menu 2895
Slideshow Lightb... 2729
L-AMANT 2662
Enigma 2637
2Dark 2608
Black 2580
View Thread
Who is here? 1 guest(s)
 Print Thread
Using full featured tinyMCE
captain
Hello everybody.

Trying to use the latest version of tinyMCE, i found this on moxiecode discussion board: (http://tinymce.mo...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://prdownload...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 :
[php] 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]'
});[/php]
9. Replace it by:
[php]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]'
});[/php]
10. Save Your file and exit.
11. Download Tiny MCE Compressor PHP from the same site (http://prdownload...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 22:53
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
 
PCG3EK13
didnt work, it looked like a normal text editor, with no tinymce
 
captain
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 !
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
 
kemper
Aye, Aye Captain! Good work documenting!
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
 
Basti
Is this version of tinyMCE much better?
 
www.pimped-fusion.net
captain
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.
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
 
Basti
Thank you for the info Smile
 
www.pimped-fusion.net
anemis
that was great.. thnks so much
 
Kevin Maschke
GREAT! Thanks!

I will do it tomorrow after school Smile

Bye!
<3 PHP-Fusion
 
http://www.km.hostei.com/php-fusion/
lelebart
other improved version by BigBatT on Italian Support !
http://www.php-fu...rowstart=0
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

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
 
http://www.valeriovendrame.it/dev/
amigaice
Will this work with this:
http://php-fusion...ost_108592
Edited by amigaice on 30-01-2008 18:12
 
captain
very good question...Smile
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... ;-)
It is not because things are difficult that we do not dare, it is because we do not dare that things are difficult. (Seneca)
 
Madatan
Does this work for 6.01.15?
 
kemper
Yes, it does.
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
TinyMce or CKEditor on forum? Ideas for Modifications and Requests 12 20-04-2013 17:16
Spanish v7.02.04 Full and Update link! Locales Forum 10 19-04-2013 12:26
News + Extension in full on the readmore page Panels and Infusions 9 10-02-2013 05:34
Help users inbox is full General Discussion 3 31-12-2012 12:12
changing TinyMCE background, Help!! Content Administration 3 11-12-2012 12:56
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue