| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: Sun Aug 17, 2008 4:37 am Post subject: How do you add meta tag BASE on overall_header ??? |
|
|
How do you add meta tag BASE on overall_header ???
I mean this
| Code: | <head>
<base href="http://www.mysite.com/" /> |
Thanks |
|
|
| Back to top |
|
 |
|
 |
ASLAN PR0

Joined: 19 Nov 2007 Posts: 58 Location: Chile
|
Posted: Sun Aug 17, 2008 5:21 am Post subject: Re: How do you add meta tag BASE on overall_header ??? |
|
|
I found this array on phpbb_seo_class.php
| Code: | // Array of the filenames that may require the use of a base href tag.
$this->seo_opt['file_hbase'] = array('viewtopic', 'viewforum', 'memberlist', 'search'); |
I add my file on this array and it worked perfect |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Mon Aug 18, 2008 12:23 pm Post subject: Re: How do you add meta tag BASE on overall_header ??? |
|
|
exactly, but this part went updated in 0.4.4 and now looks like :
| Code: | | $this->seo_opt['file_hbase'] = array('viewtopic' => $this->seo_path['phpbb_url'], 'viewforum' => $this->seo_path['phpbb_url'], 'memberlist' => $this->seo_path['phpbb_url'], 'search' => $this->seo_path['phpbb_url']); |
We are now providing with the full URL to use in the bas href tag to allow the usage of the phpbb_seo class on any folder and domain, so this mean you should update too  |
_________________ 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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |