Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] - Pagify problem
#1
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]
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")
Reply
#2
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
Reply
#3
(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
(\__/)
(='.'=)
(")_(")
Reply




Users browsing this thread: 1 Guest(s)