![]() |
ok i see in warn.php they are moved to usergroup 8 by default. I changed this to my banned usergroup.
|
Quote:
|
one last thing. I have it set to ban my users for 5 days, but when I go to view banned users, it says permenent, and when I use the Unban Banned Users function, it doesn't unban the user who was banned as a result of the warning system
|
this is just like gforce's good old hack, thanx heaps ZT.
I was wonderin if you could display the warning level on the postbit, you know how i like to do things lol. Muhc quicker to reference the points if you can just see it from the thread. thx heaps for it. Can you make it so members can view warnings but not warn? It's kinda pointless if the members can't see where they are on the wraning scale and all start +++++ing when they are banned. Edit: I got a database error when issuing a warning. Code:
Database error in vBulletin 3.0.0: |
Also, please hurry up and figure out how I can change permissions so those who I specify cannot see the Warn User link!!! :)
|
I do have a problem where an exclamation point in the Notification PM is not being parsed correctly.
|
Quote:
Code:
<a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> Code:
<if condition="$bbuserinfo['usergroupid'] == '6'"><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> ?</if> |
How can I allow multiple usergroups, Administrators, Moderators, and Super Moderators?
|
just guessing but try this
HTML Code:
<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> ?</if> |
sounds good, any screenshots?
|
All times are GMT. The time now is 05:49 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:
|