| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
evacoven
Joined: 08 Oct 2007 Posts: 16
|
Posted: Sun Oct 21, 2007 3:11 pm Post subject: Re: Problem going to ACP after update from 5a to 7 |
|
|
thanks you once again  |
|
|
| Back to top |
|
 |
|
 |
evacoven
Joined: 08 Oct 2007 Posts: 16
|
Posted: Sun Oct 21, 2007 3:29 pm Post subject: Re: Problem going to ACP after update from 5a to 7 |
|
|
| sorry to bother u again... where can i find {SEO_BASE_HREF} to edit the tag? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sun Oct 21, 2007 3:55 pm Post subject: Re: Problem going to ACP after update from 5a to 7 |
|
|
So it's one more error to validate XHTML !
in phpbb_seo_class.php :
| Code: | if ( ($this->seo_opt['virtual_folder'] || $this->seo_opt['virtual_root'] || ( $this->seo_ext['forum'] == '/' ) ) && in_array($this->seo_opt['req_file'], $this->seo_opt['file_hbase']) && !defined('ADMIN_START')) {
$this->seo_opt['seo_base_href'] = '<base href="' . $this->seo_path['phpbb_url'] . '">';
} |
=>
| Code: | if ( ($this->seo_opt['virtual_folder'] || $this->seo_opt['virtual_root'] || ( $this->seo_ext['forum'] == '/' ) ) && in_array($this->seo_opt['req_file'], $this->seo_opt['file_hbase']) && !defined('ADMIN_START')) {
$this->seo_opt['seo_base_href'] = '<base href="' . $this->seo_path['phpbb_url'] . '" />';
} |
 |
_________________ 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 |
|
 |
evacoven
Joined: 08 Oct 2007 Posts: 16
|
Posted: Sun Oct 21, 2007 4:04 pm Post subject: Re: Problem going to ACP after update from 5a to 7 |
|
|
nearly valid xhtml, only after u changed this:
| Code: | if ($img) {
$output = '<div style="padding-top:5px; text-align: middle"><a href="http://www.phpbb-seo.com/" title="' . ( strpos($config['default_lang'], 'fr') !== false ? 'Optimisation du Référencement' : 'Search Engine Optimization') . '"><img src="' . $this->seo_path['phpbb_url'] . 'images/phpbb-seo.png" alt="phpBB SEO"/></a></div>';
} else {
$output = '<div style="padding-top:5px" text-align: middle"><a href="http://www.phpbb-seo.com/" title="' . ( strpos($config['default_lang'], 'fr') !== false ? 'Optimisation du Référencement' : 'Search Engine Optimization') . '">phpBB SEO</a></div>';
} | inside phpbb_seo_class.php. I changed the align to text-align
Cheers. we are valid xhtml |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
evacoven
Joined: 08 Oct 2007 Posts: 16
|
Posted: Sun Oct 21, 2007 4:22 pm Post subject: Re: Problem going to ACP after update from 5a to 7 |
|
|
it's nothing. cheers  |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |