Jump to content
WebFlake
  • 0

How can I remove "Members" from the search bar?


Gash

Question

2 answers to this question

Recommended Posts

  • 0

Look & Feel > Your Skin > Search > searchAdvancedForm, find and delete ,

 

<if test="IPSLib::appIsSearchable( 'members', 'search' )">
									<li style='display: inline-block;' class='search_app' id='sapp_members'>
										<input type='radio' data-allowtags='{$canTag[ 'members' ]}' name='search_app' value='members' id='radio_members' <if test="$this->request['search_app'] == 'members'">checked="checked"</if> /> <label for='radio_members'>{IPSLib::getAppTitle( 'members' )}</label>
									</li>
								</if>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...