OS Property support center

Hide select company

  • Ikke Stikke
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 8 months ago #39755 by Ikke Stikke
Hide select company was created by Ikke Stikke
Hi,

On the registration page (for an agent), the visitor can select a company in a drop down field. How do i hide/remove this field?

Thank you.

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

More
11 years 8 months ago #39757 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: Hide select company
Hi,
To hide the dropdown select list "company" at agent registration page, please follow these steps
1. open file
components > com_osproperty > classes > agent.html.php
2. find
if(count($companies) > 0){
?>
<div class="control-group">
<label class="control-label" ><?php echo JText::_('OS_COMPANY')?></label>
<div class="controls">
<?php echo $lists?>
</div>
</div>
<?php
}
and remove it
Thanks
Dam
The following user(s) said Thank You: Ikke Stikke

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

Moderators: Dang Thuc DamNguyen Phu Quan