The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Tags Link Under Search Form Details »» | |||||||||||||||||||||||||
Okay, as you all should probably know, there is no clear link to the tag cloud in the latest version of vBulletin in an easy format to find, and there doesn't seem to be a way to link to it or search them under the quick search form. Well this simply adds another two rows and a minor link to the tags page under the quick search. I plan to also add a tag search box there as well soon.
Features:
Find: Code:
$template_hook[navbar_search_menu] Code:
<tr> <td class="thead">Topic Tags</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="tags.php" method="get"> <if condition="$session['sessionhash']"> <input type="hidden" name="s" value="$session[sessionhash]" /> </if> <span id="tag_wrapper"><input type="text" id="tag_input" name="tag" size="25" style="width: 80%" class="bginput" autocomplete="off" /></span> <p> <input type="submit" class="button" value="$vbphrase[search]" /></p> </div> </form> <a href="tags.php$session[sessionurl_q]" accesskey="6">View Tag Cloud</a> </td> </tr> Code:
</table> </div> <!-- / header quick search form --> Code:
<tr> <td class="thead">Topic Tags</td> </tr> <tr><td class="vbmenu_option"> <a href="tags.php$session[sessionurl_q]" accesskey="6">View Tag Cloud</a> </td> </tr> Also, remove the tags link from under Quick Links. Alternate Code by Glorify: (Add in same place) Code:
<tr> <td class="thead">Search Tags</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="tags.php" method="get"> <if condition="$session['sessionhash']"> <input type="hidden" name="s" value="$session[sessionhash]" /> </if> <div><input type="text" id="tag_input" name="tag" size="25" class="bginput" autocomplete="off" /><input type="submit" class="button" value="$vbphrase[go]" /> </div> </form> </td> </tr> <tr> <td class="vbmenu_option"> <div><a href="tags.php$session[sessionurl_q]" accesskey="6" rel="nofollow">View Tag Cloud</a></div> </td> </tr> Notes: This just mainly uses the tag search from the tags page and puts it in a location easily usable underneath the other search boxes. It suffers from a problem the tag search page did anyway. If nothing was tagged, then a minor error message will appear. Demos: http://www.glorifythepast.com/?styleid=40 http://dsultimate.net/Board/upload/index.php (link only) Show Your Support
|
Comments |
#2
|
|||
|
|||
any demo or screen shot please...
|
#3
|
||||
|
||||
Oh yeah, I need to upload that.
|
#4
|
||||
|
||||
Nice idea. Didn't look stock so I redid it. Use it if you want, works and looks great:
Add Underneath in the same spot instead: Code:
<tr> <td class="thead">Search Tags</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="tags.php" method="get"> <if condition="$session['sessionhash']"> <input type="hidden" name="s" value="$session[sessionhash]" /> </if> <div><input type="text" id="tag_input" name="tag" size="25" class="bginput" autocomplete="off" /><input type="submit" class="button" value="$vbphrase[go]" /> </div> </form> </td> </tr> <tr> <td class="vbmenu_option"> <div><a href="tags.php$session[sessionurl_q]" accesskey="6" rel="nofollow">View Tag Cloud</a></div> </td> </tr> DEMO (I have a custom navbar, but the search drop down looks default when clicked ) Not good at plugins, but it'd be a great one. |
#5
|
|||
|
|||
i added it under:
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> </form> works great, thanks man |
#6
|
||||
|
||||
Looks good.
|
#7
|
|||
|
|||
Nice. For anyone using vBadvanced, remember to add tags.php to the navbar replacements.
|
#8
|
|||
|
|||
cool mod :up:
|
#9
|
|||
|
|||
Thanks, works great and fills in a vBulletin Tags weakness.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|