PDA

View Full Version : Problems with the Editor


dorukum123
07-01-2014, 11:14 PM
Hello there,

I've two problems with the text editor or whatever you call it.

As you see in the first picture, that's advanced quick reply, and it's not in the normal shape. Idk how I managed to do that. As far as I remember I was installed another editor but afterwards deleted it from plugins/addons section.

How to fix that?

https://vborg.vbsupport.ru/external/2014/07/75.png


Second problem is;

In only one category, when I try to post a new thread, I click on that text editor and it automatically redirects you to one page before. Basically when I click on the black in editor, I get redirected. Only in that category.

https://vborg.vbsupport.ru/external/2014/07/76.png

Help.. :)

THanks.

ForceHSS
07-02-2014, 12:05 AM
To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

RichieBoy67
07-02-2014, 12:41 AM
Do what Force said and this will tell you for sure if it is a plug in issue. Do this and then get back to us.

Iguana Goddess
07-04-2014, 12:55 AM
I have the same issue going on that he does in his first pic, I disabled all plugins and it fixed nothing.

ozzy47
07-04-2014, 08:14 PM
First, add the following line to your config.php file under the <?php line:

define('SKIP_ALL_ERRORS', true);
Then, create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

dorukum123
07-05-2014, 10:30 PM
Thanks! Fixed!

ozzy47
07-05-2014, 10:37 PM
Glad to hear, and thanks for reporting back. :)