XF 2.1 Anyone help add a View More row to media comments widget?

Got it!
Code:
<div class="block-footer">
    <span class="block-footer-controls">
        <xf:button href="{$link}" rel="nofollow">{{ phrase('view_more...') }}</xf:button>
    </span>
</div>
 
Last edited:
Top Bottom