Version: 2.0.2, by farooqaaa
Developer Last Online: Feb 2008
Category: Add-On Releases -
Version: 3.6.1
Rating:
Released: 12-04-2006
Last Update: 12-06-2006
Installs: 172
Template Edits
Additional Files
No support by the author.
Hello,
This is my second simple hack . This is easy to use & easy to install.
This will add a QuickBan image to postbit & postbit_legacy.
Features:-
* Show Quick Ban & Unban button for separate usergroups.
* Allow separate usergroups to see the Quick Ban & Unban button and that can ban users.
* Show in postbit & postbit_legacy (no template edits required)
* Enable / Disable whole hack.
* Add a Quick Ban & Unban button of your choice OR use the buttons i have attached. >>> QuickBan () and QuickUnBan ().
------- for more see the screen shots attached.
Screenshots:-
I have attached screenshots of (Postbit, Postbit_legacy and AdminCP).
TESTED on Vbulletin 3.6.4 and working fine . (thanks to snakes1100 for testing it on VB3.6.4)
Enjoy using this mod, and please don't forget to click install!
Thanks
Version history: Quick Ban & Unban 1.0
Quick Ban & Unban 2.0 - No more template edits, and other features added.
Quick Ban & Unban 2.0.1 - Allow seperate usergroups to see the QB button and ban users.
Quick Ban & Unban 2.0.2 - Unban users that are banned.
Neither of you bothered to read the description at the top of each page did you? It clearly states that you can configure your own button (even looking in the options in AdminCP will tell you this) and provides links for you to download a quickban button. Instead you'd like to raise an issue about missing buttons that aren't missing?
I did read that, I DON'T think you understood what was being asked. We were asking for a separate or different image, instead of having to go and find one our selves, Not that we couldn't find it, nor could we configure one ourselves.
Thanks, I installed it, haven't had to use it yet, but I'm sure it works as needed.
oh well i used it and it doesn't show unban button after banning someone,you have to go to admincp to unban it.the other thing is i couldn't add more than #2(registered group)looks like it works only for id 2.not for promoted groups
I've done a quick fix for the double digit problem.
1. open the quickban_button template
2. search for OR $bbuserinfo[usergroupid]== $vboptions['ugroups_can']{6} between the <!-- ALLOWED USERGROUPS --> box
3. add your usergroup like this: OR $bbuserinfo[usergroupid]== 123, replace 123 with your usergroup id
example:
Code:
<!-- ALLOWED USERGROUPS -->
<if condition="$bbuserinfo[usergroupid]== $vboptions['ugroups_can']{0} OR $bbuserinfo[usergroupid]== $vboptions['ugroups_can']{2} OR $bbuserinfo[usergroupid]== $vboptions['ugroups_can']{4} OR $bbuserinfo[usergroupid]== $vboptions['ugroups_can']{6} OR $bbuserinfo[usergroupid]== 123">
<!-- END ALLOWED USERGROUPS -->
I don't like to hardcode id's into templates, but I haven't enough time to make a proper fix for such a little problem.
first of all i think again that the owners of this forum should do something about these coders that does not support theire creations because it can cause serious problems for those who have no knowlidge of forums and edditing templates etc etc etc
second i would like to say thnx to those who take the time to clean up the XXXX of some one else and fx the code in some way
third i have the same problem as others have
the unban button dont show
the hack is nice and really handy so if some one knows how to fx this it would be apriciated