Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div class="listBlock unreadImage">
<xen:if is="{$thread.isNew}">
<a href="{xen:link threads/unread, $thread}" class="unreadThreadLink" title="{xen:phrase go_to_first_unread_message}"><img src="@imagePath/xenforo/sources/thread_list_unread.png" /></a>
<xen:else />
<img src="@imagePath/xenforo/sources/thread_list_read.png" />
</xen:if>
<xen:if is="{$thread.user_post_count}"><div class="selfPost" title="{xen:phrase you_have_posted_x_messages_in_this_thread, 'count={xen:number $thread.user_post_count}'}"><i class="fa fa-plus fa-fw"></i></div></xen:if>
</div>
<div class="listBlock posterAvatar">
<xen:if is="{$thread.user_post_count}"><div class="selfPost" title="{xen:phrase you_have_posted_x_messages_in_this_thread, 'count={xen:number $thread.user_post_count}'}"><i class="fa fa-plus fa-fw"></i></div></xen:if>
</div>