Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2

Download plugins, language packs and stuff.

Postby erlendfl » Wed Oct 29, 2008 12:42 pm

Great plugin!
I got some questions:
1. How to disable the double linebreaks? Now I have to hold Shift+Enter to perform a single linebreak. But when I go back to edit news, the <br /> are removed from the code, and replaced with <p>(my text)</p> How come? I'm using the format switcher, HTML without linebreak, because I got a lot of tables in my news. The format switcher causes a lot of problems when I use it with linebreak because it adds <br /> between every html-tag. So it's like this <tabel><br /><tbody><br /><tr><br />........
Then the tables show up many lines down on the page, because of all the <br />-tags.

2. I also want the function that when I press enter it only jumps one line down <br /> not two <p>(the text)</p>.

Thanks in advance!
erlendfl
 
Posts: 50
Joined: Wed Jan 10, 2007 1:25 pm

Postby erlendfl » Sun Nov 30, 2008 3:10 am

Anyone made TinyFCK work with the page editor?
Thanks for any help with this :)
erlendfl
 
Posts: 50
Joined: Wed Jan 10, 2007 1:25 pm

what on earth have i done?!

Postby clemco » Mon Dec 01, 2008 11:48 pm

I changed the settings in default css & default skin php and its looking like the attached file!
http://www.jasonkingracing.co.uk/width.tiff

I know on posting on forum it has 6000px for width but i have actually set mine to

#title, #short, #full, #actions {
width: 500px;
border-right: solid 1px #f7f7f7;
float: left;
clear: both;
}

#short textarea, #full textarea {
width: 500px;
height: 150px;

any help appreciated!

thanks
clemco
 
Posts: 7
Joined: Wed Jan 23, 2008 10:16 pm

Postby erlendfl » Tue Dec 02, 2008 1:17 pm

erlendfl wrote:Great plugin!
I got some questions:
1. How to disable the double linebreaks? Now I have to hold Shift+Enter to perform a single linebreak. But when I go back to edit news, the <br /> are removed from the code, and replaced with <p>(my text)</p> How come? I'm using the format switcher, HTML without linebreak, because I got a lot of tables in my news. The format switcher causes a lot of problems when I use it with linebreak because it adds <br /> between every html-tag. So it's like this <tabel><br /><tbody><br /><tr><br />........
Then the tables show up many lines down on the page, because of all the <br />-tags.

2. I also want the function that when I press enter it only jumps one line down <br /> not two <p>(the text)</p>.

Thanks in advance!

This problem is solved btw :)
erlendfl
 
Posts: 50
Joined: Wed Jan 10, 2007 1:25 pm

Postby Ramon » Sun Dec 21, 2008 5:07 pm

erlendfl wrote:
erlendfl wrote:Great plugin!
I got some questions:
1. How to disable the double linebreaks? Now I have to hold Shift+Enter to perform a single linebreak. But when I go back to edit news, the <br /> are removed from the code, and replaced with <p>(my text)</p> How come? I'm using the format switcher, HTML without linebreak, because I got a lot of tables in my news. The format switcher causes a lot of problems when I use it with linebreak because it adds <br /> between every html-tag. So it's like this <tabel><br /><tbody><br /><tr><br />........
Then the tables show up many lines down on the page, because of all the <br />-tags.

2. I also want the function that when I press enter it only jumps one line down <br /> not two <p>(the text)</p>.

Thanks in advance!

This problem is solved btw :)


You might tell other people how ;)
Image
Ramon
 
Posts: 599
Joined: Wed Oct 12, 2005 8:51 pm
Location: Hoogeveen, NL

Postby pepepeito » Fri Jan 02, 2009 11:23 pm

Edit.- I'm sorry for duplicate
Hello, I'm Jos? from Spain (sorry about my poor english). I've discover a few days ago cutenewsru and it was just I was looking for. I've installed the cms and the FCK plugin with the help of the forum. All is working right except when I add or edit a news with the fckeditor. When I try to insert an image, the fckeditor allways is searching in the root path of my server, instead of in "cuterru/data/upimages" (I`m trying in local mode with Xampp) .Thanks in advance.

