tinyMCE

Download plugins, language packs and stuff.

tinyMCE

Postby FI-DD » Sun Oct 16, 2005 6:22 pm

Download the editor here:



http://tinymce.moxiecode.com/
Attachments
tinymce.zip
tinyMCE WYSIWYG editor
(1009 Bytes) Downloaded 1624 times
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby sunburst » Tue Oct 25, 2005 10:30 pm

There seem to be only one file in this download which is tinymce.php



Is there any docs on what we do with this plugin? How we install it?



thanks,



Sunburst
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

Postby FI-DD » Tue Oct 25, 2005 11:18 pm

Download the editor from the link above and upload it to your server.



If needed, adjust the path to the editor in tinymce.php (line 19) and upload tinymce to the plugins folder.



Activate the plugin in the plugins manager. Now you should see the editor in addnews/editnews.
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby sunburst » Tue Oct 25, 2005 11:46 pm

Thank you... i've managed to figure it out but tinymce is stretching over and covering my categories. So i need to adjust my skin (stretch it using 100%). This seems to work okay but how do i adjust the columns in the add/edit news section?



I see there is {menu} in the default skin file but i can't seem to find this in any files. Would this be were i need to adjust the columns?



thanks,



Sunburst
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

Postby FI-DD » Tue Oct 25, 2005 11:58 pm

You can adjust the width of it.



Open the plugin and add for example width: "500" below height: "400".
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby sunburst » Wed Oct 26, 2005 12:25 am

Hi,



Thanks for that, it helped a little but it's more the layout of the skin as tinymce sits on top of everything else so it covers half of the categories on the right hand side. If i can expand the width of the columns in add/edit news section that's will be great.



sunburst
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

Postby sunburst » Wed Oct 26, 2005 12:47 am

It fine now, i changed it to this width=390px:



#title, #short, #full, #actions {

width: 390px;

border-right: solid 1px #f7f7f7;

color: #666;

float: left;

clear: both;

}



and now everything fits nicely together.
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

Postby IvoSilva » Wed Nov 02, 2005 6:20 pm

2 things:



Its possible to have TinyMCE only on full story? And how can i install portuguese dictionary ?



Best Regards
IvoSilva
 
Posts: 22
Joined: Thu Oct 13, 2005 2:26 pm

Postby FI-DD » Wed Nov 02, 2005 6:40 pm

Its possible to have TinyMCE only on full story?


As I understood the help file it's possible.





Open the tinymce plugin and replace this:

Code: Select all
      mode : "textareas",




with this:

Code: Select all
   editor_selector : "mceEditor",




Then open addnews.mdu/editnews.mdu and change the textareas you want to have an editor for like this:

Code: Select all
<textarea name="full_story" class="mceEditor" tabindex="5"></textarea>




I hope it works - I didn't test it. :)
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby sunburst » Wed Nov 02, 2005 10:49 pm

What worked for me is similar to the above example but instead of:



mode : "textareas",

editor_selector : "mceEditor",



use:



mode : "exact",

elements : "full_story",



the above will have to be placed in your tinymce.php script.



Then in your addnews.mdu and editnews.mdu, add this in your textarea: id="full_story"
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

Postby Chupa2k » Mon Nov 14, 2005 6:29 pm

I got a small question , How can i make the TinyMCE use the Default Image manager that you did with the thumb creator ?

I want it to paste the code into the tinymce htmlarea zone thing so i can continue editing .
Chupa2k
 
Posts: 21
Joined: Mon Oct 10, 2005 8:00 pm

Postby FI-DD » Mon Nov 14, 2005 7:14 pm

I guess you have to change the code of the tinyMCE image button to the code of the CuteNews.RU image button.



That's the code of the CuteNews.RU image button (from functions.inc.php):

Code: Select all
<a href=\"#\" onclick=\"window.open('$PHP_SELF?mod=images&area=$insert_location', '_Addimage', 'height=450,resizable=yes,scrollbars=yes,width=500');return false;\" target=\"_Addimage\"><img src=".$config_http_script_dir."/skins/images/tags/img.gif border=0 align=middle></a>




I don't know if it's possible.
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby sunburst » Fri Dec 16, 2005 5:15 pm

Chupa2k wrote:I got a small question , How can i make the TinyMCE use the Default Image manager that you did with the thumb creator ?

I want it to paste the code into the tinymce htmlarea zone thing so i can continue editing .




Or you can try iborwser which is a plugin for TinyMCE to manage your images.



http://www.j-cons.com/news/more.php?id=158_0_1_0_C



It works great.
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

Postby biv » Wed Feb 01, 2006 5:35 pm

Anyone solved the problem?



I too want to replace the TinyMCE default-image-placing-function with the default one from CuteNews.RU.
biv
 
Posts: 11
Joined: Fri Jan 27, 2006 11:25 am

TinyMCE Version 2.0.6.1 not workin'

Postby zitro62 » Tue May 30, 2006 6:28 am

I've just installed CuteNews.RU 2.5.4 and now I'm attempting to install this plugin using the php file provided in the first post of this thread.



Any reasons why this wouldn't work?



I've uploaded all the files to the plugins folder and nothing... I'm wondering if its the version of TinyMCE??? (thats an uneducated guess)

So i have no idea and i did activate it in the plugins options!



thanks for the help!

~zitro
zitro62
 
Posts: 1
Joined: Tue May 30, 2006 6:15 am

Next

Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 0 guests

cron