Posts: 120
Threads: 22
Joined: Dec 2015
2016-01-01, 18:52:39
(This post was last modified: 2016-01-17, 05:00:20 by jwzumwalt.)
I have installed the pagify plugin but I am getting some
strange <previous> <next> links. Any help would be
appreciated. See the image below...
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")
Posts: 3,491
Threads: 106
Joined: Mar 2010
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
Posts: 120
Threads: 22
Joined: Dec 2015
2016-01-02, 04:54:31
(This post was last modified: 2016-01-02, 04:54:58 by jwzumwalt.)
(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 "<< < > >>"
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")