XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Thread view count for article threads - Article threads
Read more about this resource...
Thread view count for article threads - Article threads
post_article_macros
- After this:
Code:<li><xf:avatar user="{$thread.User}" size="xxs" defaultname="{$thread.username}"/></li> <li class="articlePreview-by">{{ phrase('by_user_x', {'name':$username}) }}</li>
- You add this
Code:<li><dl class="pairs pairs--justified structItem-minor"> <dt>{{ phrase('views') }}</dt> <dd>{{ $thread.discussion_type == 'redirect' ? '–' ...
Read more about this resource...