Plugin • TinyFCK WYSIWYG Editor • Updated version 3.2.2

Download plugins, language packs and stuff.

Postby MiNi.SpIdEr » Sun May 17, 2009 1:34 pm

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

Image

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 8)

any help ? about any problem 4m this
MiNi.SpIdEr
 
Posts: 78
Joined: Tue Jan 22, 2008 6:30 pm

Postby cablegunmaster » Sun May 17, 2009 11:00 pm

same problem here... trying to fix it :)

* reads post of this topic :)*


open cnr/plugins/default.css


find :

Code: Select all
#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 * :D
cablegunmaster
 
Posts: 34
Joined: Tue May 05, 2009 9:31 am

Postby cablegunmaster » Sun May 17, 2009 11:10 pm

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.



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.


Image

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!
:?
cablegunmaster
 
Posts: 34
Joined: Tue May 05, 2009 9:31 am

Postby cablegunmaster » Mon May 18, 2009 12:04 am

eberswine wrote:Screen Res @ 1440 X 900
Browser size @ 1024 X 768


Image


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

Output:
Image

Input:
Image

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.
cablegunmaster
 
Posts: 34
Joined: Tue May 05, 2009 9:31 am

Postby MiNi.SpIdEr » Wed May 20, 2009 12:58 pm

Hi
I have done this
Code: Select all
#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: Select all
tinyMCE.init({
mode : "exact",
elements: "short_story,full_story",


when i do this it just effect fist box !!! just short_story textearea ?
MiNi.SpIdEr
 
Posts: 78
Joined: Tue Jan 22, 2008 6:30 pm

Postby Hawk » Fri May 22, 2009 2:15 pm

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: Select all
extended_valid_elements : "iframe[src|width|height|name|align]"


Hope I helped.
User avatar
Hawk
 
Posts: 248
Joined: Tue Aug 29, 2006 9:00 pm

Postby MiNi.SpIdEr » Sat May 23, 2009 6:18 pm

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 ???
MiNi.SpIdEr
 
Posts: 78
Joined: Tue Jan 22, 2008 6:30 pm

Postby Hawk » Wed May 27, 2009 7:41 am

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

Postby MiNi.SpIdEr » Mon Jun 01, 2009 2:55 pm

thx

can some one upload it for me "activate Format Switcher" please, coz i cant find in it my Plugins :(
MiNi.SpIdEr
 
Posts: 78
Joined: Tue Jan 22, 2008 6:30 pm

Postby D72 » Mon Jun 01, 2009 3:53 pm

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.
User avatar
D72
 
Posts: 336
Joined: Thu Feb 22, 2007 12:05 am
Location: NL

Postby Hawk » Wed Jun 10, 2009 10:42 am

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

Postby SickQuilver » Fri Jul 10, 2009 5:06 pm

[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!
SickQuilver
 
Posts: 20
Joined: Wed Mar 12, 2008 10:23 am
Location: Amsterdam, The Netherlands

Postby D72 » Fri Jul 10, 2009 6:55 pm

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
User avatar
D72
 
Posts: 336
Joined: Thu Feb 22, 2007 12:05 am
Location: NL

Postby Hawk » Mon Jul 13, 2009 8:05 am

Editing config gave results.

I also edited following code to allow adding of some file extensions:
Code: Select all
$Config['AllowedExtensions']['File']   = array('pdf','doc','zip') ;
User avatar
Hawk
 
Posts: 248
Joined: Tue Aug 29, 2006 9:00 pm

Postby DistantJ » Fri Jul 17, 2009 9:41 am

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

PreviousNext

Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 0 guests

cron