| Author |
Message |
eberswine

Joined: 26 Apr 2007 Posts: 159
|
|
|
|
 |  | 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 |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 71
|
|
|
|
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 |
|
 |
eberswine

Joined: 26 Apr 2007 Posts: 159
|
|
|
|
not sure what the heck is going on. trying to find a fix for it still....
|
|
| Mon Apr 14, 2008 6:38 pm |
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 71
|
|
|
|
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:
 |  | 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 |
|
 |
eberswine

Joined: 26 Apr 2007 Posts: 159
|
|
|
|
SICK!
way to go SIDtheDUCK!
|
|
| Tue Apr 15, 2008 1:19 am |
|
 |
safarda

Joined: 05 Nov 2007 Posts: 11 Location: Nepal |
|
Re: Plugin • TinyFCK WYSIWYG Editor with File / Image Manage |
|
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
|
|
| Wed Apr 23, 2008 5:30 am |
|
 |
manu
Joined: 02 Mar 2008 Posts: 38 Location: France |
|
|
|
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 |
|
 |
mqcarpenter
Joined: 17 Apr 2008 Posts: 20
|
|
|
|
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 |
|
 |
ivanh
Joined: 16 Aug 2007 Posts: 72
|
|
|
|
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 |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
 |  | 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 |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 2027 Location: US |
|
|
|
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  |
|
| Thu May 01, 2008 6:39 pm |
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 71
|
|
|
|
 |  | 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:  |  | tinyMCE.init({
mode : "textareas", | change it to:  |  | tinyMCE.init({
mode : "exact",
elements: "short_story,full_story", | That should do it for you!
 |  | 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 |
|
 |
eberswine

Joined: 26 Apr 2007 Posts: 159
|
|
|
|
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 |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 174
|
|
|
|
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 |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 174
|
|
|
|
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 |
|
 |
|