Hello,
I would modify the order title of the tags...example:
Now, it is:
Name Forum - Threads Tagged with (Name Tags)
I would it...:
Name Tags on Name Forum
Which template must I modify?
Thanks
This is a discussion on Modification Tags Page Title within the Template Modifications forums, part of the vBulletin SEO Discussion category; Hello, I would modify the order title of the tags...example: Now, it is: Name Forum - Threads Tagged with (Name ...
Hello,
I would modify the order title of the tags...example:
Now, it is:
Name Forum - Threads Tagged with (Name Tags)
I would it...:
Name Tags on Name Forum
Which template must I modify?
Thanks
I believe that would be on the showthread template. Look between the <title></title> tags for that.
The Forum Hosting - Forum Hosting from the Forum Experts
If you mean the default VB3.7 tags, you have to do this in Tag Templates >> tag_search
Look for <title> and </title> right after $headinclude and use something like
I'm sorry to revive old threads, but I saw this wasn't resolved yet.Code:<title><phrase 1="$tag[tagtext]">$vbphrase[threads_tagged_with_x_title]</phrase> on $vboptions[bbtitle]</title>
i was looking for that too. thanks for sharing.