PDA

View Full Version : Postbit controls gone wrong


karabaja3
12-22-2014, 01:39 AM
I don't know what have I done.
I had this

https://vborg.vbsupport.ru/external/2014/12/18.jpg

Now it's look like this at all styles:

https://vborg.vbsupport.ru/external/2014/12/19.jpg

Has anyone had this situation? Help, please.

ozzy47
12-22-2014, 02:05 AM
Ok lets do this, disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.

define('DISABLE_HOOKS', true);

So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2

Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.

If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue.

Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. :)

ozzy47
12-22-2014, 02:07 AM
Nevermind, i see you figured it out here, https://theadminzone.com/threads/postbit-controls-gone-wrong.130555/

karabaja3
12-22-2014, 02:09 AM
The clear.gif file was missing from the vB's root.
Thank you Ozzy for replying. First thing I tryed it to disable hooks.