What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Help Pagination At Top?

Discussion in 'XenGallery' started by oloman, Sep 13, 2015.

  1. oloman

    oloman New Member

    Hello,

    I would like to but the navigation at top. By default it is at the bottom of index.php?gallery/

    Capture d’écran 2015-09-13 à 15.24.24.png

    best regards
     
  2. sonnb

    sonnb Administrator Staff Member

    You can edit the template sonnb_xengallery_gallery_view
    Replace:
    Code:
    <xen:include template="sonnb_xengallery_album_list" />
       
    <div class="pageNavLinkGroup xengallery">
        <xen:pagenav link="gallery" linkdata="" linkparams="{$pageNavParams}" page="{$page}" perpage="{$albumsPerPage}" total="{$totalAlbums}" />
    </div>
    With:
    Code:
    <div class="pageNavLinkGroup xengallery">
        <xen:pagenav link="gallery" linkdata="" linkparams="{$pageNavParams}" page="{$page}" perpage="{$albumsPerPage}" total="{$totalAlbums}" />
    
    <xen:include template="sonnb_xengallery_album_list" />
       
    <div class="pageNavLinkGroup xengallery">
        <xen:pagenav link="gallery" linkdata="" linkparams="{$pageNavParams}" page="{$page}" perpage="{$albumsPerPage}" total="{$totalAlbums}" />
    </div>
     
  3. oloman

    oloman New Member

    thank you
     

Share This Page