The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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:
|
![]() |
|
|