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)

algert 06-19-2009 01:48 PM

Does this mod works fine on vB 3.8.x?

mme42 06-19-2009 03:02 PM

Quote:

Originally Posted by algert (Post 1832700)
Does this mod works fine on vB 3.8.x?

Yes. And if I recall correctly, I didn't need to make the template edits suggested above to get it to show in the members profile. It's been a while since I installed it though, so maybe I did. Either way the edits are there if you need them.

algert 06-20-2009 05:36 AM

Quote:

Originally Posted by blaize (Post 1748207)
Sorry to hear about the mod writer's passing RIP. This is a great mod. I've installed it on a 3.8 board and it seems to be running fine. I just followed the configuration option here and manually edited the MEMBERINFO template to get it showing on the member's profile page.

I searched for
Code:

<if condition="$show['edit_profile']">
                                                <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                        </if>

And after it added

Code:

<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&amp;u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
I don't know if that will work for everyone but it certainly worked for me.

Thanks this works!

algert 06-21-2009 12:39 PM

How do I get that "one touch banned thingy" on user profile to only show for admins? or a specific userID?

Lynne 06-21-2009 01:16 PM

Put a condition around it. This should work for admins only (assuming you use the default admin usergroup).

HTML Code:

<if condition="is_member_of($bbuserinfo, 6)">
code
</if>


algert 06-21-2009 01:38 PM

Quote:

Originally Posted by Lynne (Post 1834033)
Put a condition around it. This should work for admins only (assuming you use the default admin usergroup).

HTML Code:

<if condition="is_member_of($bbuserinfo, 6)">
code
</if>


Thanks!

s-p0k 06-26-2009 10:46 PM

installed

OrangeStu 06-27-2009 02:17 PM

I have a problem, this works great - however the IP ban doesn't work, it just doesn't get added to the list :/

algert 06-28-2009 03:27 PM

Quote:

Originally Posted by OrangeStu (Post 1838442)
I have a problem, this works great - however the IP ban doesn't work, it just doesn't get added to the list :/


I tried it but its working, maybe you have switched it off, check in admincp>vb options

The Smoking Gun 07-07-2009 09:13 PM

Hello vB'er's

I downloaded and installed this but am unsure if it has been updated to work with 3.8?
I am sorry to hear of the accident and subsequent loss to the community, and do not wish to sound unfeeling with my request.

If this has been upgraded for 3.8 then what did I do wrong for the options not to show? It IS in the product list and plug-in manager page, but I have only been running this for the first time for a few days and haven't quite gotten my thumb on the pulse of the software yet.

Any recommendations?

Thanks in advance for any help with this as it is an invaluable add on, and could not imagine using vB with out it!
(I did a super moderater gig for a forum using vB for a couple of years, so I am somewhat familiar with this plug-in's use)

TSG!


All times are GMT. The time now is 09:18 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
  • Page Generation 0.02173 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)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