The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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
Developer Last Online: Sep 2009
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
|
Comments |
#82
|
|||
|
|||
Couldn't find it that way but used the phrase then replace with option below the search and that did it thank you again.
|
#83
|
|||
|
|||
Fantastic! I love it and have installed it! I did change the post count and it seems to work fine. Thanks a bunch! :-)
|
#84
|
||||
|
||||
i think my question got missed, in a future release can u make it also block edonkey links?
ed2k:// |
#85
|
|||
|
|||
Hope someone can advise. I normally have to employ a programmer to update my site etc. but my small budget is once again exhausted. (I run a not-for-profit music forum).
I've been too frightened to try and install anything myself for fear of screwing up the forum but I need to do something about the spammers, who are taking all my time up at the moment. Is this plug-in just a case of going to: Plugins & Products > Manage Products and then uploading the XML file? Or, is there more to it than that? I notice the authors of plug-ins always ask for people to click on 'installed' but not sure where, or how this is done. I'd appreciate any advice you can offer as I feel like a fish out of water in this forum. Paul |
#86
|
|||
|
|||
Simple but Great MOD!!
|
#87
|
|||
|
|||
the code in this product will NOT stop images ...
|
#88
|
|||
|
|||
To block images (I also changed the post needed to 3):
Line 18 Code:
if (($vbulletin->userinfo[posts] < 3) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'[img') or stristr($pagetext,'[IMG') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) Code:
if (($vbulletin->userinfo[posts] < 3) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'[img') or stristr($pagetext,'[IMG') or stristr($pagetext,'www.') or stristr($pagetext,'@') or stristr($pagetext,'[at]') or stristr($pagetext,'http://'))) Code:
<phrase name="error_nourlallowed"><![CDATA[You are only allowed to post URLs or images you have made 3 posts or more.]]></phrase> |
#89
|
|||
|
|||
Quote:
There are other mods which require you to upload files through FTP or some other file manager, but not this. Clicking installed is below their top post. You will recieve updates about the mod if you click on it. The install count is probably use to track the popularity of the mod as well. |
#90
|
|||
|
|||
Can it be configured to a different number of posts?
|
#91
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|