Hi .
Help me figure it out.)
1. In the Edit Realty/Details Infor panel there is
Bedrooms
Bathrooms
I'd like to change it to Textbox. How to do it?
Photo
ibb.co/jzDkvn9
2. If you look at the link, it looks like this
www.suite.com/index.php/realty/
How to change /realty/ to something else? Let's say instead of /index.php/realty/ to be /index.php/catalog/.
3. Sorting
How do you remove it completely?
Photo
ibb.co/wWVwdr8
Thank you .
I'm testing the component on the virtual machine.
Tell me from which folder this code can be removed. I plan to install it also in the subdomains, every time you do not want to ask to configure it).
Thank you .
Hi
I will help you solve each problem one by one:
1. you open your code and follow the path ... \ Administrator \ component \ com_jux_real_estate \ model \ Forms \ realty.xml
Then, you edit line 274: type = "list"
edit: type = "text"
2. The URL cannot be edited.
3. You want to remove it, you just need to add css in the module:
form#adminForm {
display: none;
}
Picture:
prnt.sc/r3z96j