GetSimple Support Forum
[SOLVED] - Pagify problem - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: [SOLVED] - Pagify problem (/showthread.php?tid=7805)



[SOLVED] - Pagify problem - jwzumwalt - 2016-01-01

I have installed the pagify plugin but I am getting some
strange <previous> <next> links. Any help would be
appreciated. See the image below...

[Image: pagify.png]


RE: Pagify problem - Carlos - 2016-01-01

The current version in Extend is missing the pagify subfolder with the language files.

I suggest you install version 1.2 (that has that folder) then upgrade to 1.3


RE: Pagify problem - jwzumwalt - 2016-01-02

(2016-01-01, 19:26:56)Carlos Wrote: The current version in Extend is missing the pagify subfolder with the language files.

I suggest you install version 1.2 (that has that folder) then upgrade to 1.3

THANKS!
That fixed it.

I played with the formatting and prefer this over the default...


PHP Code:
<?php

$i18n 
= array(
    'ELLIPSIS' => "..."
  'FIRST' => "<br><center><button  value=''><<</button>"
  'LAST' => "<button  value=''>>></button><br>- page -</center>"
  'NEXT' => "<button  value=''>></button>"
  'PREVIOUS' => "<button  value=''><</button>"
  'TITLE_FIRST' => "first page"
  'TITLE_LAST' => "last page"
  'TITLE_NEXT' => "next"
  'TITLE_PREVIOUS' => "previous"
  'TO_PAGE' => "Page "
); 

This centers it and uses button instead of the confusing "<< <   > >>"