The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
min length on thread starter only?
hi
i'd like to set a minimal length on thread starter only. so that the first post in a thread has to be at least 200 characters, while responses can be just one word. i see how to set min post length - but that's for all the posts, both starters and responses. i need short responses and long starters. any way to make it happen? thank you very much! |
#2
|
|||
|
|||
I haven't tested it, but you could try creating a plugin using hook location newthread_post_start and code like this:
Code:
$vbulletin->options['postminchars'] = 200; |
Благодарность от: | ||
khininger |
#3
|
||||
|
||||
Give me a day or so, and I can have the mod done that will do this, and it will work on editing of the post. It will include usergroup perms, forums that it will work in.
|
Благодарность от: | ||
khininger |
#4
|
||||
|
||||
Ok here is the mod, https://vborg.vbsupport.ru/showthread.php?t=314358
|
Благодарность от: | ||
findingpeace |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|