OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Navigation Link Issues on Next Page (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Navigation Link Issues on Next Page

vebnu (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Navigation Link Issues on Next Page 2 Weeks ago
Karma: 0  
Please help me solve an issue with the navigation menu links. The links are incorrect when I click on "Next Page" or "Page 2."

For example, on the 'Home' menu or the first page, the correct link is as follows:
Code:

https://mywebsite.com/index.php?option=com_booklibrary&task=showCategory&catid=69&Itemid=140


However, when I click "Next Page," the link is incorrect and appears like this:
Code:

https://mywebsite.com/index.php?option=com_booklibrary&view=categories&layout=categories&task=showCategory&Itemid=140&limitstart=10


The correct link should include the missing 'catid':
Code:

https://mywebsite.com/index.php?option=com_booklibrary&view=categories&layout=categories&task=showCategory&catid=69&Itemid=140&limitstart=10



Additionally, there is a similar issue with the search results navigation. When I search for the keyword "php," the first result has the correct link:
Code:

https://mywebsite.com/index.php?searchtext=php&option=com_booklibrary&task=search&Itemid=140&searchtype=simplesearch


But when I click "Next Page," the link is wrong and shows the message "Nothing Found":
Code:

https://mywebsite.com/index.php?option=com_booklibrary&view=categories&layout=categories&task=search&Itemid=140&limitstart=10


The correct link should be:
Code:

https://mywebsite.com/index.php?searchtext=php&option=com_booklibrary&task=search&Itemid=140&searchtype=simplesearch&limitstart=10
Logged Logged
Last Edit: 2024/10/11 08:31 By vebnu.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8354
graph
User Offline Click here to see the profile of this user
Re:Navigation Link Issues on Next Page 2 Weeks ago
Karma: 102  
Hello

Could you give to us
full FTP and supper admin access
and our team will find solution special for You, FTP and admin access You can send to our contact form.
ordasoft.com/contact-us-form

We need:

Link to website.

Detail description: How reproduce error. Step by step. Detail description: how we may reproduce this.

Site Super Admin:
username
password

FTP:
FTP host
FTP username
FTP password

Thanks,
OrdaSoft team.
P.S. Please do site backup 2 times per month, it will save you a lot of problems in the future.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8354
graph
User Offline Click here to see the profile of this user
Re:Navigation Link Issues on Next Page 1 Week, 4 Days ago
Karma: 102  
Hello

This error in Joomla Pagenator will in only in New Version Joomla. It will with any params in URL - which they not added to some list.

while Joomla team fix this error, you may self fix it.

Please replace below file:
{yours-site}/libraries/src/Pagination/Pagination.php
from attachment file. Please unzip attachment file first

Regards
OrdaSoft team
Logged Logged
Last Edit: 2024/10/14 23:47 By admin.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8354
graph
User Offline Click here to see the profile of this user
Re:Navigation Link Issues on Next Page 1 Week, 4 Days ago
Karma: 102  
File Attachment:
File Name: pagination.zip
File Size: 4743
Logged Logged
The administrator has disabled public write access.
vebnu (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Navigation Link Issues on Next Page 1 Week, 3 Days ago
Karma: 0  
Wow, amazing.. thank you so much, the issue has been resolved.
Logged Logged
The administrator has disabled public write access.
Go to top
»