 |
 |
 |
 |
 |
| Author |
Message |
scottdallas

Joined: 04 May 2006 Posts: 2214 Location: US |
|
|
| Tue Jul 21, 2009 11:55 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
That value thing was implemented in last version of CNR. I've also noticed it, quite irritating.
_________________ Oo |
|
| Wed Jul 22, 2009 12:32 pm |
|
 |
DistantJ
Joined: 29 Jul 2008 Posts: 32
|
|
|
|
I'm sure there's something we can do to fix it. I would try bypassing the event which causes this error but I'm worried that might cause it to submit a completely blank short story.
|
|
| Sat Jul 25, 2009 2:13 pm |
|
 |
DistantJ
Joined: 29 Jul 2008 Posts: 32
|
|
|
|
...And there is!
http://forums.cutenewsru.com/wysiwyg--und-quotshort-story-must-contain-a-value-und-quot-fix-t2924.html
I want to bring this to people's attention though:
 |  |  |  | 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. |
For some reason, even though "short_story,full_story" is the correct syntax for TinyMCE, it will only work for the short story.
However, upon changing it to "full_story,short_story" for some crazy reason it does both but it shows the short story in both!
|
|
| Sat Jul 25, 2009 6:03 pm |
|
 |
A2597
Joined: 05 Aug 2009 Posts: 7
|
|
|
|
Hi guys! Long time cutenews user, making the switch the Cutenew.ru!
I've been emjoying fckEditor in my modified cutenews, and this plugin is a welcome addition to CNR!
Anyhoo, I'm having some issues with the image browser. I'm working on a windows server, using the SQL database capabilities of CNR. Everything seems to be working fine, except the image browser, any time I try opening it, it gives me the error "No access on this file/folder".
I've checked permissions, and they are allow all. Nothing is denied for that folder. (Actually, i've even created a new folder and opened up the security on it as well. So I have both administrator/data/upimages, and administrator/upimages.
Now, it would be very beneficial to know what folder it was looking at. in config.php I've set it to just about everything I can think of, from absolute pathing it, to relative up a directory and down two. unfortunatally I have no clue where it is actually looking. I've also tried pointing it off site to a linux host, but I kinda figured that wouldn't work. (It was out of sheer confusion at that point...LOL after two hours trying to figure it out, you do weird things)
to add confusion, on the cutenews admin landing page, I get this:
"Writing permissions for cache Yes
Writing permissions for upimages No
Writing permissions for userpics No"
now, all of those folders have the same permissions. And if I change the upimages directory to cache, it STILL says it can't write to it.
Sooo...I'm compleatly out of ideas. Any thoughts?
|
|
| Wed Aug 05, 2009 12:34 am |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
Check in /cnr/plugins/tinyfck/filemanager/connectors/php/config.php that your path on line 9 is correctly written.
I had to change my into /cnr/data/upload/ & it started working. Change the cnr to path to your cnr installation. Hope it helps.
_________________ Oo |
|
| Thu Aug 06, 2009 1:10 pm |
|
 |
A2597
Joined: 05 Aug 2009 Posts: 7
|
|
|
|
Thanks,
I finally gave up on it, after getting TinyMCE with te Ajax FileManager to work.
Thanks again!
|
|
| Thu Aug 06, 2009 1:14 pm |
|
 |
haverica
Joined: 03 Dec 2008 Posts: 11
|
|
|
|
way does it happened when i try to insert some simple text or tables or any other contents with tinyMCE (WYSIWYG editor) it inserts empty space before the contents if visible (pagebreak) - (I have to scroll down a little bit do display the contents)
|
|
| Wed May 05, 2010 1:40 pm |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
Activate a plugin Format Switcher if you already haven't done so. In news, switch from option HTML with line breaks (BR) to option HTML. I think it should do the trick and get you rid of the empty space.
_________________ Oo |
|
| Wed May 05, 2010 1:56 pm |
|
 |
afxback
Joined: 11 Nov 2005 Posts: 134
|
|
Need urgent help with FCKEditor |
|
Hello,
1. I ask everybody who can help me to use fckeditor the way I need it specially the people who developed it as a plugin for cnr.
I was using SPAW editor but recently have migrated to another server where spaw editor did not work anymore(I don't know why). So I installed FCKEditor instead but there I have a critical problem with its image manager. The image and media managers both show the image base folder defined in system settings. Its good and what is I wished but the thing I hate is it shows all users image folders and sub folders to all users! The standard cnr image manager restricts a user from accessing other users files and folders. But FCKEditor lists all folders and sub folders to all users whether the folders are their own or created by others and even by admins.
I tried to replace the code:
 |  | $cuterootarray = parse_url($config_path_image_upload); |
in "tinyfck.config.php" file to:
 |  | $cuterootarray = parse_url($config_user_path_image_upload); |
but it did not respond and still it dose not restrict a user from accessing other users image files and folders.
Please help me to use this good plugin the way I want it and is secure to all. Otherwise I should disable this plugin because there are many users in my site who will access other users files and folders through this image manager. Unfortunately if I use it without its image manager, it is possible but then, the cnr standard image manager dose not function inside the FCKEditor to insert images and files.
2. Is there any code in "tinyfck.php" that call or include "tinyfck.config.php"? I could not find such reference in the file I downloaded. So I have added : include_once 'tinyfck/tinyfck.config.php';
before: function TinyMCE(){
I don't know whether this is correct or not, but neither it returns error nor dose it work as I want!
Please help me to solve this issue.
Regards,
afxbac
|
|
| Wed Jun 16, 2010 6:11 pm |
|
 |
afxback
Joined: 11 Nov 2005 Posts: 134
|
|
|
|
Nobody, No response and no solution?????
|
|
| Sat Jun 19, 2010 5:51 pm |
|
 |
afxback
Joined: 11 Nov 2005 Posts: 134
|
|
|
|
I am still waiting for solution and a response
|
|
| Fri Jun 25, 2010 10:05 pm |
|
 |
|
|
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
|
|
 |
 |
 |
|