PDA

View Full Version : Using Page Titles


Emma
07-11-2004, 12:37 AM
Is possible that when adding a page to have the title appear as the actual title on the top of the page, meaning be in the <title> tag. If not, how can I rename each of the pages?

Emma

Jason McConnell
07-11-2004, 01:35 AM
I dunno.. I haven't broached this one yet. Does including <head> and <title> tags in the code for the page do it?

Our Sponsors
 

Wayne Luke
07-11-2004, 10:04 AM
You can use something like this for your title:

<title>$vboptions[hometitle]: $pages[name]</title>

Emma
07-12-2004, 12:39 PM
where would I put that wayne? in the php file?

Emma

Our Sponsors
 

Brian
07-12-2004, 12:53 PM
Edit your adv_portal template and look for:

<title>$vboptions[hometitle]</title>

Replace that with:

<title>$vboptions[hometitle] <if condition="$pages['name'] != 'home'">- $pages[title]</if></title>

:)`

Emma
07-14-2004, 03:26 PM
thanks! can i place customized meta tags in the adv_portal templage as well?

Emma

Polo
07-14-2004, 03:30 PM
Edit your adv_portal template and look for:

<title>$vboptions[hometitle]</title>

Replace that with:

<title>$vboptions[hometitle] <if condition="$pages['name'] != 'home'">- $pages[title]</if></title>

:)`


Is this going to be released in the next version?

Brian
07-14-2004, 03:37 PM
Something similar. ;)

Polo
07-14-2004, 03:42 PM
Something similar. ;)

That sounds like "something better" to me ;)