PDA

View Full Version : If Condition = I posted this


Daniel
02-02-2015, 10:26 PM
Hi all,

Can someone help me fix this conditional?

If condition = I posted this

<vb:if condition="$post[self]">You made this post</vb:if>

Thanks!

nerbert
02-02-2015, 10:29 PM
<vb:if condition="$post['userid'] == $vbulletin->userinfo['userid']">You made this post</vb:if>

Daniel
02-02-2015, 10:40 PM
Works like a charm nerbert. :-D <3