Version: 3.10, by lisss001
Developer Last Online: Sep 2009
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.
VVVScreen-shots provided further down the pageVVV
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.
I'm not sure if there are legal issues around posting the entire code, so here are the details: In the XML file, there are two code blocks surrounded by <phpcode> ... </phpcode>. In both those code blocks, you need to do the following:
Replace
<phpcode><![CDATA[
global $vbulletin;
...
With
<phpcode><![CDATA[if(!SKIP_SESSIONCREATE)
{
global $vbulletin;
...
And replace
$return_value = false;
}
]]></phpcode>
I'm not sure if there are legal issues around posting the entire code, so here are the details: In the XML file, there are two code blocks surrounded by <phpcode> ... </phpcode>. In both those code blocks, you need to do the following:
Replace
<phpcode><![CDATA[
global $vbulletin;
...
With
<phpcode><![CDATA[if(!SKIP_SESSIONCREATE)
{
global $vbulletin;
...
And replace
$return_value = false;
}
]]></phpcode>
With
$return_value = false;
}
}]]></phpcode>
Thanks for detailing that info for me. I've got it in place now so I'll give it a go.