The Arcive of vBulletin Modifications Site. |
|
Quickly Moderate user in postbit Details »»
|
|||||||||||||||||||||||||
This is a simple template mod that quickly allows you to moderate a user
it is in the same dropdown on a users name in the postbit, you can add any usergroups you want to and only those usergroups will see that anything is there Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Great!
Is it possible o make an installable (XML) plugin/product version? Thank you so very much! |
|
#3
|
||||
|
||||
|
probably but i have no idea how and this is just a quick edit
|
|
#4
|
||||
|
||||
|
Ok! One more question:
Do you know if this works on 3.6.x? (It does not work on my board... )
|
|
#5
|
||||
|
||||
|
well i first made this for 3.0 but i didnt release it til now, however i redid this last night as i had reverted the templates, so some code may or may not have changed
i think it will tho, im certain the code u insert will work |
|
#6
|
||||
|
||||
|
Thanks, but... Its not working...
|
|
#7
|
||||
|
||||
|
i dont have an older vb installed so all i can help u with is 3.7
|
|
#8
|
|||
|
|||
|
Not working in 3.7.0 gold either......installed as shown and nothing there. I tried posbit_legacy and post bit any suggestions?
|
|
#9
|
|||
|
|||
|
works fine for me
and I have a little suggestion and a little edit I've made I added the code in red so it was like this: Code:
<!-- Moderation tool addon --> <if condition="is_member_of($vbulletin->userinfo, 6)"> <tr><td class="vbmenu_option"> <a href="moderator.php?do=useroptions&u=$post[userid]" target="blank">Moderate $post[username]</a> </if> <!-- Moderation tool addon --> ^^ |
|
#10
|
||||
|
||||
|
PM me ur code and ill take a look, the entire postbit template
|
![]() |
|
|