Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
number of pages in pagelist
#8
Connie Wrote:sorry, I counted wrong, it is not 25 pages, but 14 pages ...

and I use the last official version GS 3

even when I deactivate all plugins I still get this pagination so it seems to me that this is a standard:

I wondered, why I did not have any paging, so here is what I found out:
In GetSimple 3.0 pagination is only done, if the jQuery().quickpaginate function is found, which resides in jquery.quickpaginate.js, which is only included if GSPAGER is defined, which you can find in your gsconfig.php.

Make sure the GSPAGER line in your gsconfig.php is commented out - defining GSPAGER as FALSE won't switch paging off as it is still defined (although as FALSE):
Code:
#define('GSPAGER', TRUE);

@ccagle8: the condition in header.php (EDIT: and pages.php) should rather be
Code:
if(defined('GSPAGER') && GSPAGER === TRUE) {
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
number of pages in pagelist - by Connie - 2011-04-01, 23:06:01
number of pages in pagelist - by Connie - 2011-04-01, 23:08:21
number of pages in pagelist - by ccagle8 - 2011-04-01, 23:51:59
number of pages in pagelist - by Connie - 2011-04-02, 00:58:32
number of pages in pagelist - by mvlcek - 2011-04-02, 01:11:37
number of pages in pagelist - by mvlcek - 2011-04-02, 01:14:08
number of pages in pagelist - by Connie - 2011-04-02, 02:20:25
number of pages in pagelist - by mvlcek - 2011-04-02, 03:49:23
number of pages in pagelist - by ccagle8 - 2011-04-02, 03:54:00
number of pages in pagelist - by mvlcek - 2011-04-02, 04:06:57
number of pages in pagelist - by ccagle8 - 2011-04-02, 04:56:07
number of pages in pagelist - by mvlcek - 2011-04-02, 05:25:34
number of pages in pagelist - by Connie - 2011-04-02, 07:43:36



Users browsing this thread: 1 Guest(s)