Regards from Spain...
Last edited by pepepeito on Fri Jan 02, 2009 11:25 pm, edited 1 time in total.
pepepeito
 
Posts: 3
Joined: Fri Jan 02, 2009 11:09 pm

Postby pepepeito » Fri Jan 02, 2009 11:24 pm

Edit.- I'm sorry for duplicate


Hello, I'm Jos? from Spain (sorry about my poor english). I've discover a few days ago cutenewsru and it was just I was looking for. I've installed the cms and the FCK plugin with the help of the forum. All is working right except when I add or edit a news with the fckeditor. When I try to insert an image, the fckeditor allways is searching in the root path of my server, instead of in "/data/upimages". Thanks in advance.

Regards from Spain...
pepepeito
 
Posts: 3
Joined: Fri Jan 02, 2009 11:09 pm

Postby pepepeito » Sat Jan 03, 2009 8:38 pm

I answer myself ( if there is another one with the same problem). The problem is that the line" $serverpath = dirname(dirname(dirname(__FILE__))); " in the file tinyfck.config.php doesn't works right ( I don't know why ) because the var $serverpath don't return the right valor. I think is a problem with xampp server. I have correct this appenig these lines in the file connector.php before the function "DoResponse()":

$GLOBALS["UserFilesPath"]='/my_root_folder/data/upimages/' ;
$GLOBALS["UserFilesDirectory"]= GetRootPath().$GLOBALS["UserFilesPath"] ;

I know that is not a smart solution but it wroks. I'll try to change the file file tinyfck.config.php when I have time. But for now I can work with this solution.

Regards...

Pd.- Sorry about my english :oops:
pepepeito
 
Posts: 3
Joined: Fri Jan 02, 2009 11:09 pm

Postby Ramon » Sun Jan 04, 2009 4:48 am

That's good to hear pepepeito, i don't know the answer to your problem. Not all fixes win the beauty contest, but that's not what they're about, if they fix what need fixing it's done it's job :)
Image
Ramon
 
Posts: 599
Joined: Wed Oct 12, 2005 8:51 pm
Location: Hoogeveen, NL

Postby jason » Sat Jan 10, 2009 5:33 am

hello, I installed tinyfck step by step as per D72 instructions but I have now 2 problems
1- When I paste a text in the full story or short story and then I perform a linebreak between 2 pragraphs or so then when I need to edit this news to do some modifications I found that this news lose the line break (shift+enter) which I performed when I added it before so please I need some help.

2-Meta keywords and Meta description are very wide in the page.
Thanks in advance.
jason
 
Posts: 19
Joined: Mon Dec 22, 2008 5:15 pm

New version available

Postby D72 » Sat Mar 07, 2009 2:40 pm

Bump the head... file is updated
User avatar
D72
 
Posts: 336
Joined: Thu Feb 22, 2007 12:05 am
Location: NL

Postby mark99 » Sun Mar 08, 2009 1:22 pm

What's changed?
mark99
 
Posts: 123
Joined: Mon Feb 09, 2009 6:01 pm

Postby D72 » Sun Mar 08, 2009 2:10 pm

mark99 wrote:What's changed?


Read my first post.
User avatar
D72
 
Posts: 336
Joined: Thu Feb 22, 2007 12:05 am
Location: NL

Postby eberswine » Tue Apr 28, 2009 10:19 pm

As far as i know there are no more problems with the data/upimages path because of the document_base_url : "/yourCNRpath/", line in tinyfck.php


when you say change your path... do you mean the data path or just the cnr?

for example: http://www.mysite.com/cnr/data/upimages/
or
for example: /cnr/
or
for example: /cnr/data/upimages/


????????????

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

Postby Hawk » Thu May 07, 2009 10:53 pm

Either version of the path doesn't give any results to me.

Are you sure that is the only line where we have to change the path?
User avatar
Hawk
 
Posts: 248
Joined: Tue Aug 29, 2006 9:00 pm

PreviousNext

Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 0 guests

cron