![]() |
e-steki Banlist v1.2
Its functionality and installation instructions are the same as v1: https://vborg.vbsupport.ru/showthread.php?t=103190 so go read there.
v1.1 is better only under the hood: I fixed some bugs and optimized the code. It works for 3.6.x as well and it might work with 3.5.x. Changelog: v1.2
|
installed - works fine !
thanks and regards macc |
error :
Warning: Division by zero in [path]/includes/functions.php on line 2342 |
exact same message as above, uninstalled for now!
im using 3.7.3 |
Did you set how many usernames you want per page?
Works fine for me on 3.7.3 pl1 |
Quote:
That worked for me :-) thanks, would have been handy if someone told us that first LOL |
Quote:
Quote:
put the number of users to show per page |
For temp bans the lift date shows as 12-31-1969
|
same for me ...lift date ... january 1970 ???
reg macc |
Oops, you are correct. I'll look into the issue.
|
v1.2 is out, with that bug (and some others) fixed.
|
error :(
Database error in vBulletin 3.7.3: Invalid SQL: SELECT userban.userid, adminid, bandate, liftdate, reason, user.username as username, admin.username as adminname, admin.displaygroupid as admindisplaygroupid, admin.usergroupid as adminusergroupid FROM vB_userban as userban LEFT JOIN vB_user as user ON(user.userid = userban.userid) LEFT JOIN vB_user as admin ON(admin.userid = userban.adminid) WHERE user.usergroupid IN () ORDER BY bandate DESC; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY bandate DESC' at line 8 |
go to the settings and set what your banned usergroupids are.
(strange... I thought I had set a default there) |
Nice mod. Thanks somuch !
|
http://img530.imageshack.us/img530/5222/errorwo9.th.jpg
My banlist doesn't show banned user. What's my mistake? |
You Also Need To Go To Template Navbar....
Insert This.... PHP Code:
If You Want Everyone To see It, Take Out The Condition.... |
Would it be possible to show all bans, including expired?
|
It doesn't show members who banned before the intstall this add-on. There are many banned members in my site, but shown anyone :S How can I fix it?
|
Quote:
|
Thank you.
|
The total count is out by one, since you start with [minicode]$i=1;[/minicode] and continue counting up.
To combat this, you need to subtract 1 from the total counter on the stats. [minicode]$banned_stats['total'] = $i - 1;[/minicode] |
Thank You
|
All times are GMT. The time now is 04:09 AM. |
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:
|