Back to vBulletin 3.7 Template Modifications

Tags Link Under Search Form
Mod Version: 1.00, by cheat-master30

This modification is in the archives.
vB Version: 3.7.0 Beta 3 Rating: (0 vote - 0 average) Installs: 12
Released: 24 Dec 2007 Last Update: Never Downloads: 7
Not Supported Template Edits Re-usable Code Translations  

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:
  1. XHTML 1.0 Transitional Valid
  2. Has the access key which I heard is for disabled users.
  3. Adds link to tags page on the forum in a more conveniant location than the Options drop down.
To add:

Find:

Code:
        $template_hook[navbar_search_menu]
Add Underneath:
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>
It should be before:
Code:
        </table>
    </div>
    <!-- / header quick search form -->
If you just want the tags link, just add:

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>
Instead of the last code.

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)

Download

No files for download.

Screenshots

Click image for larger version
Name:	tagsdropdownlinkonly.jpg
Views:	509
Size:	76.3 KB
ID:	74030  

Similar Mods

End-User Options Add a link to tags.php in footer (help SE find your tags) vBulletin 3.7 Template Modifications
End-User Options Search Tags Link On Navbar Search vBulletin 3.7 Add-ons

vblts.ru supports vBulletin®, 2022-2024