![]() |
using this mode does not move users to the banned category - check your banned users and you will not find those that you banned using this mode - search for the users using search option and you'll find them being banned but the user category will not be updated.
Also I found that there is a mistake in this query of the plugin: $vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "userban (userid, usergroupid, displaygroupid, usertitle, customtitle, .... this should be customtitle, usertitle,.. also the corresponding values should be moved too if any one fixed this problem please let me know |
Quote:
|
Quote:
and If I understood correctly: you want to change from: Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "userban (userid, usergroupid, displaygroupid, usertitle, customtitle,...) values (... value_usertitle, value_customtitle,...) Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "userban (userid, usergroupid, displaygroupid, customtitle,usertitle, ...) values (... value_customtitle,value_usertitle...) the link to use one touch and ban from the profile has dissapeared, so I did a modification: like Quarterbore said , you should find: Code:
<if condition="can_moderate()"> Code:
<!-- one touch modification --> Code:
if (THIS_SCRIPT == 'member' AND $vbulletin->options['spamer_ban_enable'] AND (is_member_of($vbulletin->userinfo, explode(",", $vbulletin->options['spamer_ban_can_use'])) OR ($vbulletin->userinfo['userid'] != 0 AND in_array($vbulletin->userinfo['userid'], explode(",", $vbulletin->options['spamer_ban_can_use_user']))))) |
Quote:
Code:
<if condition="can_moderate()"> Code:
<if condition="$show['edit_profile']"> |
Quote:
i hope he will rest in peace and my condolences to his fam the modification is excelent and its a great loss that he had a accident specially with such a great hobby as diving these kind of modifications should be nominated as mod of the year |
will this work with 3.7.4?
|
Quote:
|
*sigh*
Condolences go out to him and his family, thanks for the mod, even though I can't get it to show up on my postbit. |
Im runing vbulletin 3.7.4 and it doesnt work with it . I added the addon patch for v3.7.0 but still nothing.
Will you please make it work for my version |
It would be nice if a 3.7 version would be released making use of vbulletin's functions to clean up spam quickly. vbulletin allows for multiple spammers to be banned and cleaned up in one go. But vb's interface is not as easy / one touch as this one.
|
All times are GMT. The time now is 04:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|