| Author |
Message |
erlendfl
Joined: 10 Jan 2007 Posts: 41
|
|
|
|
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!
|
|
| Wed Oct 29, 2008 12:42 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
erlendfl
Joined: 10 Jan 2007 Posts: 41
|
|
|
|
Anyone made TinyFCK work with the page editor?
Thanks for any help with this 
|
|
| Sun Nov 30, 2008 3:10 am |
|
 |
clemco
Joined: 23 Jan 2008 Posts: 7
|
|
what on earth have i done?! |
|
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
|
|
| Mon Dec 01, 2008 11:48 pm |
|
 |
erlendfl
Joined: 10 Jan 2007 Posts: 41
|
|
|
|
 |  | 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 
|
|
| Tue Dec 02, 2008 1:17 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 551 Location: Hoogeveen, NL |
|
|
|
 |  |  |  | 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 
_________________
 |
|
| Sun Dec 21, 2008 5:07 pm |
|
 |
pepepeito
Joined: 02 Jan 2009 Posts: 1
|
|
|
|
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 |
|
| Fri Jan 02, 2009 11:23 pm |
|
 |
pepepeito
Joined: 02 Jan 2009 Posts: 1
|
|
|
|
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...
|
|
| Fri Jan 02, 2009 11:24 pm |
|
 |
pepepeito
Joined: 02 Jan 2009 Posts: 1
|
|
|
|
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 
|
|
| Sat Jan 03, 2009 8:38 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 551 Location: Hoogeveen, NL |
|
|
|
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 
_________________
 |
|
| Sun Jan 04, 2009 4:48 am |
|
 |
|