- Posts: 9
- Thank you received: 0
OS Property support center
Hide select company
- Ikke Stikke
- Topic Author
- Offline
- New Member
-
Less
More
11 years 11 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.
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.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13436
- Thank you received: 1760
11 years 11 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
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 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.