vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Quick Ban/UnBan (https://vborg.vbsupport.ru/showthread.php?t=93057)

sketch42 07-27-2005 10:00 PM

Quick Ban/UnBan
 
Since the Modcp link is gone from the bottom of the
page my moderators needed a quick way to ban a user without going
to the modcp. So this hack adds aoption to Ban a user directly from
the offending post, via the drop down menu link by the users name.
This is Moderator Forum Specific, which means moderators can only ban
users in their own forum, and not in another moderators forum. Also a
moderator can not ban any of the forum Administrators.


This Hack is Based on Erwins Warning System/Automatic Ban Hack and Magnus's Add On.

if you do not want to have the UnBan Link than just remove this line
Code:

<tr><td class="vbmenu_option"><span onmouseover="this.style.cursor='hand';" onClick="window.open('modcp/banning.php?do=liftban&userid=$post[userid]','liftban','width=500,height=375,scrollbars=yes')"><b>Lift Ban on $post[username]</b></span></td></tr>
also if you do not want it to be forum specific for your moderators replace this
Code:

<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])">
with this
Code:

<if condition="($bbuserinfo[usergroupid]==5 || $bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==7)">

Boofo 07-28-2005 07:46 AM

You might want to protect the Supermods from being banned , too, or does it already do that? ;)

sketch42 07-28-2005 07:57 AM

Quote:

Originally Posted by Boofo
You might want to protect the Supermods from being banned , too, or does it already do that? ;)

they are protected already... the option shows up to ban them but you will get an error message stating
Quote:

You are not authorized to ban users who are not considered normal, registered users

Brinnie 07-28-2005 08:02 AM

So it only bans them from the forum they moderate?

sketch42 07-28-2005 08:06 AM

Quote:

Originally Posted by Brinnie
So it only bans them from the forum they moderate?

? no it will ban them from the forums... period.
if a user is keeps acting up in one part of the forum
chances are theyll do the same elsewhere on the site

sketch42 07-28-2005 08:11 AM

Quote:

Originally Posted by Boofo
You might want to protect the Supermods from being banned , too, or does it already do that? ;)

they are protected already... the option shows up to ban them but you will get an error message stating
Quote:

You are not authorized to ban users who are not considered normal, registered users
this doesnt mean they cant ban members in custom usergroups.
any member with any kind of modertor status whether super mod or regular mod can not ban each other... only an admin can ban a mod of any kind

Boofo 07-28-2005 08:12 AM

Quote:

Originally Posted by sketch42
they are protected already... the option shows up to ban them but you will get an error message stating

But the Admin can ban them right?

Brinnie 07-28-2005 08:18 AM

Quote:

Originally Posted by sketch42
? no it will ban them from the forums... period.
if a user is keeps acting up in one part of the forum
chances are theyll do the same elsewhere on the site


I DISSAGREE

Matter of act, I more than dissagree, I know for fact that users behave differently per forum... Like, at Literotica, there's some elite jerks in the Authors forum that totally need their ass kicked. People often go there to challenge these people and fights break out all the time...

I know of people who like to troll the Gay/Lesbian forums as well as Religion Forums, but they act fine in the other forums.

And then there's people like me who should be banned from General chat because I always start some riot. :o

sketch42 07-28-2005 08:24 AM

Quote:

Originally Posted by Brinnie
I DISSAGREE

Matter of act, I more than dissagree, I know for fact that users behave differently per forum... Like, at Literotica, there's some elite jerks in the Authors forum that totally need their ass kicked. People often go there to challenge these people and fights break out all the time...

I know of people who like to troll the Gay/Lesbian forums as well as Religion Forums, but they act fine in the other forums.

And then there's people like me who should be banned from General chat because I always start some riot. :o

i wont debate how memebrs act .. this was just my personal opinion from experiance :D

Boofo 07-28-2005 08:25 AM

Each board is different but I agree, if they act up in one forum, don't give them the oppportunity to repeat themselves in another.


All times are GMT. The time now is 02:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01057 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete