PDA


View Full Version : Index.php Name


xtremeoff-road
07-27-2005, 12:59 AM
Hello...is there a reason why the browser shows the name of Home - Home for my CMPS index page?

Where can I change this?

Thanks!

Brian
07-27-2005, 12:01 PM
Sounds like you have your 'Home Title' under your main vB options set to Home. You can either change that setting, or edit your 'adv_portal' template and change it there.

xtremeoff-road
07-28-2005, 06:57 PM
Thanks Brian...actually I do not have the 'Home Title' set to Home, that is what is odd. I think I need to go into the adv_portal template and look there. Thanks!

xtremeoff-road
07-28-2005, 07:06 PM
Sounds like you have your 'Home Title' under your main vB options set to Home. You can either change that setting, or edit your 'adv_portal' template and change it there.

Ok here is the code:

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

Now I have the 'Homepage Title' set as The ATV Source - Taking The Road Less Traveled but then it displays a '- Home -' after it.

All other pages work alright...so how do I modify the above code so that it does not put that '- Home -' after my Title?

Thanks!

Brian
07-28-2005, 09:31 PM
Change that code to this:
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>

xtremeoff-road
07-29-2005, 02:20 AM
Thank you as always Brian!

mholtum
07-29-2005, 02:27 AM
Hey Mike,

If you click the Forums link in the navbar it goes here:

http://www.theatvsource.com/forumss=8da3f9ff4bd8a428d8549b52305c369f&

If you click the Gallery Link it goes here:

http://www.theatvsource.com/gallerys=8da3f9ff4bd8a428d8549b52305c369f&


Just a heads up

xtremeoff-road
07-29-2005, 08:10 PM
Thanks brother...not sure why it was doing that, however, it is fixed :)