Back to vBulletin 3.5 Template Modifications

Quick Search Area For Users - Forumdisplay
Mod Version: 1.00, by -=Sniper=-

This modification is in the archives.
vB Version: 3.5.4 Rating: (2 votes - 4.50 average) Installs: 9
Released: 12 Jul 2006 Last Update: Never Downloads: 0
Not Supported  

This should work for vbulletin 3.6 is well

In forumdisplay template find

HTML Code:
<!-- / sub-forum list  -->
</if>
Under it ADD

HTML Code:
<br />
<if condition="$show['forumsearch']">
<!-- /quick actions area by sniper -->
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	<td class="alt1" align="left">
	<div class="smallfont">
	<!-- search this forum -->
	<form action="search.php?do=process" method="post">
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="do" value="process" />
		<input type="hidden" name="forumchoice[]" value="$forumid" />
		<input type="hidden" name="childforums" value="1" />
		<input type="text" class="bginput" name="query" value="$vbphrase[search_this_forum]" size="25" tabindex="1001" onfocus="this.value = '';" />
		<input type="submit" class="button" value="$vbphrase[go]" accesskey="s" tabindex="1004" />
		<a href="search.php?$session[sessionurl]f=$forumid" rel="nofollow">$vbphrase[advanced_search]</a>
	</form>
	<!-- /  search this forum -->
	</div>
	</td>
</tr>
</table>
<br />
<!-- /end quick actions area by sniper -->
</if>
Find

HTML Code:
<!-- / controls below thread list -->
</form>
<br />
Under it add

HTML Code:
<if condition="$show['forumsearch']">
<!-- /quick actions area by sniper -->
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
	<td class="alt1" align="left">
	<div class="smallfont">
	<!-- search this forum -->
	<form action="search.php?do=process" method="post">
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="do" value="process" />
		<input type="hidden" name="forumchoice[]" value="$forumid" />
		<input type="hidden" name="childforums" value="1" />
		<input type="text" class="bginput" name="query" value="$vbphrase[search_this_forum]" size="25" tabindex="1001" onfocus="this.value = '';" />
		<input type="submit" class="button" value="$vbphrase[go]" accesskey="s" tabindex="1004" />
		<a href="search.php?$session[sessionurl]f=$forumid" rel="nofollow">$vbphrase[advanced_search]</a>
	</form>
	<!-- /  search this forum -->
	</div>
	</td>
</tr>
</table>
<br />
<!-- /end quick actions area by sniper -->
</if>
Live Demo: http://www.hardwareforums.com/cases-modding-gallery/

Download

No files for download.

Similar Mods

Quick Search Area For Users - Showthread vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024