PDA

View Full Version : How to adjust sub forum meta titles?


David Rose
02-21-2012, 06:28 AM
Hello,
Can anyone tell me how is it possible to adjust a meta title for a specific sub forum?
For example I have this sub forum and its name is: "New York City"
http://www.traveltoforum.com/forums/4-New-York-City

The title automatically gets the forum's name but what I want is to keep the name as it is AND to have "New York City Travel Forum" in the title.
How can I do that?

Thank you!

David Rose
02-24-2012, 05:47 AM
Anyone?
Seems like you need to pay an extra 150 bucks for vbseo for such a simple thing. Does it make sense??
I'm sure there has to be an option to modify a meta title per sub domain!

Lynne
02-24-2012, 03:55 PM
I don't understand what you want. Right now the title is:
New York City

and you want just that forum to say:
New York City - New York City Travel Forum

??

David Rose
03-03-2012, 09:56 AM
No, I want to adjust only the meta title (<title>) manually for each specific sub forum.

In this case I'd like the title to be: "New York City Forum" or "New York City Travel Forum"
(But I don't want to change the name of the sub forum, I want to leave it as is: "New York City")

How can I do that?

Thank you.

Lynne
03-03-2012, 05:06 PM
I would guess you would need to write a plugin to change it based on the forum you are in. Use hook fetch_foruminfo

if ($forumid == 2) $vbulletin->forumcache["$forumid"]['title_clean'] = "I am changed";: