Ivar Hill
Member
For layout reasons I'd like to always show the pagenav element on threads/conversations, even when there's just one page (there'd just be a single button saying "1". However, I can't seem to modify this call:
To display even when there's no threads. Could someone perhaps give me a nudge in the right direction? Thanks
<xf:pagenav
page="{$page}" perpage="{$perPage}" total="{{ $thread.reply_count + 1 }}"
link="threads" data="{$thread}"
wrapperclass="block-outer-main" />
To display even when there's no threads. Could someone perhaps give me a nudge in the right direction? Thanks