- Posts: 43
- Thank you received: 0
OS Property support center
No Company field on Agent registration
- Apurv
- Topic Author
- Offline
- Senior Member
-
Less
More
11 years 8 months ago #39619
by Apurv
No Company field on Agent registration was created by Apurv
When a new user is registering to become an Agent, I want to hide the company field, how to achieve this ?
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13244
- Thank you received: 1729
11 years 8 months ago #39621
by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: No Company field on Agent registration
Hi,
You can hide the company dropdown list at agent registration (with OS Property 2.5 or lower) page by follow these steps
1. Open file
components > com_osproperty > classes > agent.html.php
2.
find function agentRegisterForm
3. find this code in that function
<div class="control-group">
<label class="control-label" ><?php echo JText::_('OS_COMPANY')?></label>
<div class="controls">
<?php echo $lists?>
</div>
</div>
and remove it
Good luck
Dam
You can hide the company dropdown list at agent registration (with OS Property 2.5 or lower) page by follow these steps
1. Open file
components > com_osproperty > classes > agent.html.php
2.
find function agentRegisterForm
3. find this code in that function
<div class="control-group">
<label class="control-label" ><?php echo JText::_('OS_COMPANY')?></label>
<div class="controls">
<?php echo $lists?>
</div>
</div>
and remove it
Good luck
Dam
Please Log in or Create an account to join the conversation.
- Apurv
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 43
- Thank you received: 0
11 years 8 months ago #39623
by Apurv
Replied by Apurv on topic Re: No Company field on Agent registration
How can you reply with this speed ? Do you any automated AI script ? Thanks a lot for your help !
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.