vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Quick Search Area For Users - Forumdisplay (https://vborg.vbsupport.ru/showthread.php?t=121020)

-=Sniper=- 07-11-2006 10:00 PM

Quick Search Area For Users - Forumdisplay
 
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/

The Realist 07-12-2006 03:07 PM

Nice idea.

Installed and working fine.

Snake 07-12-2006 05:02 PM

Thank you, just installed it. ;)

rrr 07-12-2006 09:55 PM

beautiful. Thanks!

Barakat 07-13-2006 12:22 AM

installed works gooooooooooooooooooooooooooooooooooood

kenanulas 07-13-2006 01:22 AM

cool man thanks

shadowevil 07-13-2006 03:57 AM

thanks guys ... *installed*

Pvtiste 07-13-2006 02:11 PM

Thanks ! Installed too ;)

FReeSTER 08-28-2006 02:28 AM

Perfect!!!!!!!!!!!! Installed ;)

ronoxQ 08-29-2006 12:43 AM

Wait, I can't find it on the live demo. X_X


All times are GMT. The time now is 01:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01262 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete