vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Moderators Functions - One-touch Spam Ban and Cleanup (https://vborg.vbsupport.ru/showthread.php?t=156444)

GrendelKhan{TSU 01-21-2009 06:48 AM

I have this working on 3.8 gold with no problems.

but good know there is an update on the way anyway. :)

Dingo14 01-23-2009 07:54 AM

if anyone has this installed I have it on v3.7 Disable Post Count Decrease Per Forum https://vborg.vbsupport.ru/showthread.php?t=140837 I found this also clashes with this mod, but think I have found a fix its in the includes/functions_databuild.php file for Disable Post Count Decrease Per Forum I took out the edits that were there and added these edits instead https://vborg.vbsupport.ru/showthread.php?t=194717 all working fine on my board now hope it will help if someone else has the same problem

RenierZA 02-02-2009 04:59 PM

To show in vB 3.8 member info, I added the following code to the member_profileblock_fetch_unwrapped hook:

PHP Code:

global $vbulletin;
if (
THIS_SCRIPT == 'member' AND $vbulletin->options['spamer_ban_enable'] AND (is_member_of($vbulletin->userinfoexplode(","$vbulletin->options['spamer_ban_can_use'])) OR ($vbulletin->userinfo['userid'] != AND in_array($vbulletin->userinfo['userid'], explode(","$vbulletin->options['spamer_ban_can_use_user'])))))
{
  
$template_hook[profile_stats_pregeneral] .= "<fieldset class=\"statistics_group\"><legend>Ban Member</legend><ul class=\"list_no_decoration\"><li><a href=\"misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]\">$vbphrase[spammer_ban_member]</a></li></ul></fieldset>";



I prefer not to edit templates, and this seems to work on my forum.

Hope it helps.

tekguru 02-02-2009 06:15 PM

At which point did you add it?

RenierZA 02-02-2009 06:27 PM

Click "Add New Plugin" in admin, select One-touch Ban as product and member_profileblock_fetch_unwrapped as hook location, then add the code above.

Josh_1 02-04-2009 08:12 PM

Hello Everyone,

I just installed vbulletin and want to use this mod. I dont know how to configure it in vb 3.8. Please anyone help me setting this up and running, and if possible i need some kind of tutorial on using this,

Arboristsite 02-06-2009 12:35 PM

Hopefully somebody can resurrect this mod into 3.8. My condolences to the author.

93Corvette 02-12-2009 12:58 AM

I'm using 3.7.4 and am wondering why my non-moderators cannot kill people. And, do I have to wait for these spammers to post something before I can kill them? On my members list I can see that if someone uses a name like "PhotoshoppOEMsoftware" has got to be a spammer. However on the member list I can't kill them.

I have 2 accounts, my admin account which works perfect, and a test account (just a normal user) which doesn't. I have entered the test account user name (who I made as a non-mod) but it doesn't work.

What am I doing wrong? Have you guys ever tried it with a test account?

Fungsten 02-12-2009 05:16 PM

Quote:

Originally Posted by 93Corvette (Post 1741379)
I'm using 3.7.4 and am wondering why my non-moderators cannot kill people. And, do I have to wait for these spammers to post something before I can kill them? On my members list I can see that if someone uses a name like "PhotoshoppOEMsoftware" has got to be a spammer. However on the member list I can't kill them.

I have 2 accounts, my admin account which works perfect, and a test account (just a normal user) which doesn't. I have entered the test account user name (who I made as a non-mod) but it doesn't work.

What am I doing wrong? Have you guys ever tried it with a test account?

Then anyone could delete any user.

proxx 02-12-2009 08:47 PM

sorry to hear about the author.

I hope someone will re-make this hack for 3.8.x it was super useful


All times are GMT. The time now is 07:16 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.02174 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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