The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I increase number of characters allowed
Is there a way to increase the number of characters allowed in a forum post - specially, I want to increase it for a specific user group (but not necessarily everyone)?
|
#2
|
||||
|
||||
vboptions > message posting and editing options > maximum characters per post.
The variable is $vbulletin->options['postmaxchars'] . I'm sure you can write a plugin at global_start (or actually, I'd pick one specific to the showthread/postings pages) to increate that variable just for a certain usergroup. |
#3
|
|||
|
|||
Thanks, that helps me too.
|
#4
|
|||
|
|||
Thanks for the information... I foudn the field to change max number of characters, but I don't understand how to set it for a specific user group... not sure what you meant "The variable is $vbulletin->options['postmaxchars']"
|
#5
|
||||
|
||||
Quote:
When you write your plugin, you would use a conditional for the usergroup (something like this, it depends what hook you use): PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|