| :: |
| Author |
Message |
sportman1280 phpBB SEO Team

Joined: 29 Nov 2006 Posts: 281
|
Posted: Sun Dec 10, 2006 4:15 pm Post subject: Changing the Portal Page Title |
|
|
I was wondering how i can change the portal title name. I dont want it to be Hyundaituners :: Home
I want it instead to be like Hyundaituner - Tune Your Hyundai.
But i also dont want to mess up all the other pages.... Any ideas? |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
|
| Back to top |
|
 |
sportman1280 phpBB SEO Team

Joined: 29 Nov 2006 Posts: 281
|
Posted: Sun Dec 10, 2006 5:51 pm Post subject: Re: Changing the Portal Page Title |
|
|
lol sorry, it is the IM portal. Is there a better on out there?
url : http://www.hyundaituners.com |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
Posted: Sun Dec 10, 2006 6:11 pm Post subject: Re: Changing the Portal Page Title |
|
|
I don't know much about IM portal, but I bet you'll find a
| Code: | | $page_title = something |
before page_header.php is included in portal.php.
I bet the "home" part of the title is a $lang['something'] var, you could thus change it to whatever.
If you do not make it, search for $page_title in portal.php and post the line o f code here, I'll tell you what to do
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
sportman1280 phpBB SEO Team

Joined: 29 Nov 2006 Posts: 281
|
Posted: Sun Dec 10, 2006 6:28 pm Post subject: Re: Changing the Portal Page Title |
|
|
| Code: | $page_title = $lang['Home'];
define('SHOW_ONLINE', true);
include($phpbb_root_path . 'includes/page_header.'.$phpEx); |
i know that this changes the Hyundaituners :: Home but how do i remove the :: also? I want a dash instead of the :: |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
|
| Back to top |
|
 |
sportman1280 phpBB SEO Team

Joined: 29 Nov 2006 Posts: 281
|
Posted: Sun Dec 10, 2006 7:40 pm Post subject: Re: Changing the Portal Page Title |
|
|
| i changed it to 'Tune Your Hyundai'. But it still does "HyundaiTuners :: Tune Your Hyundai" I guess i cant change that can i? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
|
| Back to top |
|
 |
|
|