The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable Visitor Messages before x posts
Hi
Is their a mode yet for v6.7.x to disable visitor messages before x posts like the mod for PM's Thanks |
#2
|
|||
|
|||
Will try and work on a solution for this now.
Thanks, Paul. |
#3
|
|||
|
|||
Thanks Paul that would be great
I am sure if it can be done for PM's there will be a way to do it for Visitor Messages |
#4
|
|||
|
|||
This is a little harder than I originally thought.
I have got the product set up and ready to import. The ability to turn this modification on and off. The ability to specify how many posts are required before your able to post a visitor message. I am having a little trouble with plugin php code and which hookname to use. This is the plugin code I have so far. Code:
if (($vbulletin->userinfo[posts] < $vbulletin->options['novmbp']) && $vbulletin->options['vmbp'])) { standard_error(fetch_error('cantusevm', $vbulletin->options['novmbp'], $vbulletin->userinfo[posts])); } Can anybody else provide support? Thanks, Paul. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|