vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Home Enhancements - Header Search (vb.org search style) (https://vborg.vbsupport.ru/showthread.php?t=222590)

Raptor 12-23-2009 09:44 AM

It would be better to have correct forum variables in the code - then no need for editing for other users

ravenfaust 12-23-2009 02:31 PM

any way to make it so its in a custom box so it blends with the theme better?
and also where would be a good spot to place this, in header /navbar etc?

Cloverfield 01-10-2010 10:08 AM

gives me security token error on my forum after upgradation to 3.8.4 from 3.8.2.

Your submission could not be processed because a security token was invalid.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

Please guide.

JamesC70 01-10-2010 03:48 PM

Quote:

Originally Posted by Cloverfield (Post 1951821)
gives me security token error on my forum after upgradation to 3.8.4 from 3.8.2.

Your submission could not be processed because a security token was invalid.

Verify that the security token code still exists in your template:
Code:

... copied from first post ...
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />


NinjaKane 01-29-2010 03:51 PM

Awesome. added above my navbar. thanks!

Log on 02-02-2010 05:46 AM

nice one

thank you

RedHacker 03-05-2010 09:23 AM

Any release for vBulletin 4....?

L0rd-81 03-27-2010 07:36 PM

Thank You for this :)
But i have a Problem.
In the Select Tab i see the Last Forum in this Drop Box is write.

How i can change this the i see "Alle Foren" as first?

Example you can see on my Forum www.wm-apps.de/forum

Please help me, thank you :)

Code:

<!-- forum search -->
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

<table cellpadding="10" cellspacing="0" border="0" width="100%" align="center">
<tr><td align="right"><div style="white-space:nowrap">
<input type="text" class="bginput" name="query" size="25" /> <select name="forumchoice[]">
        <option value="-1" selected="selected" class="time">Alle Foren</option>
        <option value="145" selected="selected" class="time">ASUS</option>
        <option value="132" selected="selected" class="time">HP</option>
        <option value="46" selected="selected" class="time">HTC</option>
        <option value="69" selected="selected" class="time">LG</option>
        <option value="84" selected="selected" class="time">Samsung</option>
        <option value="100" selected="selected" class="time">Sony Erricsson</option>
        <option value="1095" selected="selected" class="time">Multimedia & Grafik</option>
        <option value="1379" selected="selected" class="time">Desktop & Shell</option>
        <option value="1096" selected="selected" class="time">Komm. & Internet</option>
        <option value="1097" selected="selected" class="time">System & Entwicklung</option>
        <option value="1342" selected="selected" class="time">Programme</option>
        <option value="1099" selected="selected" class="time">Spiele</option>
        <option value="1371" selected="selected" class="time">Navigation</option>
        <option value="1098" selected="selected" class="time">Office</option>
        <option value="1100" selected="selected" class="time">Styles WM 6.1</option>
        <option value="1101" selected="selected" class="time">Styles & Modding</option>
        <option value="1377" selected="selected" class="time">Icon Pack</option>
        <option value="1102" selected="selected" class="time">Wallpaper</option>
        <option value="1387" selected="selected" class="time">Klingelt?ne</option>
        <option value="1382" selected="selected" class="time">WM7 Styles</option>
        <option value="1381" selected="selected" class="time">WM7 Icons</option>
        <option value="784" selected="selected" class="time">NetCologne</option>
        <option value="59" selected="selected" class="time">T-Mobile</option>
        <option value="60" selected="selected" class="time">Vodafone</option>
        <option value="61" selected="selected" class="time">O2</option>
        <option value="62" selected="selected" class="time">E-Plus</option>
        </select> <input name="search" value="Direktsuche" type="submit" class="bginput" />
</div></td></tr>
</table>

</form>
<!-- /forum search -->


JamesC70 03-28-2010 07:35 PM

Quote:

Originally Posted by L0rd-81 (Post 2011218)
How i can change this the i see "Alle Foren" as first?

Remove the code selected="selected" from all options other then the preferred default. See the code box for proper usage.

Code:

<input type="text" class="bginput" name="query" size="25" /> <select name="forumchoice[]">
    <option value="-1" selected="selected" class="time">Alle Foren</option>
        <option value="145" class="time">ASUS</option>
        <option value="132"  class="time">HP</option>
        <option value="46"  class="time">HTC</option>
        <option value="69"  class="time">LG</option>
        <option value="84"  class="time">Samsung</option>


L0rd-81 03-29-2010 08:33 PM

Thank you for your help ;)


All times are GMT. The time now is 08:23 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.01594 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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