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 with topX start ( top post and most viewer topic )

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
lovewuha



Joined: 18 Aug 2008
Posts: 8

Problem with topX start ( top post and most viewer topic )Posted: Sat Oct 04, 2008 12:34 am    Post subject: Problem with topX start ( top post and most viewer topic )

My topX start file TopX start
will you help me add SEO with MOD
Demo :http://forum.lovewuha.net
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

Problem with topX start ( top post and most viewer topic )Posted: Sat Oct 04, 2008 3:45 pm    Post subject: Re: Problem with topX start ( top post and most viewer topic )

you probably just need to add :

Code:
       // www.phpBB-SEO.com SEO TOOLKIT BEGIN
      if ( empty($phpbb_seo->seo_url['topic'][$topic_id]) ) {
         if (@$topic_data['topic_type'] == POST_GLOBAL) {
            $phpbb_seo->seo_opt['topic_type'][$topic_id] = POST_GLOBAL;
         }
         $phpbb_seo->seo_url['topic'][$topic_id] = $phpbb_seo->format_url(censor_text($row['topic_title']));
      }
      if ( empty($phpbb_seo->seo_url['forum'][$row['forum_id']]) ) {
         $phpbb_seo->seo_url['forum'][$row['forum_id']] = $phpbb_seo->set_url($row['forum_name'], $row['forum_id'], $phpbb_seo->seo_static['forum']);
      }
      // www.phpBB-SEO.com SEO TOOLKIT END


after :
Code:
      foreach ($this->_records as $row)
        {
            $forum_id = $row['forum_id'];
       $topic_id = $row['topic_id'];


and :
Code:
        // www.phpBB-SEO.com SEO TOOLKIT BEGIN
        global $phpbb_seo;
        // www.phpBB-SEO.com SEO TOOLKIT END

after :

Code:
   function display()
    {
        global $template, $auth, $user, $cache, $config;
        global $phpbb_root_path, $phpEx;


in recent.php 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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: