The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Pulldown "Advanced Search"
Hello
I want to transform the "Advanced Search"-Link in a Pulldown with more links (Google Search, ...) Manipulating the template "navbar" seems to be right, but I don't achieve the same format as e.g. the Pulldown "community". Did anybody else allready something like this? Or exists a Mod für this link which possibly is easier to manipulate? ... was not able to find anything. Thanks! Bruno |
#2
|
|||
|
|||
Two months later, same Idea. Something new on the horizon?
|
#3
|
|||
|
|||
If someone is interested in the solution:
Template navbar: replace Code:
<ul class="navbar_advanced_search"> <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li> </ul> Code:
<ul class="navtabs floatcontainer"> <li class="selected"> <ul class="floatcontainer"> <li class="popupmenu"> <a href="javascript://" class="popupctrl" >{vb:rawphrase advanced_search}</a> <ul class="popupbody popuphover"> <li><a href="search.php?{vb:raw session.sessionurl}search_type=1" accesskey="4">{vb:rawphrase advanced_search}</a></li> <li><a href="http://www.google.ch/search?hl=de&q=SUCHE+site%3A{vb:raw vboptions.bbtitle}&btnG=Suche&meta=" rel="nofollow" target="_blank">Suchen via Google</a></li> <li></li> <li><a href="tags.php?tag=.Begriff" rel="nofollow">Begriffe</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=finduser&u={vb:raw bbuserinfo.userid}">Eigene Beitr?ge</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=finduser&u={vb:raw bbuserinfo.userid}&starteronly=1">Eigene Themen</a></li> <li></li> <li><a href="http://bibleserver.com" rel="nofollow" target="_blank">Bibel Online</a></li> <li><a href="http://de.wikipedia.org/w/index.php?title=Spezial:Suche" rel="nofollow" target="_blank">Wikipedia</a></li> </ul> </li> </ul> </li> </ul> Code:
/* Advanced Search-Pulldown */ .globalsearch li, .globalsearch li.selected { border: none; } .globalsearch ul { background: none; border: none; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|