Lists URL

15 years 4 months ago #82032 by MadTux_
Lists URL was created by MadTux_
hi,

i have a problem with urls from pagination list...
the urls are in the format:

www.mysite.net/index.php?option=com_comprofiler&task=usersList&listid=4&Itemid=13&limitstart=5

and to works with sh404sef, the url must contain $limit=X, such as:

www.mysite.net/index.php?option=com_comprofiler&task=usersList&listid=4&Itemid=13&limitstart=5&limit=5

how add this in the url?

Please Log in to join the conversation.

15 years 4 months ago #82036 by krileon
Replied by krileon on topic Re:Lists URL
The limit is handled by the query it self and not the actual link. It should function just fine with or without sef.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

15 years 4 months ago #82039 by MadTux_
Replied by MadTux_ on topic Re:Lists URL
but without sef works fine.
with sef, the normal url is generated normaly...

www.mysite.net/index.php?option=com_comprofiler&task=usersList&listid=4&Itemid=13&limitstart=5

www.mysite.net/index.php?option=com_comprofiler&task=usersList&listid=4&Itemid=13&limitstart=10

www.mysite.net/index.php?option=com_comprofiler&task=usersList&listid=4&Itemid=13&limitstart=15

...

but in the second page and all after, the url generated from sef is the same:

www.soswing.net/View-users-list/4/Page-1.html

if i add manually the &limit=5 in adress bar of navigator, urls are generated normally (Page-2.html, Page-3.html,...)

Please Log in to join the conversation.

15 years 4 months ago #82044 by krileon
Replied by krileon on topic Re:Lists URL
Ensure your URL rewrites are pointing to the proper pages.

The pagination is functioning fine, but your rewrites are sending users from clicking on page 6 to page 2 or page 5 to page 3.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.389 seconds