Quote:
Originally Posted by Sarteck
In a Plugin:
PHP Code:
if ($post['userid'] == $vbulletin->userinfo['userid']) {/* POST WAS MADE BY ME */}
(Er, may or may not have to declare $vbulletin as a global variable there, not sure.)
In a Template:
HTML Code:
<vb:if condition="$bbuserinfo['userid'] == $post['userid']"><!-- POST WAS MADE BY ME --></vb:if>
(I think that's what ya want.)
EDITED: Forgot a quote. >.>
|
Works perfectly, just what I was looking for thanks