Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Reply to topic    Forum Index » Additional Downloads View previous topic
View next topic
Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2
Author Message
MiNi.SpIdEr



Joined: 22 Jan 2008
Posts: 78

Post Reply with quote
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 Cool

any help ? about any problem 4m this

_________________
WwW.MiNi-5pIdEr.CoM
Sun May 17, 2009 1:34 pm View user's profile Send private message
Guest








Please login to hide the ads.

cablegunmaster



Joined: 05 May 2009
Posts: 34

Post Reply with quote
same problem here... trying to fix it Smile

* reads post of this topic Smile*


open cnr/plugins/default.css


find :

Code:

#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 Smile the only thing different is the numbers of the width Smile I recommend minimum of 700 px Smile

* Thanks to someone in this Thread * Very Happy
Sun May 17, 2009 11:00 pm View user's profile Send private message
cablegunmaster



Joined: 05 May 2009
Posts: 34

Post Reply with quote
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:
tinyMCE.init({
mode : "textareas",
change it to:
Code:
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.



this solution only gives me 1 editor open. I cant get it to work on both Textarea's. Smile
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!
Confused
Sun May 17, 2009 11:10 pm View user's profile Send private message
cablegunmaster



Joined: 05 May 2009
Posts: 34

Post Reply with quote
eberswine wrote:
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? Rolling Eyes
The editor also adds <br /> and <p> when I dont want it. How can I prevent this? Rolling Eyes
Cause it looks awesome in the editor but if you press on preview its just 1 crapp stuff coming out Embarassed

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 Smile 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 View user's profile Send private message
MiNi.SpIdEr



Joined: 22 Jan 2008
Posts: 78

Post Reply with quote
Hi
I have done this
Code:

#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


Code:

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 View user's profile Send private message
Hawk



Joined: 29 Aug 2006
Posts: 159

Post Reply with quote
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

Code:
extended_valid_elements : "iframe[src|width|height|name|align]"


Hope I helped.

_________________
Oo
Fri May 22, 2009 2:15 pm View user's profile Send private message Visit poster's website
MiNi.SpIdEr



Joined: 22 Jan 2008
Posts: 78

Post Reply with quote
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 View user's profile Send private message
Hawk



Joined: 29 Aug 2006
Posts: 159

Post Reply with quote
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 View user's profile Send private message Visit poster's website
MiNi.SpIdEr



Joined: 22 Jan 2008
Posts: 78

Post Reply with quote
thx

can some one upload it for me "activate Format Switcher" please, coz i cant find in it my Plugins Sad

_________________
WwW.MiNi-5pIdEr.CoM
Mon Jun 01, 2009 2:55 pm View user's profile Send private message
D72



Joined: 22 Feb 2007
Posts: 321
Location: NL

Post Reply with quote
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 View user's profile Send private message
Hawk



Joined: 29 Aug 2006
Posts: 159

Post Reply with quote
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 View user's profile Send private message Visit poster's website
SickQuilver



Joined: 12 Mar 2008
Posts: 20
Location: Amsterdam, The Netherlands

Post Reply with quote
[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 View user's profile Send private message
D72



Joined: 22 Feb 2007
Posts: 321
Location: NL

Post Reply with quote
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 View user's profile Send private message
Hawk



Joined: 29 Aug 2006
Posts: 159

Post Reply with quote
Editing config gave results.

I also edited following code to allow adding of some file extensions:
Code:
$Config['AllowedExtensions']['File']   = array('pdf','doc','zip') ;


_________________
Oo
Mon Jul 13, 2009 8:05 am View user's profile Send private message Visit poster's website
DistantJ



Joined: 29 Jul 2008
Posts: 32

Post Reply with quote
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 View user's profile Send private message
Display posts from previous:    
Reply to topic    Forum Index » Additional Downloads All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 6 of 7

 
Jump to: 
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



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.