Help us to help you!

Our aim is to offer you the best service possible, to do this we need to know: (1.) Joomla! version (2.) Server type (3.) Editor version (4.) Browsers type & Version and any (5.) Error messages you may have, for help in finding this information please - click here…We would also invite you to read our form rules before posting - read more…

Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: editor not showing
#658
editor not showing 1 Year, 5 Months ago Karma: 0
Hi, I had the 3.3.1 editor installed, published and assigned, and when I set up a new article it shows up in the editing window.

But after installing the manager 1.0, I cant get the editor to show up in the editing window. No toolbars at all.

I tried an uninstall of the manager and editor, redownloaded etc, but same problem. If I uninstall the manager, the toolbars come back.

Any ideas? (I have tinymce installed and published. Joomla 1.5.20. Same problem on two websites.)

Thanks in advance.
kiwi2b
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/17 11:02 By kiwi2b.
The administrator has disabled public write access.
 
#660
Re:editor not showing 1 Year, 5 Months ago Karma: 32
Hi kiwi2b,

We have looked into this issue and have found that this is indeed a problem. However there is a workaround available. All you need to do is install any of the JCK plugins from this site and this will resolve your issue.

We have updated the JCK Manager component and have repacked it. For those who downloaded this component previously, the issue only exist if you have not installed a JCK plugin. But Please feel free to re-download the component that has the updated patch.

Regards
awills
Administrator
Posts: 484
graphgraph
User Offline Click here to see the profile of this user
Gender: Male webxsolution.com Location: London

Always clear your browser cache(CTRL+SHFT+DEL for FF/IE and Chrome users)
The administrator has disabled public write access.
 
#668
Re:editor not showing 1 Year, 5 Months ago Karma: 0
Great, fixed. I now have the toolbars showing!

But, I was hoping the manager could enable, disable each icon, (hopefully on a per user basis). Instead I still seem limited to using the plugin settings, of basic, full etc.

Am I missing something? How do I get a custom toolbar, only with what icons I need??

Thanks.
kiwi2b
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/18 01:05 By kiwi2b.
The administrator has disabled public write access.
 
#677
Re:custom toolbar 1 Year, 5 Months ago Karma: 20
Hi kiwi2b,

Thank you for your post.

In the 1st release of the JCK Manager we have developed the first two functions (The installer & Plugin Manager)of many which we anticipate to bring to the community. Your requested function is on the way until then, it is quite easy to modify the editors toolbars by modified the .php toolbar files.

Please see: www.joomlackeditor.com/component/content...-the-editor-toolbars for more info.

Take care,


P
Paul.F
Administrator
Posts: 1045
graph
User Online Now Click here to see the profile of this user
Gender: Male webxsolution.com Location: London Birthday: 12/09
If you use JoomlaCK Editor, please post a review at the Joomla! Extensions Directory.
The administrator has disabled public write access.
 
#751
Re:custom toolbar 1 Year, 5 Months ago Karma: 0
Thanks, just checking the toolbar modding doc now. What do these two lines mean?
var $sep_1;
var $Cut = 2;
kiwi2b
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#753
Re:custom toolbar 1 Year, 5 Months ago Karma: 20
var $sep_1; = Separator
var $Cut = 2; = Cut
Paul.F
Administrator
Posts: 1045
graph
User Online Now Click here to see the profile of this user
Gender: Male webxsolution.com Location: London Birthday: 12/09
Last Edit: 2010/08/27 08:07 By Paul.F.
If you use JoomlaCK Editor, please post a review at the Joomla! Extensions Directory.
The administrator has disabled public write access.
 
#755
Re:custom toolbar 1 Year, 5 Months ago Karma: 0
Sorry, it's how the number parts of both these work I'm not sure on. If the separator part breaks the toolbar up into separate chunks, what does the number on the cut line do? And do they have to be in sequential order.
Thanks!
kiwi2b
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#756
Re:custom toolbar 1 Year, 5 Months ago Karma: 20
The number parts are row. Each toolbar row must start with a number - for an example

//row 1 (1st toolbar row)
Code:


    var $Source = 1;
    var $Save;



//row 2 (2nd toolbar row)
Code:

    var $Cut= 2;
    var $Copy;
    var $Paste;
    var $PasteText;
    var $PasteFromWord;
    var $SelectAll;
    var $Print;
    var $SpellChecker;
    var $Scayt;




P
Paul.F
Administrator
Posts: 1045
graph
User Online Now Click here to see the profile of this user
Gender: Male webxsolution.com Location: London Birthday: 12/09
Last Edit: 2010/08/27 12:15 By Paul.F.
If you use JoomlaCK Editor, please post a review at the Joomla! Extensions Directory.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Paul.F, awills