- Posts: 3
- Thank you received: 0
All popular questions related to OS Property will be posted here
How to write a link to go directly to page 52 of the catalog?
- Alexei Fedor....
- Topic Author
- Offline
- New Member
Less
More
4 years 10 months ago - 4 years 10 months ago #131753
by Alexei Fedor....
[ready]How to write a link to go directly to page 52 of the catalog? was created by Alexei Fedor....
Hello!
I serve a site with a database of 12500 objects. When they filled the base, they made a mistake.
To fix this error in all real estate, I wrote a bot in the BrowserAutomationStudio program.
But Jay Bot sometimes needs to stop. And after stopping the "bot" need to scroll through the entire directory to the desired object and continue to correct errors.
How to write a link to go directly to the real estate catalog page I need?
for example /administrator/index.php?option=com_osproperty&task=properties_list[98] /* 98 - the page number I need */
I serve a site with a database of 12500 objects. When they filled the base, they made a mistake.
To fix this error in all real estate, I wrote a bot in the BrowserAutomationStudio program.
But Jay Bot sometimes needs to stop. And after stopping the "bot" need to scroll through the entire directory to the desired object and continue to correct errors.
How to write a link to go directly to the real estate catalog page I need?
for example /administrator/index.php?option=com_osproperty&task=properties_list[98] /* 98 - the page number I need */
Last edit: 4 years 10 months ago by Alexei Fedor.....
Please Log in or Create an account to join the conversation.
- Alexei Fedor....
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
4 years 10 months ago - 4 years 10 months ago #131793
by Alexei Fedor....
Replied by Alexei Fedor.... on topic How to write a link to go directly to page 52 of the catalog?
And everything turned out to be very simple!
Having read in the browser the HTML header and the referrer in it, I found out what I needed.
To the standard link /administrator/index.php?option=com_osproperty&task=properties_list you need to write
In block &limitstart=20, you need to write the number of the desired page, which is calculated by the
formula = (page number * number of objects on the page) - number of objects on the page
for example 6*20-20 = 100 &limitstart=100
Having read in the browser the HTML header and the referrer in it, I found out what I needed.
To the standard link /administrator/index.php?option=com_osproperty&task=properties_list you need to write
Code:
&open_search_from=0&keyword=&limit=20&agent_type=-1&company_id=&agent_id=&category_id=&pro_type=&country_id=194&state_id=&nbed=&nbath=&nrooms=&state=&state_approval=&request_to_approval=&isfeature=&properties_post=&limitstart=20&option=com_osproperty&task=properties_list&boxchecked=0&filter_order=a.id+desc&filter_order_Dir=
In block &limitstart=20, you need to write the number of the desired page, which is calculated by the
formula = (page number * number of objects on the page) - number of objects on the page
for example 6*20-20 = 100 &limitstart=100
Last edit: 4 years 10 months ago by Alexei Fedor.....
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.