![]() |
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)?
|
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. |
Thanks, that helps me too.
|
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']"
|
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:
|
All times are GMT. The time now is 03:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|