PDA

View Full Version : In moderation, I can't select all threads


gnrx
11-25-2014, 10:33 PM
Hello.
I use vb 4.2.2 PL2, when I go to some forum and click in "Moderation in line" I click in "Select All" but not select any thread, not works.
This option work in the past, but I don't know in waht moment, failed.

Thanks and regards!

PD: Sorry for my english.

ozzy47
11-25-2014, 10:36 PM
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. :)

gnrx
11-26-2014, 12:17 AM
Hello.
Oh, with
define('DISABLE_HOOKS', true);
In config.php, works fine, I can select/unselect...

But when I enable plugins again by adding // before the line I added, and then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time, not works, not view what pluggin cause the issue.
I disabled all mods that I have enableds (one mod at a time) I try to select all in moderation and not works.

Only work if I add the line in configuration.php.

I don't view what mod cause this issue :erm::confused::eek:

Thank you very much! :up::)

--------------- Added 1416968585 at 1416968585 ---------------

Update:
I'm asleep, I don't view one mod that this mod I don't disabled and...this mod is that cause the issue.

Mod cause the Issue located.

I go to sleep :D

Again, thank you very much!

ozzy47
11-26-2014, 12:27 AM
Glad to hear you found out which mod it is. Post in that mods thread the situation, and maybe the developer can sort it out. :)