pagenav

  1. Rhodium

    [ForoPL] Top PageNav Mobile 1.0.1

    A lightweight XenForo 2.3 add-on that lets users show the top page navigation on mobile devices. Features Mobile Top Navigation Toggle By default, XenForo hides the top page navigation on mobile. This add-on adds a user preference to restore it. Toggle available in Account > Preferences...
  2. 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...
  3. 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