The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
When performing a search query for a particular tag, I would like to change the resulting page title of the search results, normally appearing as Site Name - Threads tagged with TAG, to simply TAG (the tag text only) as a result as the first word of the title. I am aware this involves modifying the <title> part of the "tag_search" template.
Default unmodified <title> code is: Code:
<title>$vboptions[bbtitle] - <phrase 1="$tag[tagtext]">$vbphrase[threads_tagged_with_x_title]</phrase></title> Can somebody post me how to modify above code so only the tag text shows up as the title? For example, if the tag text is "windows" I would like the page title of the search results to simply be "windows" instead of "Site Name - Threads tagged with Windows thanks |
#2
|
||||
|
||||
![]()
Try this:
HTML Code:
<title>$tag[tagtext]</title> |
#3
|
||||
|
||||
![]()
thanks. To everyone reading this, the support @ VB is best =)
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|