-
AuthorPosts
-
November 15, 2008 at 4:22 pm #135396
I’m trying to change the editor from TinyMCE2.0 editor to NO EDITOR. When I change it to NO EDITOR under site configuration it dosen’t change the editor, when I create an article TinyMCE2.0 still shows up. Does anybody have any suggestions on how I can temporary change the editor?
I’m running Joomla 1.5.6
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 15, 2008 at 4:40 pm #279269By ‘No editor’ Joomla means no WYSIWYG editor. You will still see a HTML editor which looks like Tiny but has no icons etc.
If it is STILL tiny that is showing up after you have selected No Editor then it is because your config file is unwritable
1 user says Thank You to scotty for this useful post
November 15, 2008 at 9:05 pm #279287I chmod configuration.php to 777 and still the TinyMCE2.0 shows up. Is there a step i’m missing, can someone suggest something else to try?
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 15, 2008 at 9:28 pm #279290Are you clicking ‘Save’ after you select No Editor?
November 15, 2008 at 9:31 pm #279291Yes, Apply then Save
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 15, 2008 at 9:37 pm #279293Open configuration.php and look for line…
var $editor = ‘tinymce’; and change to var $editor = ‘none’; and save.
November 15, 2008 at 9:45 pm #279296This is the entire config file
<?php
class JConfig {
var $offline = ‘0’;
var $editor = ‘none’;
var $list_limit = ’20’;
var $helpurl = ‘http://help.joomla.org’;
var $debug = ‘0’;
var $debug_lang = ‘0’;
var $sef = ‘0’;
var $sef_rewrite = ‘0’;
var $sef_suffix = ‘0’;
var $feed_limit = ’10’;
var $secret = ‘EMwFRPGhZ4d7a2LF’;
var $gzip = ‘0’;
var $error_reporting = ‘-1’;
var $xmlrpc_server = ‘0’;
var $log_path = ‘/home/gnet/coveredcomputerservices.com/logs’;
var $tmp_path = ‘/home/gnet/coveredcomputerservices.com/tmp’;
var $live_site = ”;
var $offset = ‘-8’;
var $caching = ‘0’;
var $cachetime = ’15’;
var $cache_handler = ‘file’;
var $memcache_settings = array();
var $ftp_enable = ‘0’;
var $ftp_host = ‘127.0.0.1’;
var $ftp_port = ’21’;
var $ftp_user = ‘Michael’;
var $ftp_pass = ‘
var $ftp_root = ”;
var $dbtype = ‘mysql’;
var $host = ‘kbgnets.gnetsolutions.info’;
var $user = ‘mrg6873’;
var $db = ‘ccssalem’;
var $dbprefix = ‘jos_’;
var $mailer = ‘mail’;
var $mailfrom = ‘support@coveredcomputerservices.com’;
var $fromname = ‘Covered Computer Services’;
var $sendmail = ‘/usr/sbin/sendmail’;
var $smtpauth = ‘0’;
var $smtpuser = ”;
var $smtppass = ”;
var $smtphost = ‘localhost’;
var $MetaAuthor = ‘1’;
var $MetaTitle = ‘1’;
var $lifetime = ‘120’;
var $session_handler = ‘database’;
var $password = ‘
var $sitename = ‘Covered Computer Services’;
var $MetaDesc = ‘Covered Computer Services’;
var $MetaKeys = ‘Covered Computer Services’;
var $offline_message = ‘This site is down for maintenance. Please check back again soon.’;
}
?>scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 15, 2008 at 9:48 pm #279297You are not using tinyMCE! You are using No editor. Read my first post again.
…and remove your password from the post above!!
November 15, 2008 at 9:54 pm #279299not sure I follow you? I don’t want to use any editor but the editor shows up when I open up an article. See attachment.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 15, 2008 at 10:06 pm #279302do you have more that one installation of Joomla on your server? It may be that your calling from a different config file.
Also… in the admin backend got to Tools>Clean Cache
Might as well clear your cache on you browser too.
Your config file says that no editor is set so I really can’t understand how Tiny would still load unless there are two config files conflicting.
November 15, 2008 at 10:35 pm #279304I figured it out… I changed the editor setting under user manager for the user I was logging into and it stuck. I guess it needs to be set there as well.
November 15, 2008 at 11:25 pm #279305Thanks for all your help Scotty
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 16, 2008 at 12:04 am #279306ah you were talking about the front end! lol
you’re welcome.!
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by scotty 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Unable to change editor
Viewing 13 posts - 1 through 13 (of 13 total)