We have 185 guests and 3 members online

By A Web Design Company

OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
pagination doesn't work (1 viewing) (1) Guest
BookLibrary Plugins Support
Go to bottom Favoured: 0
TOPIC: pagination doesn't work
#646
raimond (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:pagination doesn't work 1 Year, 11 Months ago Karma: 0  
thnx, that did the trick
 
Logged Logged  
  The administrator has disabled public write access.
#1648
admin (Admin)
Admin
Posts: 1422
graph
User Offline Click here to see the profile of this user
Re:pagination doesn't work 1 Year ago Karma: 16  
Also possible solution for error in sh404sef joomla component or in Book library with pagenator

replace before code to
Code:

$pagenum = intval($limitstart/15)+1;  // blogs, tables, ...




where 15 are the number of books by page.

This works fine for book library but i don't know if i will have problems with other Joomla components
 
Logged Logged  
  The administrator has disabled public write access.
Go to top