Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forbid Users from Posting Links or Images if They Have Fewer than 15 Posts Details »»
Forbid Users from Posting Links or Images if They Have Fewer than 15 Posts
Version: 3.10, by lisss001 lisss001 is offline
Developer Last Online: Sep 2009 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.0 Rating:
Released: 05-08-2008 Last Update: 05-08-2008 Installs: 319
Uses Plugins Auto-Templates
 
No support by the author.

Just as the title says - if a user has fewer than 15 posts, he will be unable to post a link or an image within a message. This includes e-mail addresses and the system cannot even be fooled by the old user[at]email.com, we also locked that down.

Reduce your SPAM today!

It is a product. To install, simply import the xml via your Admin CP, Manage Products, Import New Product. No configuration is required.

Updated

12/05/2008
- Thankyou to Amykhar for allowing the future development of this modification.


Version 3.1

- Title re-created to make sense in Admin CP.
- Date updated added.
- Added protection so that users posting "user[at]user.com" cannot fool the system.

Please remember I did not create this modification, it was created by Amykhar and Erwin. Permission has been obtained for a re-release and future updates to be provided by myself. I will continue to support and update this modification as necessary in the future.

Please Remember, Click Install !

Support: I provide support as and when I can, members are free to help each other although posting code is not permitted.

VVV Screen-shots provided further down the page VVV

Certain members have been suggesting code edits for this modification. I have tried them and they just make this product stop working. Please do not attempt any manual code edits as it may stop the product from functioning. I am open to suggestions and improvements for the further development of this modification.

Please send me any code you would like included via P.M, DO NOT post it here. I can do testing and you will be credited if your code addition is added.

Feel free to offer support, suggestions and installation advice.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 08-22-2008, 07:03 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pmkb View Post
FYI - This mod is not preventing images/links from being posted in 3.7's social groups.

It might or might not be working for profile visitor comments - I'm not sure yet (haven't tested).
This is a feature that should be implemented. Its a great idea.
Reply With Quote
  #63  
Old 08-26-2008, 08:23 AM
hjogi hjogi is offline
 
Join Date: Sep 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZombieAndy View Post
Anyway to exclude specific members or usergroups? would be great! thanks
for member exclusion, I think that the simple way is to edit the XML in this way:

Replace
Code:
if (($vbulletin->userinfo[posts] < 10) and
with
Code:
if (($vbulletin->userinfo[posts] < 10) and ($vbulletin->userinfo[userid] <> XX)
where XX is the ID of the user that you wish to exclude from this check.


for the group exlusion, edit the XML in this way:
Replace
Code:
if (($vbulletin->userinfo[posts] < 10) and
with
Code:
if (($vbulletin->userinfo[posts] < 10) and (!is_member_of($vbulletin->userinfo, YY))
where YY is the ID of the group that you wish to exclude from this check.

I will try
hjogi
Reply With Quote
  #64  
Old 08-27-2008, 01:06 AM
lisss001 lisss001 is offline
 
Join Date: Mar 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Certain members have been suggesting code edits for this modification. I have tried them and they just make this product stop working. Please do not attempt any manual code edits as it may stop the product from functioning. I am open to suggestions and improvements for the further development of this modification.

Please send me any code you would like included via P.M, DO NOT post it here. I can do testing and you will be credited if your code addition is added.

Feel free to offer support, suggestions and installation advice.

Reply With Quote
  #65  
Old 08-27-2008, 01:27 AM
Keyser S?ze's Avatar
Keyser S?ze Keyser S?ze is offline
 
Join Date: Apr 2002
Location: USA
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just got an email saying this was updated but i dont see thaat it was

** DO NOT REPLY TO THIS MESSAGE **

* Manual Update Notification *

The following modification has been updated (by lisss001) ;

Forbid Users from Posting Links or Images if They Have Fewer than 15 Posts
https://vborg.vbsupport.ru/showthrea...hreadid=178611

Reason ;
Reply With Quote
  #66  
Old 08-27-2008, 06:52 AM
lisss001 lisss001 is offline
 
Join Date: Mar 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just sent out a message stating that any users that have modified the code should immediately re-install for security reasons as the mod will not work. It's a matter of urgency. I done extensive code testing on it last night and all code modifications seem to stop it from functioning.
Reply With Quote
  #67  
Old 09-01-2008, 07:14 PM
douffle douffle is offline
 
Join Date: Mar 2007
Location: Ontario Canada
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to set the number of links to be made other than 15?

Thanks
Reply With Quote
  #68  
Old 09-01-2008, 08:57 PM
lisss001 lisss001 is offline
 
Join Date: Mar 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, sorry this mod is designed for less then 15 only. This is all this mod is for, sorry.
Reply With Quote
  #69  
Old 09-02-2008, 02:17 AM
douffle douffle is offline
 
Join Date: Mar 2007
Location: Ontario Canada
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lisss001 View Post
Hi, sorry this mod is designed for less then 15 only. This is all this mod is for, sorry.
I changed it in the .xml from 15 to 5 and it seems to work OK.
Thanks, I'll mark it as installed.
Reply With Quote
  #70  
Old 09-05-2008, 11:59 AM
realmr realmr is offline
 
Join Date: Aug 2008
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we set it up for usergroup based permissions ? i.e Admins, mods, supermods and donors don't have the restriction
Reply With Quote
  #71  
Old 09-05-2008, 12:05 PM
realmr realmr is offline
 
Join Date: Aug 2008
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lisss001 View Post
Certain members have been suggesting code edits for this modification. I have tried them and they just make this product stop working. Please do not attempt any manual code edits as it may stop the product from functioning. I am open to suggestions and improvements for the further development of this modification.

Please send me any code you would like included via P.M, DO NOT post it here. I can do testing and you will be credited if your code addition is added.

Feel free to offer support, suggestions and installation advice.

need permissions, such a way few usergroups could override the restriction
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:26 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.04933 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete