I come back for this mod after those years. I had this mod disable except one plugin because when I uninstalled it I had problem with the login. Today I will try to find a solution if some one can help me. Here some info:
1) When uninstall or disable or put it in Off condition from settings I get this error:
Code:
Invalid SQL:
SELECT COUNT(*) AS num
FROM moderation AS moderation
INNER JOIN post AS post ON (moderation.primaryid = post.postid)
INNER JOIN thread AS thread ON (post.threadid = thread.threadid)
WHERE type = 'reply' AND forumid IN ( );
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 5
Error Number : 1064
Script : http://MYFORUM/login.php?do=login
Referrer : https://MYFORUM/forum.php
Classname : vB_Database_MySQLi
This error comes up when some one goes to login.
Code:
https://MYFORUM/login.php?do=login
I found that from five plugins of the module when I disable this one makes the error.
Plugin name: "
PostMan Notification" with Hook "
global_start"
Code:
if ($vbulletin->options['postman_enable'])
{
$templater = vB_Template::create('postman');
$templater->register('vsa_regtime', $vsa_regtime);
$vsa_att_zeroposters = $templater->render();
$ad_location['global_below_navbar'] .= $vsa_att_zeroposters;
}
Any help what I can I do so not get error when uninstalling it? Thanks in advanced.
P.S If I install modification again and it is active there is no problem.
EDIT: It conflict with this mod
https://vborg.vbsupport.ru/showthread.php?t=241301
Did not find solution yet