The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Conditional for forum password?
Is there a conditional for a forum password where it checks if the user has entered a correct password for the forum? I want the last post column to say one thing until the user successfully enters the password for that forum. And then it will show normal.
|
#2
|
|||
|
|||
I haven't tried it at all, but maybe:
Code:
<vb:if condition="verify_forum_password($foruminfo['forumid'], $foruminfo['password'], false)"> (assuming $foruminfo is available of course). Edit: Oh, right :facepalm:. You can't do that in a conditional. It would have to be in a plugin. |
#3
|
||||
|
||||
Did not work. Got a template error. It didn't like "verify_forum_password".
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|