- Posts: 106
- Thank you received: 1
OS Property support center
Search Module is all messed up - How to fix?
- kalesh.suby
- Topic Author
- Offline
- Premium Member
-
Less
More
11 years 5 months ago #37853
by kalesh.suby
Search Module is all messed up - How to fix? was created by kalesh.suby
Please see attached image - Search module is a mess. How can we configure the search module to look good?
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13025
- Thank you received: 1692
11 years 5 months ago #37854
by Mr. Dam
Replied by Mr. Dam on topic Re: Search Module is all messed up - How to fix?
With those fields, at backend > Custom fields management, you need to select display title option
Thanks
Dam
Thanks
Dam
Please Log in or Create an account to join the conversation.
- kalesh.suby
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 106
- Thank you received: 1
11 years 5 months ago #37855
by kalesh.suby
Replied by kalesh.suby on topic Re: Search Module is all messed up - How to fix?
Hi Dam.
Display title option is enabled for ALL fields.
If you see the attached image in the original question, the titles are there but displaying are all messed up.
Thanks
Kal
Display title option is enabled for ALL fields.
If you see the attached image in the original question, the titles are there but displaying are all messed up.
Thanks
Kal
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13025
- Thank you received: 1692
11 years 5 months ago #37858
by Mr. Dam
Replied by Mr. Dam on topic Re: Search Module is all messed up - How to fix?
Hi,
We understand the problem, the reason is each custom field is one div tag, and style of them is float:left;, it works ok with the position left or right with small width size ( <= 180 px) but in your case, the place for the search module is very big, so we have the case, tilte and field are in different line.
Please assign the search module in different position to solve the issue or else please fix it by follow these steps
1. Open file
module > mod_ospropertysearch > tmpl > default.php
2. find
$customfield = $fields[$j];
HelperOspropertyFields::showFieldinAdvSearch($customfield,0);
and replace by
$customfield = $fields[$j];
HelperOspropertyFields::showFieldinAdvSearch($customfield,0);
?>
<div class="clearfix"></div>
<?php
Thanks
Dam
We understand the problem, the reason is each custom field is one div tag, and style of them is float:left;, it works ok with the position left or right with small width size ( <= 180 px) but in your case, the place for the search module is very big, so we have the case, tilte and field are in different line.
Please assign the search module in different position to solve the issue or else please fix it by follow these steps
1. Open file
module > mod_ospropertysearch > tmpl > default.php
2. find
$customfield = $fields[$j];
HelperOspropertyFields::showFieldinAdvSearch($customfield,0);
and replace by
$customfield = $fields[$j];
HelperOspropertyFields::showFieldinAdvSearch($customfield,0);
?>
<div class="clearfix"></div>
<?php
Thanks
Dam
Please Log in or Create an account to join the conversation.
- kalesh.suby
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 106
- Thank you received: 1
11 years 5 months ago #37859
by kalesh.suby
Replied by kalesh.suby on topic Re: Search Module is all messed up - How to fix?
Hi Dam,
I tried this. I also tried to publish on the sidebar.
It still has same issues. Anyways I will test and see how to make this work. It will be nice if these fields can be made more custom with ability to add columns and make responsive.
Thanks
I tried this. I also tried to publish on the sidebar.
It still has same issues. Anyways I will test and see how to make this work. It will be nice if these fields can be made more custom with ability to add columns and make responsive.
Thanks
Please Log in or Create an account to join the conversation.
- kalesh.suby
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 106
- Thank you received: 1
11 years 5 months ago #38052
by kalesh.suby
Replied by kalesh.suby on topic Re: Search Module is all messed up - How to fix?
Hi Dam - The search module is all messed up. can you please suggest how to make the layout better like attached file.
I am not talking about CSS - I am talking about making just a few fields appear and make a good layout (The actual PHP file) ? Basically I am asking for a quick search modul - Can you create a SIMPLE quick search module with ability to add just a few fields like attached file?
I am not talking about CSS - I am talking about making just a few fields appear and make a good layout (The actual PHP file) ? Basically I am asking for a quick search modul - Can you create a SIMPLE quick search module with ability to add just a few fields like attached file?
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13025
- Thank you received: 1692
11 years 5 months ago #38062
by Mr. Dam
Replied by Mr. Dam on topic Re: Search Module is all messed up - How to fix?
Hi Kalesh,
You can modify the layout of search module in
modules > mod_ospropertysearch > tmpl > default.php
We don't have the clear solution to make the layout of search module like the picture, so we only can let you know the layout file that you can make the change.
Thanks
Dam
You can modify the layout of search module in
modules > mod_ospropertysearch > tmpl > default.php
We don't have the clear solution to make the layout of search module like the picture, so we only can let you know the layout file that you can make the change.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- kalesh.suby
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 106
- Thank you received: 1
11 years 5 months ago - 11 years 5 months ago #38064
by kalesh.suby
Replied by kalesh.suby on topic Re: Search Module is all messed up - How to fix?
Thanks Dam
I created a NEW module mod_ospropertysearch2
The module is working but if I publish the original mod_ospropertysearch somewhere on the site, the whole site is a blank page. I enabled Error reporting but there is no error.
As soon as I unpublish the original search module, it works again.
Please help me resolve this.
Thanks
I created a NEW module mod_ospropertysearch2
The module is working but if I publish the original mod_ospropertysearch somewhere on the site, the whole site is a blank page. I enabled Error reporting but there is no error.
As soon as I unpublish the original search module, it works again.
Please help me resolve this.
Thanks
Last edit: 11 years 5 months ago by kalesh.suby.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13025
- Thank you received: 1692
11 years 5 months ago #38070
by Mr. Dam
Replied by Mr. Dam on topic Re: Search Module is all messed up - How to fix?
Hi Kalesh,
Please let me know what did you do? You create new module and install it through Joomla extension installation? Or you copy the module in modules management.
Thanks
Dam
Please let me know what did you do? You create new module and install it through Joomla extension installation? Or you copy the module in modules management.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- kalesh.suby
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 106
- Thank you received: 1
11 years 5 months ago - 11 years 5 months ago #38071
by kalesh.suby
Replied by kalesh.suby on topic Re: Search Module is all messed up - How to fix?
Hi Dam,
I created a new module and installed it using Joomla installer. I have attached the module. The module works but when the original search module is published, the page is blank.
Thanks
I created a new module and installed it using Joomla installer. I have attached the module. The module works but when the original search module is published, the page is blank.
Thanks
Last edit: 11 years 5 months ago by kalesh.suby. Reason: Deleted file
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.