Mike Edge Well-known member Aug 27, 2013 #1 I can't remember what the "if" is called to add some content to only the 1st post of a thread?
Chris D XenForo developer Staff member Aug 27, 2013 #2 I'm on phone but its something like {$post.position} == 0 Upvote 0 Downvote
Shelley Well-known member Aug 27, 2013 #3 Yeah I originally had the following if this is related to the threadstarter resource i submitted but preferred it better with it being shown in every post. Code: <xen:if is="{$post.user_id} == {$thread.user_id} && {$post.position} == 0"><span class="helper"></span></xen:if> Upvote 0 Downvote
Yeah I originally had the following if this is related to the threadstarter resource i submitted but preferred it better with it being shown in every post. Code: <xen:if is="{$post.user_id} == {$thread.user_id} && {$post.position} == 0"><span class="helper"></span></xen:if>
Mike Edge Well-known member Aug 27, 2013 #4 Thanks! Working on a add-on change to show ad in first post, the add-on shows it in first unread post currently Upvote 0 Downvote
Thanks! Working on a add-on change to show ad in first post, the add-on shows it in first unread post currently