raimond (User)
Fresh Boarder
Posts: 14
|
|
pagination doesn't work 1 Year, 11 Months ago
|
Karma: 0
|
|
Hello, the pagination of sh404sef wwith booklibrary doesn't work.
When I show 10 books on a category and I have more than 10 books, the page 2, 3 4, etc...doesn't work.
It stay on the first page. How can we make this work?
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 1415
|
|
Re:pagination doesn't work 1 Year, 11 Months ago
|
Karma: 16
|
|
Hi for me BookLibrary work good.
Please give supper admin access to yours site or yours demo site and I will check where error.
Account details you can send through "Conrtact form"
Thanks,
OrdaSoft team
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
raimond (User)
Fresh Boarder
Posts: 14
|
|
Re:pagination doesn't work 1 Year, 11 Months ago
|
Karma: 0
|
|
can you post a possible solution. It is from a client of me in production site. So it is kind of privacy
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 1415
|
|
Re:pagination doesn't work 1 Year, 11 Months ago
|
Karma: 16
|
|
Hi,
Please try change option for session in Joomla global site config.
best of all see what real happened?
What version you use ?
May be you can create some demo host ?
Thanks
OrdaSoft team
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
raimond (User)
Fresh Boarder
Posts: 14
|
|
Re:pagination doesn't work 1 Year, 11 Months ago
|
Karma: 0
|
|
admin wrote:
Hi for me BookLibrary work good.
Please give supper admin access to yours site or yours demo site and I will check where error.
Account details you can send through "Conrtact form"
Thanks,
OrdaSoft team
i've sent account details to Report to moderator
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 1415
|
|
Re:pagination doesn't work 1 Year, 11 Months ago
|
Karma: 16
|
|
For correction that error
please go to
administrator/components/com_sh404sef/sh404sef.class.php
FIND
$pagenum = intval($limitstart/$listLimit)+1; // blogs, tables,
REPLACE
$pagenum = intval($limitstart)+1; // blogs, tables
Thanks,
OrdaSoft team
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|