The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
The "search tags" box , located in the tag cloud page, is extremely useful.
I want to use it in various pages in my forums, including forumhome, vbadvanced home and even Header. Where is this code located, so I could use it ? |
|
#2
|
||||
|
||||
|
The code appears on the tag_cloud_page template:
Code:
<form action="tags.php" method="get">
<if condition="$session['sessionhash']">
<input type="hidden" name="s" value="$session[sessionhash]" />
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
<tr>
<td class="tcat">$vbphrase[search_by_tag]</td>
</tr>
<tr>
<td class="alt1" align="center"><div style="width: $stylevar[formwidth]" align="$stylevar[left]">
<span id="tag_wrapper"><input type="text" id="tag_input" name="tag" size="25" style="width: 80%" class="bginput" /></span>
<input type="submit" class="button" value="$vbphrase[search]" />
</div></td>
</tr>
</table>
</form>
|
|
#3
|
|||
|
|||
|
That's great. I just tested it , by inserting the code in the header template, and it's working fine.
Thankyou for your help, much appreciated.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|