Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
Plugin • TinyFCK WYSIWYG Editor with File / Image Manager
Goto page Previous  1, 2, 3, 4, 5  Next
 
Reply to topic    Forum Index » Additional Downloads View previous topic
View next topic
Plugin • TinyFCK WYSIWYG Editor with File / Image Manager
Author Message
eberswine



Joined: 26 Apr 2007
Posts: 159

Post Reply with quote
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.
Wed Apr 09, 2008 10:29 pm View user's profile Send private message
Guest








Please login to hide the ads.

sidtheduck



Joined: 28 Mar 2008
Posts: 71

Post Reply with quote
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.
Thu Apr 10, 2008 5:06 pm View user's profile Send private message
eberswine



Joined: 26 Apr 2007
Posts: 159

Post Reply with quote
not sure what the heck is going on. trying to find a fix for it still....
Mon Apr 14, 2008 6:38 pm View user's profile Send private message
sidtheduck



Joined: 28 Mar 2008
Posts: 71

Post Reply with quote
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:
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.
Tue Apr 15, 2008 12:25 am View user's profile Send private message
eberswine



Joined: 26 Apr 2007
Posts: 159

Post Reply with quote
SICK!
way to go SIDtheDUCK!
Tue Apr 15, 2008 1:19 am View user's profile Send private message
safarda



Joined: 05 Nov 2007
Posts: 11
Location: Nepal

Post Re: Plugin • TinyFCK WYSIWYG Editor with File / Image Manage Reply with quote
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.

Smile safar
Wed Apr 23, 2008 5:30 am View user's profile Send private message
manu



Joined: 02 Mar 2008
Posts: 38
Location: France

Post Reply with quote
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 ?
Sun Apr 27, 2008 12:59 pm View user's profile Send private message Visit poster's website
mqcarpenter



Joined: 17 Apr 2008
Posts: 20

Post Reply with quote
Anyone else have an additional entry field under full story, like this:



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.
Tue Apr 29, 2008 8:51 pm View user's profile Send private message
ivanh



Joined: 16 Aug 2007
Posts: 72

Post Reply with quote
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)
Thu May 01, 2008 3:59 am View user's profile Send private message Visit poster's website
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2857
Location: Germany

Post Reply with quote
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)?
Thu May 01, 2008 9:48 am View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 2027
Location: US

Post Reply with quote
You can turn them into <input> fields instead of <textarea>'s I forgot about that.

_________________
www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me Wink
Thu May 01, 2008 6:39 pm View user's profile Send private message Visit poster's website AIM Address
sidtheduck



Joined: 28 Mar 2008
Posts: 71

Post Reply with quote
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:
tinyMCE.init({
mode : "textareas",
change it to:
Code:
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.
Fri May 02, 2008 7:34 am View user's profile Send private message
eberswine



Joined: 26 Apr 2007
Posts: 159

Post Reply with quote
Don't have that problem and installed it TWICE.


Maybe do a clean install... that always works wonders!
Sat May 03, 2008 3:28 pm View user's profile Send private message
Syrion



Joined: 02 Aug 2006
Posts: 174

Post Reply with quote
Database-f* up, sorry for the quadruple-post.

_________________
Mini-me

Last edited by Syrion on Tue May 13, 2008 2:24 am; edited 1 time in total
Tue May 13, 2008 2:22 am View user's profile Send private message
Syrion



Joined: 02 Aug 2006
Posts: 174

Post Reply with quote
Database-f* up, sorry for the quadruple-post.

_________________
Mini-me

Last edited by Syrion on Tue May 13, 2008 2:25 am; edited 1 time in total
Tue May 13, 2008 2:22 am View user's profile Send private message
Display posts from previous:    
Reply to topic    Forum Index » Additional Downloads All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5  Next
Page 3 of 5

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.