The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can I change the minimum post characters for one specific forum only?
So say for the entire forum I have a minimum post character of 10. How would I make it a minimum of 3 for one specific forum? Thanks. |
#2
|
||||
|
||||
![]()
Probably something like...
hook - fetch_foruminfo PHP Code:
|
#3
|
|||
|
|||
![]()
Where's this go?
|
#4
|
|||
|
|||
![]()
Make sure you have your Plugin/Products enabled in vB Options.
If you go, in the ACP, go to Products/Plugins and Add New Plugin. Make the name of it whatever you want (i.e. Minimum Chars for Forum ID xxx) and for the hook, set it to fetch_foruminfo in the dropdown box. Leave execution order how it is. Paste that code Lynne provided into the plugin code. For example, if you want ForumID 3 to have 5 min chars, the code will be: PHP Code:
i.e. PHP Code:
|
#5
|
|||
|
|||
![]()
Thanks a bunch guys.
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|