How to get search module right next to the Login?
My link travcom.org.nz
Thanks!
Cyberek wrote:First, You need to publish search module in search position, and then please write here again.
Cyberek wrote:First, You need to publish search module in search position, and then please write here again.
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>header</position>
<position>header_bottom</position>
<position>footer_nav</position>
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>header</position>
<position>search</position>
<position>header_bottom</position>
<position>footer_nav</position>
Cyberek wrote:Either case, to make it as fast as possible, please edit file:
/templates/gk_msocial/templateDetails.xml
find part:
- Code: Select all
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>header</position>
<position>header_bottom</position>
<position>footer_nav</position>
and add to it:
- Code: Select all
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>header</position>
<position>search</position>
<position>header_bottom</position>
<position>footer_nav</position>
It will make search position available to select.
