| Author |
Message |
MiNi.SpIdEr
Joined: 22 Jan 2008 Posts: 78
|
|
|
|
hi, same before, it still big and under some check box
also i use plug of descriptor and keyword this two text area also the plug effect them !?
look to the picture
how can i fix it ?
i wanna make it simple, cancel many of these buttons how? , just WYSIWYG with some simple buttons like the in the original one
it will be vgood
any help ? about any problem 4m this
_________________ WwW.MiNi-5pIdEr.CoM |
|
| Sun May 17, 2009 1:34 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
cablegunmaster
Joined: 05 May 2009 Posts: 34
|
|
|
|
same problem here... trying to fix it
* reads post of this topic *
open cnr/plugins/default.css
find :
 |  |
#title, #short, #full, #actions {
width: 800px;
border-right: solid 1px #f7f7f7;
float: left;
clear: both;
}
#short textarea, #full textarea {
width: 600px;
height: 150px;
}
#title input {
width: 600px;
}
|
change it like this the only thing different is the numbers of the width I recommend minimum of 700 px
* Thanks to someone in this Thread * 
|
|
| Sun May 17, 2009 11:00 pm |
|
 |
cablegunmaster
Joined: 05 May 2009 Posts: 34
|
|
|
|
 |  |  |  | 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. |
this solution only gives me 1 editor open. I cant get it to work on both Textarea's.
I can get it to work on 1 seperatly but not both.
Bugs I have encountered:
"short story must contain a value"
Wait I filled it .... using this editor.
[img]http://www.postimage.org/image.php?v=Pq29stzr[/img]
I fixed the length of this thing in the image but I cant get it to display properly it keeps adding <br>
the lines keep fucking up. even when I don't use any CSS sheets.
http://www.cablegunmaster.nl/cnr/show_news.php
see link for clarification it adds new lines after each enter I place!

|
|
| Sun May 17, 2009 11:10 pm |
|
 |
cablegunmaster
Joined: 05 May 2009 Posts: 34
|
|
|
|
 |  | Screen Res @ 1440 X 900
Browser size @ 1024 X 768
 |
How did you manage to get rid of the smileys and the other things? above it? the options? what did you alter?
just the main question how do you disable the standard editor?
The editor also adds <br /> and <p> when I dont want it. How can I prevent this?
Cause it looks awesome in the editor but if you press on preview its just 1 crapp stuff coming out
Output:
Input:
Note: this problem already occurred. While I was installing cutenews RU.so its more as a bug as a problem on this plugin.
The format changer plugin helped guess my sql is down for maintenance but as soon as its up I continue my testing.
I like to work on this project and might when im done come up with a new version with all the plugins I like included.
|
|
| Mon May 18, 2009 12:04 am |
|
 |
MiNi.SpIdEr
Joined: 22 Jan 2008 Posts: 78
|
|
|
|
Hi
I have done this
 |  |
#title, #short, #full, #actions {
width: 800px;
border-right: solid 1px #f7f7f7;
float: left;
clear: both;
}
#short textarea, #full textarea {
width: 600px;
height: 150px;
}
#title input {
width: 600px;
}
|
and nothing
and
 |  |
tinyMCE.init({
mode : "exact",
elements: "short_story,full_story",
|
when i do this it just effect fist box !!! just short_story textearea ?
_________________ WwW.MiNi-5pIdEr.CoM |
|
| Wed May 20, 2009 12:58 pm |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
Just a short tip if anyone else finds the need to do same thing.
I've had a need to implement an iframe code through the CNR with TinyFCK, but, as you might not or be aware, editor will strip the code out even if you try to add it manually through the HTML part.
Solution to this is to add following code in /plugins/tinyfck.php in line 33
 |  | extended_valid_elements : "iframe[src|width|height|name|align]" |
Hope I helped.
_________________ Oo |
|
| Fri May 22, 2009 2:15 pm |
|
 |
MiNi.SpIdEr
Joined: 22 Jan 2008 Posts: 78
|
|
|
|
Hi, thx i have solved the problems of size and take of some of "TinyFCK" plugs
now can some one help me? i can't find this one
"Switch format to HTML instead of HTML using BR"
?
and what about the smiles ??? i like the original one any idea to make a plugin
4 it?? i thing if some one can make once like the time plugin put the smile directly ???
_________________ WwW.MiNi-5pIdEr.CoM |
|
| Sat May 23, 2009 6:18 pm |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
In your Plugins section activate Format Switcher & clear your cache after, whenever you try to add or edit your news you'll see in right column a dropdown menu with those options.
For smilies, not sure if it's what you are looking for, I for example didn't want the smilies, so I just erased all of them from System settings section & they aren't showing anymore.
_________________ Oo |
|
| Wed May 27, 2009 7:41 am |
|
 |
MiNi.SpIdEr
Joined: 22 Jan 2008 Posts: 78
|
|
|
|
thx
can some one upload it for me "activate Format Switcher" please, coz i cant find in it my Plugins 
_________________ WwW.MiNi-5pIdEr.CoM |
|
| Mon Jun 01, 2009 2:55 pm |
|
 |
D72

Joined: 22 Feb 2007 Posts: 321 Location: NL |
|
|
|
It must be there.
In the admin section, go to Manage Plugins, and there must be a plugin named 'Format Switcher'
Check the demo, its in there too.
Click
If not, download CNR again from the forum and upload it by ftp on your server in the 'plugins' folder.
I'm wondering if you have searched in your cnr copy. Cos it's a default plugin.
|
|
| Mon Jun 01, 2009 3:53 pm |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
I'm not sure why is this happening, however the new version of image & file uploader of TinyFCK isn't uploading things or is able to create any folders inside my designated upload folder. Problem is not in CHMOD, as all is in 777, & comparing the old version, new has recieved alot of changes. Can you list what are the changes in comparison to the old version?
_________________ Oo |
|
| Wed Jun 10, 2009 10:42 am |
|
 |
SickQuilver
Joined: 12 Mar 2008 Posts: 20 Location: Amsterdam, The Netherlands |
|
|
|
[quote="Hawk"]I'm not sure why is this happening, however the new version of image & file uploader of TinyFCK isn't uploading things or is able to create any folders inside my designated upload folder. Problem is not in CHMOD, as all is in 777, & comparing the old version, new has recieved alot of changes. Can you list what are the changes in comparison to the old version?[/quote
image and file uploader is indeed not working right!
Is there a Fix!
|
|
| Fri Jul 10, 2009 5:06 pm |
|
 |
D72

Joined: 22 Feb 2007 Posts: 321 Location: NL |
|
|
|
I can't quiet remember wich file i am talking about right now.
But search for a config in the tinyfck folder and try to find the option to give tinymce permission to upload and create folders
|
|
| Fri Jul 10, 2009 6:55 pm |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
Editing config gave results.
I also edited following code to allow adding of some file extensions:
 |  | $Config['AllowedExtensions']['File'] = array('pdf','doc','zip') ; |
_________________ Oo |
|
| Mon Jul 13, 2009 8:05 am |
|
 |
DistantJ
Joined: 29 Jul 2008 Posts: 32
|
|
|
|
So, when running this, it works like a charm, but when I click to submit, on the first click I always get "Short Story must contain value". After this, when I click a second time it works just fine. What am I doing wrong? Is there a code I can change to fix this?
|
|
| Fri Jul 17, 2009 9:41 am |
|
 |
|