The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
"Own post" condition to use in postbit?
Is there a condition for "if this post was made by me"? I'm sure there must be! Someone help, please
|
#2
|
||||
|
||||
In a Plugin:
PHP Code:
In a Template: HTML Code:
<vb:if condition="$bbuserinfo['userid'] == $post['userid']"><!-- POST WAS MADE BY ME --></vb:if> EDITED: Forgot a quote. >.> |
#3
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|