pagenav

  1. CMTV

    XF 2.0 Pagenav link

    Hi! I have this code: <xf:pagenav link="{{ link('members/bestAnswers', $user) }}" page="{$page}" perpage="{$perPage}" total="{$total}" wrapperclass="block-outer block-outer--after" /> The problem is in dublicate index.php? in result...
  2. Vastyles

    XF 1.5 Display page_x_of_y in header

    Is there a way to display the pagenav bits within the header template? So if there is a pagination it would display the page x of x? <xen:if is="{$pageTotal} > 1"> {xen:phrase page_x_of_y, 'current={$currentPage}', 'total={$pageTotal}'} <xen:else />...
Back
Top Bottom