phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Problem going to ACP after update from 5a to 7
Goto page Previous  1, 2
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
::  
Author Message
evacoven



Joined: 08 Oct 2007
Posts: 16

Problem going to ACP after update from 5a to 7Posted: Sun Oct 21, 2007 3:11 pm    Post subject: Re: Problem going to ACP after update from 5a to 7

thanks you once again Smile
Back to top
evacoven



Joined: 08 Oct 2007
Posts: 16

Problem going to ACP after update from 5a to 7Posted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

Problem going to ACP after update from 5a to 7Posted: Sun Oct 21, 2007 3:55 pm    Post subject: Re: Problem going to ACP after update from 5a to 7

Laughing 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'] . '" />';
      }


Wink

_________________
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
Visit poster's website
evacoven



Joined: 08 Oct 2007
Posts: 16

Problem going to ACP after update from 5a to 7Posted: 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&eacute;f&eacute;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&eacute;f&eacute;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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

Problem going to ACP after update from 5a to 7Posted: Sun Oct 21, 2007 4:17 pm    Post subject: Re: Problem going to ACP after update from 5a to 7

Thanks for contributing Wink

++

_________________
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
Visit poster's website
evacoven



Joined: 08 Oct 2007
Posts: 16

Problem going to ACP after update from 5a to 7Posted: Sun Oct 21, 2007 4:22 pm    Post subject: Re: Problem going to ACP after update from 5a to 7

it's nothing. cheers Smile
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
Page 2 of 2 Goto page Previous  1, 2

Navigation Similar Topics

Jump to: