* Graham * Waplocus
Standard filelist pagination uses
.filelist_paging {}
.filelist_paging span {}
.filelist_paging a {}

Copy code
Custom pagination uses the same xtscript as the blog
2016-11-23 01:13 (edited 2016-11-23 01:14 by Graham ) · (0)
* Waplocus * Graham Will this pagination go with the filelist...? syntax.xtgem.com/manual/basics/default?func=custom_paging
2016-11-23 02:38 · (0)
* Graham * Waplocus The same custom pagination can be used for blog guestbook filelist or paged content tags
all the functions use the same values
2016-11-23 02:58 (edited 2016-11-23 03:03 by Graham ) · (0)
* Waplocus * Graham Should i set the below in the custom pagination?.
.filelist_paging {}
.filelist_paging span {}
.filelist_paging a {}

Copy code
2016-11-23 06:01 · (0)
* Graham * Waplocus
Nope those are the classes for the standard filelistpagination
That custom script uses
.custom_paging {}
.custom_paging span {}
.custom_paging a {}

Copy code
Which are the blank classes to set in your css file
2016-11-23 06:26 (edited 2016-11-23 06:38 by Graham ) · (0)
* Waplocus * Graham plz graham how can i get the the current pagination number. e.g in the url below how can i get 3 ?. sitename.cf/Images/BGI/ Footer_Background_Images? __xt_content_page=3
2016-11-26 23:33 (edited 2017-03-30 22:25 by Waplocus ) · (0)
* Graham * Waplocus
.custom_paging span {} is the class
its also the class for the inactive arrows
you can add a class yourself if you want to differentiate between the two
# Current page button
if $page == $active_page 
print <span class="active_page">$page</span>
endif

Copy code

and add
.custom_paging .active_page {}
to your css
2016-11-27 02:02 · (0)
* Waplocus * Graham I Mean how to get the number. on my page
2016-11-27 02:23 · (0)
* Graham * Waplocus
its right there in the url
?__xt_content_page=3
so
{_$__xt_content_page|1} (1 is the default value)
2016-11-27 08:43 (edited 2016-11-27 08:51 by Graham ) · (0)
* Waplocus * Graham K
2016-12-04 06:52 (edited 2016-12-04 11:13 by Waplocus ) · (0)

Online: Guests: 1