Hi All,
I am trying to remove the search bar , actually the whole "sys_main_logo" section from the member.php page. I want to keep the "sys_main_menu" section but add the "__main_logo__" and "__service_menu__" from "sys_main_logo" to this section. But I only want this for the member.php page.
This is what I understand so far as the steps I need to take:
1. Change $_page['name_index'] (currently 81)
2. Create new page html : templates/base/page_x.html
3. I was going to search in the "sys_injections" table but I think this method is no longer being used?
Can anyone point me in the right direction to achieve this?
Thank you.