The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello can you have a look at the screen print below
![]() I would like to know what template do i have to make the changes.I want to delete Visitor Messages,Groups,group messages,all types and just leave posts and forums. Many thanks |
#2
|
||||
|
||||
![]()
Open the "search_common" template, and add the code below in red:
Code:
<h3 class="blocksubhead">{vb:rawphrase search_in}</h3> <div class="section"> <div class="blockrow"> <label>{vb:rawphrase search_types}:</label> <ul id="searchtypelist" class="checkradio floatcontainer rightcol"> <vb:comment><li> <label><input type="checkbox" name="type[]" value="" id="searchtype_all" /> {vb:rawphrase all_types}</label> </li></vb:comment> <vb:each from="type_options" key="type" value="name"> <vb:if condition="in_array($type, array(1,3))"> <li> <label><input type="checkbox" name="type[]" value="{vb:raw type}" class="searchtype"<vb:if condition="in_array($type, $selectedtypes)"> checked="checked"</vb:if> /> {vb:var name}</label> </li> </vb:if> </vb:each> </ul> </div> </div> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|