PDA

View Full Version : Administrative and Maintenance Tools - Quickly Moderate user in postbit


Keyser S?ze
05-14-2008, 10:00 PM
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

vithorius
05-15-2008, 12:46 PM
Great!

Is it possible o make an installable (XML) plugin/product version?

Thank you so very much!

Keyser S?ze
05-15-2008, 01:01 PM
probably but i have no idea how and this is just a quick edit

vithorius
05-15-2008, 03:19 PM
Ok! One more question:

Do you know if this works on 3.6.x? (It does not work on my board... :confused: )

Keyser S?ze
05-15-2008, 03:22 PM
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

vithorius
05-15-2008, 03:57 PM
Thanks, but... Its not working... :confused: :(

Keyser S?ze
05-15-2008, 08:10 PM
i dont have an older vb installed so all i can help u with is 3.7

newtsys
05-21-2008, 02:53 PM
Not working in 3.7.0 gold either......installed as shown and nothing there. I tried posbit_legacy and post bit any suggestions?

Super Jinni
05-21-2008, 03:33 PM
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:

<!-- 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 -->

because I didn't want to leave the page while moderate user

^^

Keyser S?ze
05-21-2008, 04:18 PM
Not working in 3.7.0 gold either......installed as shown and nothing there. I tried posbit_legacy and post bit any suggestions?

PM me ur code and ill take a look, the entire postbit template

WNM07
05-22-2008, 01:51 PM
can you make it so you can change the members user group right from the postbit?

Keyser S?ze
05-22-2008, 05:23 PM
no this is a link, takes u to the users profile in the admincp so u can change what u want

Phobos49
03-30-2009, 06:32 PM
Is it possible to modify the code so that it will work on 3.8.1?