Black Snow
06-05-2015, 10:43 AM
If we use this condition in vB templates to show and icon etc on the original posters posts,:
<if condition="$thread['postuserid'] == $post['userid'] && $thread['firstpostid'] != $post['postid']">
What would I write to put that into a plugin? Is it:
if($vbulletin->$thread['postuserid'] blah blah)
or
if($thread['postuserid'] blah blah)
Not quite sure how to put it.
<if condition="$thread['postuserid'] == $post['userid'] && $thread['firstpostid'] != $post['postid']">
What would I write to put that into a plugin? Is it:
if($vbulletin->$thread['postuserid'] blah blah)
or
if($thread['postuserid'] blah blah)
Not quite sure how to put it.