OS Property support center

Editing Advanced Search Module

  • Richard
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 11 months ago #45280 by Richard
Editing Advanced Search Module was created by Richard
Hello, Is it possible to remove the expansion buttons on the advanced search module. Has I want it so some of the details are all together in one table. Similar to some of your demo sites.
I can see the html code to edit in inspect element but don't know where to find it.

Thanks

Please Log in or Create an account to join the conversation.

More
10 years 11 months ago #45290 by Mr. Dam
Replied by Mr. Dam on topic Editing Advanced Search Module
Hi Richard,
To remove the expansion in Advanced search form, please follow these steps
open file: components > com_osproperty > helpers > common.php
find
<span class="more_option" id="more_option_span"><?php echo JText::_('OS_MORE_OPTION')?></span>
<div id="more_option_div" style="display:none;">
and change to
<div id="more_option_div">

Good luck
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan