Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2

Download plugins, language packs and stuff.

Postby scottdallas » Tue Jul 21, 2009 11:55 pm

it did that to me too so i finally said f*ck cause i got p*ssed trying forever to make the stupid thing work only to find out it loads slow and just causes me more and more grief. i know that wasn't helpful, just sayin i was there with ya man lol
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby Hawk » Wed Jul 22, 2009 12:32 pm

That value thing was implemented in last version of CNR. I've also noticed it, quite irritating.
User avatar
Hawk
 
Posts: 279
Joined: Tue Aug 29, 2006 9:00 pm

Postby DistantJ » Sat Jul 25, 2009 2:13 pm

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.
DistantJ
 
Posts: 33
Joined: Tue Jul 29, 2008 10:27 am

Postby DistantJ » Sat Jul 25, 2009 6:03 pm

...And there is!

http://forums.cutenewsru.com/wysiwyg--u ... t2924.html



I want to bring this to people's attention though:

sidtheduck wrote:
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.


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!
DistantJ
 
Posts: 33
Joined: Tue Jul 29, 2008 10:27 am

Postby A2597 » Wed Aug 05, 2009 12:34 am

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?
A2597
 
Posts: 12
Joined: Wed Aug 05, 2009 12:25 am

Postby Hawk » Thu Aug 06, 2009 1:10 pm

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.
User avatar
Hawk
 
Posts: 279
Joined: Tue Aug 29, 2006 9:00 pm

Postby A2597 » Thu Aug 06, 2009 1:14 pm

Thanks,

I finally gave up on it, after getting TinyMCE with te Ajax FileManager to work.

Thanks again!
A2597
 
Posts: 12
Joined: Wed Aug 05, 2009 12:25 am

Postby haverica » Wed May 05, 2010 1:40 pm

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)
haverica
 
Posts: 13
Joined: Wed Dec 03, 2008 12:07 pm

Postby Hawk » Wed May 05, 2010 1:56 pm

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.
User avatar
Hawk
 
Posts: 279
Joined: Tue Aug 29, 2006 9:00 pm

Need urgent help with FCKEditor

Postby afxback » Wed Jun 16, 2010 6:11 pm

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:
Code: Select all
$cuterootarray = parse_url($config_path_image_upload);

in "tinyfck.config.php" file to:
Code: Select all
$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
afxback
 
Posts: 134
Joined: Fri Nov 11, 2005 4:59 pm

Postby afxback » Sat Jun 19, 2010 5:51 pm

Nobody, No response and no solution?????
afxback
 
Posts: 134
Joined: Fri Nov 11, 2005 4:59 pm

Postby afxback » Fri Jun 25, 2010 10:05 pm

I am still waiting for solution and a response
afxback
 
Posts: 134
Joined: Fri Nov 11, 2005 4:59 pm

Re: Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2

Postby Gary Osterholt » Wed Jul 27, 2011 1:01 am

I love this add-on, just wish I could get the Insert Image to work.

Gary
Gary Osterholt
 
Posts: 9
Joined: Thu Mar 13, 2008 4:57 am

Re: Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2

Postby Hawk » Fri Aug 19, 2011 11:09 pm

It's either due to problem with writing permission or wrong folder pointer in tinymce plugin setting.
User avatar
Hawk
 
Posts: 279
Joined: Tue Aug 29, 2006 9:00 pm

Re: Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2

Postby yusefx7 » Wed Nov 16, 2011 11:58 pm

hello thank you for the script but i have a problem that i need your help please
when i write in the editor it's come automatic <P> how i can delete it to not come automatic in the editor ? thank you
yusefx7
 
Posts: 2
Joined: Wed Nov 16, 2011 11:56 pm

PreviousNext

Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 0 guests

cron