Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2

Download plugins, language packs and stuff.

Postby eberswine » Wed Apr 09, 2008 10:29 pm

sidtheduck wrote:I see that now. I missed one of the functions in the TinyFCK filebrowser. I've fixed that plus D72's filepath problem (happens on a virtual host server). The updated relevant files are attached (/tinyfck/tinyfck.config.php + /tinyfck/filemanager/connectors/php/io.php). Replace those 2 files on your install, clear your cutenews cache, + clear your browser cache and everything should be peachy.

p.s. I've also sent the full updated script to D72 so he can update the download in the first post when he gets some time.


Another problem with this update.
When you upload the picture it is no problem. But when you view your picture in your news or website live, the picture doesn't show up.
The image source on the news posting refers to the image @ www.mysite.com/data/upimages/mypicture.jpg ..

But it should be like this * www.mysite.com/cutenews/data/upimages/mypicture.jpg..
Tried to look at those two files,.. but nothing made to much sense to me...

thanks.
User avatar
eberswine
 
Posts: 281
Joined: Thu Apr 26, 2007 7:23 pm

Postby sidtheduck » Thu Apr 10, 2008 5:06 pm

I see that now too, eberswine. I really have no idea why it is doing this. Did it do this before with D72's original plugin?

I'm looking into the code, but it is odd that the full path shows up in the source input field, but then is altered when inserted into the TinyMCE editor (so it seems like a TinyMCE code differential whereas everything else has been the FCKeditor side of things). I'll let you know if I find anything.
User avatar
sidtheduck
 
Posts: 71
Joined: Fri Mar 28, 2008 5:17 pm

Postby eberswine » Mon Apr 14, 2008 6:38 pm

not sure what the heck is going on. trying to find a fix for it still....
User avatar
eberswine
 
Posts: 281
Joined: Thu Apr 26, 2007 7:23 pm

Postby sidtheduck » Tue Apr 15, 2008 12:25 am

eberswine, I think I figured it out.

Open up 'tinyfck.php' (in the plugins folder) and add relative_urls : false, right above the height and width settings:
Code: Select all
relative_urls : false,
width : "200px",
height : "300px"

It is converting URLs to relative paths (relative to the addnews or editnews scripts). You may have to clear your browser cache for it to work.
User avatar
sidtheduck
 
Posts: 71
Joined: Fri Mar 28, 2008 5:17 pm

Postby eberswine » Tue Apr 15, 2008 1:19 am

SICK!
way to go SIDtheDUCK!
User avatar
eberswine
 
Posts: 281
Joined: Thu Apr 26, 2007 7:23 pm

Re: Plugin • TinyFCK WYSIWYG Editor with File / Image Manage

Postby safarda » Wed Apr 23, 2008 5:30 am

It is a great work, but the main feature i liked about image manager of cnr (improved image manager with thumbnails and sub folder) is we can 'sort images chronologically'. but this feature is not available with tinymce of tinyfck. Any one please can work for it to make that feature available to tinymce or tinyfck image manager too ? It will be a great help as well as a great initiation.

:) safar
User avatar
safarda
 
Posts: 11
Joined: Mon Nov 05, 2007 1:17 pm
Location: Nepal

Postby manu » Sun Apr 27, 2008 12:59 pm

Hello,

It is a very great plugin ; but there was a little problem : when I return at the line ; there was a very big space between 2 lines.

How fix that ?
manu
 
Posts: 43
Joined: Sun Mar 02, 2008 9:56 pm
Location: France

Postby mqcarpenter » Tue Apr 29, 2008 8:51 pm

Anyone else have an additional entry field under full story, like this:

Image

I can not determine where that is to remove it.

Also, anyone else have ideas on handling the image uploads? In the old Cutenews you could maintain access to already uploaded images to reinsert. I have users that repeatedly insert the same images in posts. I do not see that ability through this tool.
mqcarpenter
 
Posts: 20
Joined: Thu Apr 17, 2008 2:38 pm

Postby ivanh » Thu May 01, 2008 3:59 am

everytime i try to add an image
when the pop up and i click on image url, a pop up displays : XML request error: forbidden(403)
ivanh
 
Posts: 75
Joined: Thu Aug 16, 2007 2:41 pm

Postby FI-DD » Thu May 01, 2008 9:48 am

mqcarpenter wrote:Anyone else have an additional entry field under full story, like this:

I guess by default the editor is added to every textarea on the page. I suppose there's an extra textarea added by a plugin.

Isn't there an option in tinyfck which restricts the editor to certain textareas only (short and full story)?
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby scottdallas » Thu May 01, 2008 6:39 pm

You can turn them into <input> fields instead of <textarea>'s I forgot about that.
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby sidtheduck » Fri May 02, 2008 7:34 am

mqcarpenter wrote:Anyone else have an additional entry field under full story . . . I can not determine where that is to remove it.
FI-DD is right. Just open your 'tinyfck.php' file in the plugins folder and you should find:
Code: Select all
tinyMCE.init({
mode : "textareas",
change it to:
Code: Select all
tinyMCE.init({
mode : "exact",
elements: "short_story,full_story",
That should do it for you!

mqcarpenter wrote:Also, anyone else have ideas on handling the image uploads? In the old Cutenews you could maintain access to already uploaded images to reinsert. I have users that repeatedly insert the same images in posts. I do not see that ability through this tool.
You should be able to click the TinyMCE image button (opens in popup), then the filebrowser button (at the end of the Image URL input area, which opens in another popup) and you should see all your uploaded images there. Just click on the one you want. Repeat.
User avatar
sidtheduck
 
Posts: 71
Joined: Fri Mar 28, 2008 5:17 pm

Postby eberswine » Sat May 03, 2008 3:28 pm

Don't have that problem and installed it TWICE.


Maybe do a clean install... that always works wonders!
User avatar
eberswine
 
Posts: 281
Joined: Thu Apr 26, 2007 7:23 pm

Postby Syrion » Tue May 13, 2008 2:22 am

Database-f* up, sorry for the quadruple-post.
Last edited by Syrion on Tue May 13, 2008 2:24 am, edited 1 time in total.
Image Mini-me
User avatar
Syrion
 
Posts: 185
Joined: Wed Aug 02, 2006 2:03 pm

Postby Syrion » Tue May 13, 2008 2:22 am

Database-f* up, sorry for the quadruple-post.
Last edited by Syrion on Tue May 13, 2008 2:25 am, edited 1 time in total.
Image Mini-me
User avatar
Syrion
 
Posts: 185
Joined: Wed Aug 02, 2006 2:03 pm

PreviousNext

Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 1 guest