The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Anyone with coding knowledge...
I want to create a certain forum... say: forumid 6, that has a MAXIMUM post character limit of 200.
I've tried this: Code:
if ($threadinfo['forumid']==6) {$postmaxchars=200;} I know next to nothing about PHP or vBulletin coding, so thanks for the help. (For version 3.5.4) |
#2
|
||||
|
||||
|
#3
|
|||
|
|||
Then how come:
Code:
<if condition="$threadinfo['forumid'] == 6"> {$postmaxchars=200;} </if> Quote:
|
#4
|
|||
|
|||
...
|
#5
|
|||
|
|||
What hook are you trying to do this in?
|
#6
|
|||
|
|||
Honestly, I have no idea - I'm a grapghics and HTML guy. All I want is something that says, "If the user is in forumid 6, then have a post character limit of 200."
|
#7
|
|||
|
|||
Please???
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|