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?

disable the elements path?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: disable the elements path?
#367
disable the elements path? 1 Year, 8 Months ago Karma: 0
Hi folks,
How do we disable the ''elements' path at the bottom? I have done what is suggested elsewhere, that is, paste config.removePlugins = 'elementspath'; into the config.js, but it is till there, after flushing the cache, both in firefox and internet explorer.
Using firefox 3.6.3, joomla ck 3.2 and joomla 1.5.18
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.
 
#368
Re:disable the elements path? 1 Year, 8 Months ago Karma: 20
Hi kiwi2b,

Thank you for your post.

Go to:
Code:

/plugins/editors/jckeditor/includes/ckeditor/plugins/
and open the toolbarplugins.php file

Then add " var $elementspath = 0; " below the " //core plugins to remove " comment.

Example:

Code:


/*------------------------------------------------------------------------
# Copyright (C) 2005-2010 WebxSolution Ltd. All Rights Reserved.
# @license - GPLv2.0
# Author: WebxSolution Ltd
# Websites:  http://www.webxsolution.com
# Terms of Use: An extension that is derived from the JoomlaCK editor will only be allowed under the following conditions: http://joomlackeditor.com/terms-of-use
# ------------------------------------------------------------------------*/ 

class JCKToolbarPlugins extends JCKPlugins  
{
//core plugins to remove
var $dialog = 0;
var $htmldataprocessor = 0;
var $flash = 0;
var $stylescombo = 0;
var $filebrowser = 0;
var $save = 0;
var $toolbar = 0;
var $about = 0;

var $elementspath = 0;



Take care,


Paul
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/06/11 09:00 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