The post row hook does not show in the responsive view. Add another hook point.
Temp Patch:
Open acp > theme editor > forums > front > topics > postContainer
Find:
<span class='ipsResponsive_showPhone ipsResponsive_inline'> {template="reputationBadge" group="global" app="core" params="$comment->author()"}</span>
Add BELOW:
{{if settings.collections_showTopicView AND $comment->author()->collections_items}} <span class='ipsResponsive_showPhone ipsResponsive_inline'> <a href='{$comment->author()->url()->setQueryString( array( 'tab' => 'node_collections_Collections' ) )}'><span class="ipsBadge ipsBadge_medium ipsBadge_positive">{lang="members_item_count_tag" sprintf="$comment->author()->collections_items, \IPS\Member::loggedIn()->language()->addToStack( 'collections__items' )"}</span></a> </span> {{endif}}
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.