PDA


View Full Version : How to change Page Title


deadhippo
12-02-2005, 12:45 PM
I know this is a dumb question but i cant find the answer and ive been searching my settings and i just cant find how to change the title

from "main page"

click here to see (http://www.deadhippo.com/cmps_index.php)

bouncingpeanut
12-02-2005, 02:14 PM
I know this is a dumb question but i cant find the answer and ive been searching my settings and i just cant find how to change the title

from "main page"

click here to see (http://www.deadhippo.com/cmps_index.php)

This is how I did it.

Admin CP - VBulletin options - scroll down to where it says Site Name / URL / Contact Details and the third option says Homepage name - type in whatever you want

deadhippo
12-02-2005, 10:18 PM
Hi
Thanks for the reply
I didn't think that would work for my portal page but of course it did.

aacircle
12-06-2005, 06:43 AM
Yes, but this also shows the link and title at the bottom of every page. What about if I only wanted it to show in the page title and not at the bottom?

Really not a nice solution what is currently happening.

deadhippo
12-06-2005, 10:21 AM
I agree, I wanted to have a long titile at the top and a very short title at the bottom...i have no idea why they are linked

aacircle
12-06-2005, 11:39 AM
Yeh, it's crazy why they are linked. Maybe we'll find the solution soon.. :)

aacircle
12-07-2005, 08:01 AM
There must be a way because if you go to the home page of vbadvanced, you will notice the long page title, yet short link in the footer.

Brian
12-07-2005, 03:27 PM
That's because we've modified the adv_portal template to include this code for the title tag. ;)

<title>$vboptions[hometitle] <if condition="$pages['name'] == 'home'"> - vBulletin Portal, Gallery, and Links Directory!</if> <if condition="$pagetitle">- $pagetitle</if></title>

aacircle
12-08-2005, 10:04 AM
Hey that's great Brian! Thanks for your insight. Just used it myself too!