- Posts: 36
- Thank you received: 3
OS Property support center
SOLVED !!! Administrator Limit Property to 20
- Mark
- Topic Author
- Offline
- Junior Member
-
Less
More
9 years 3 months ago - 9 years 3 months ago #75421
by Mark
SOLVED !!! Administrator Limit Property to 20 was created by Mark
Hi,
To increase the Properties per page at Back-end side, please follow these steps:
1. Open file: root > administrator > components > com_osproperty > classes > property.php
2. Find:
$mainframe->setUserState('pro_list.filter.limitstart',$limitstart);
$limit = JRequest::getVar('limit',0);
if($limit == 0){
$limit = $mainframe->getUserStateFromRequest('pro_list.filter.limit','limit',20);
}
and change 20 to another number you need.
Thanks
Dam
To increase the Properties per page at Back-end side, please follow these steps:
1. Open file: root > administrator > components > com_osproperty > classes > property.php
2. Find:
$mainframe->setUserState('pro_list.filter.limitstart',$limitstart);
$limit = JRequest::getVar('limit',0);
if($limit == 0){
$limit = $mainframe->getUserStateFromRequest('pro_list.filter.limit','limit',20);
}
and change 20 to another number you need.
Thanks
Dam
Last edit: 9 years 3 months ago by Mr. Dam.
The following user(s) said Thank You: Ben
Please Log in or Create an account to join the conversation.
- Mark
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 3
9 years 3 months ago #75423
by Mark
Replied by Mark on topic Administrator Limit Property to 20
i found it.
file is in folder administrator/component/com_osproperty/classes/property.php
search for
= $mainframe->getUserStateFromRequest('pro_list.filter.limit','limit',20);
change to
= $mainframe->getUserStateFromRequest('pro_list.filter.limit','limit',30);
and it shows you 30 properties. So thechange from 20 to 30 is the effect.
Just in case someone else like to change it.
Remember with the next update you have to change that again.
file is in folder administrator/component/com_osproperty/classes/property.php
search for
= $mainframe->getUserStateFromRequest('pro_list.filter.limit','limit',20);
change to
= $mainframe->getUserStateFromRequest('pro_list.filter.limit','limit',30);
and it shows you 30 properties. So thechange from 20 to 30 is the effect.
Just in case someone else like to change it.
Remember with the next update you have to change that again.
The following user(s) said Thank You: Ben
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 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.