The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'd like to lower the minimum characters per visitor message in vB3 without changing the minimum characters per post. Is it possible to set these settings individually? Each time I change the "minimum characters per post" in the Message Posting options it changes both the post and visitor message minimum, which I don't want as I want them to have different values. Thank you!
|
#2
|
|||
|
|||
![]()
Updated after reading OP again
I'm not sure you can change one without the other, my quick fix suggestion would be to add a guest condition to editor_toolbar_off template and add the pattern and required attributes to the textarea: Find: Code:
tabindex="1">$newpost[message] Code:
<if condition="$show['guest']">pattern=".{10,}" required </if> This is just a quick fix, I'm sure someone else would come up with a better solution. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|