>>i need to hide or remove field "All account types" on the search pag
Admin panel>>settings>>language >> find the text key for "All Account Types" phrase. ( {text key='base+questions_account_type_all'} ).
Replace it with, for example, "Select Account Type" text.
This way users will intuitively select certain account type instead of "all account types".
If this doesn't fit your needs, you will need to modify source code.
This is custom code modification and I can not give step by step instructions.
But here are the files you will need to edit:
- user_search.php ( ow_system_plugins/base/controllers)
- user_search_index.html (ow_system_plugins/base/views/conrollers)
Please note that if you are doing custom code modifications, you are doing them at your own risk.
All custom changes done within the source code will be erased if you update the software.
But here are the files you will need to edit: - user_search.php ( ow_system_plugins/base/controllers) - user_search_index.html (ow_system_plugins/base/viewe/conrollers)