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)
-   -   Anti-Spam Options - Disable Member Homepage Profile Option based on Post Count or Usergroup (https://vborg.vbsupport.ru/showthread.php?t=255856)

BirdOPrey5 12-23-2010 10:00 PM

Disable Member Homepage Profile Option based on Post Count or Usergroup
 
1 Attachment(s)
This mod will remove the option to allow members to post a "Homepage" URL in their profile based on post count and/or usergroup id. In addition you can disable it for everyone if you want.

This is often requested because some admins feel some members join their forum only to place links to their own pages and never contribute to the forum. This will require users attain a minimum post count before posting- or stop them from using a homepage altogether.

You may override these settings by specifying immune usergroups- usually admins and maybe mods.

This has been tested on 3.8.6 and will work across all 3.8 versions. It should work on earlier versions too but not tested. It will not work on vBulletin 4.0 and above.
4.x version is here: https://vborg.vbsupport.ru/showthread.php?t=256383

If you have a heavily customized style then it is possible this mod will not work at all- it works based on automatic template edits and if the right default code isn't there nothing will happen. This is not a "bug." If you have a customized style try it first, if it doesn't work I can help you with some manual template edits to achieve the same effects as using this mod.

Install as normal, full instructions included in text file inside zip.

Contains: No files to upload, 1 plugin, 2 phrases, some new options.

You can change the default messages by editing the two phrases.

See screenshots for details.

Live Demo: www.juot.net/forums/ (but you will need to register to see it in action.)

Please Mark as Installed if you use this. :)

BirdOPrey5 12-24-2010 06:00 PM

Reserved.

blind-eddie 12-27-2010 11:39 PM

Awesome!!
The blind guy clicks installed..
After reading https://vborg.vbsupport.ru/showthread.php?t=255798 I knew you would make it.

I too get hit with the spammers joining just to add a home page link, a sig with links & thier ICQ Number.
Installed, tested & working on 3.8.4
Thank you.

blind-eddie 12-28-2010 12:50 AM

ok, how about one for required post count before being able to add a signature?

BirdOPrey5 12-28-2010 03:05 AM

You can easily hide a signature via a quick template edit-

Edit your postbit or postbit_legacy template

Find the code:
Code:

__________________<br />
                                $post[signature]

Replace it with:
Code:

<if condition="$post[postcount] > 10">
__________________<br />
                                $post[signature]
</if>

That won't show signatures of anyone with 10 or fewer posts...

But now I suspect you mean to disable them from even making a signature... I'll play around with this and see if I can add it to a future version of this mod or a separate release... will post here either way.

blind-eddie 12-28-2010 12:13 PM

You suspect correctly. Thank you...Sorry to hijack your thread over other topic.

robdawg 01-11-2011 04:17 PM

Definitely a good suggestions on the signature. I am definitely adding this right now to ALL my forums.

ehmax 01-21-2011 02:18 AM

If members have already posted a URL in their homepage profile, then this add-on is installed, and then the member doesn't meet the criteria, will the URL be removed?

BirdOPrey5 01-21-2011 02:43 AM

No it won't remove it until/unless they update their profile. If they update their profile it will get removed.

blind-eddie 02-02-2011 01:51 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2139949)
But now I suspect you mean to disable them from even making a signature... I'll play around with this and see if I can add it to a future version of this mod or a separate release... will post here either way.



https://vborg.vbsupport.ru/



This sure would look good in my admincp....


All times are GMT. The time now is 03:41 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.01693 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)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