The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
minimum character posts per forum ( not per board)
Hi, any know if there is a mod to limit specific forums to minimum chartacter posts rather than the current global.
e.g. I would like to have a forum which is for more indepth discusions, therefore make all posts/threads within this specific forum minimum 100 characters. Is this possible Thanks |
#2
|
||||
|
||||
You can add a plugin to detect a specific forum and change the setting to a higher character limit.
So something like if($GLOBALS[forumid] == X) { $vbulletin->options[postminchars] = X; } Might need to play with hook location. |
#3
|
|||
|
|||
Thanks for that, works perfect.
created 2 identical plugins with different hook locations newthread_start newreply_start |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|