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  
 
   
mx_newssuite read more link is not SEO friendly

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
::  
Author Message
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 512
Location: Michigan

mx_newssuite read more link is not SEO friendlyPosted: Thu Oct 05, 2006 6:09 am    Post subject: mx_newssuite read more link is not SEO friendly

Greetings, DCZ! here IS one that i've completely missed. Using the news suite module, on both "read more" links, it uses the viewtopic.php URL. Is there a 'quick' fix for the "read more" link, or will we have to wait for mxbb 2.8? The comments link uses post234.html.


Thanks!

_________________
Juarol.com
| Frekuenciadigital.com |
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

mx_newssuite read more link is not SEO friendlyPosted: Thu Oct 05, 2006 8:17 am    Post subject: Re: mx_newssuite read more link is not SEO friendly

Open :

Code:
modules/mx_newssuite/includes/news.php


find :
Code:

      if( $newssuite_config['news_truncate_num'] )
      {


Before add :
Code:
      // www.phpBB-SEO.com SEO TOOLKIT BEGIN
      $seo_topic_name = $news[$i]['topic_title'];
      // www.phpBB-SEO.com SEO TOOLKIT END


Then, we have to re-activate censoring, in the same file find :

Code:
      if( count($orig_word) )
      {
         if( $user_sig != '' )
         {
            $user_sig = preg_replace($orig_word, $replacement_word, $user_sig);
         }
         $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
         $message = preg_replace($orig_word, $replacement_word, $message);


After add :
Code:
         $news[$i]['topic_title'] = preg_replace($orig_word, $replacement_word, $post_subject);


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
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 512
Location: Michigan

mx_newssuite read more link is not SEO friendlyPosted: Thu Oct 05, 2006 3:55 pm    Post subject: Re: mx_newssuite read more link is not SEO friendly

Thank you very much! Smile

_________________
Juarol.com
| Frekuenciadigital.com |
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

mx_newssuite read more link is not SEO friendlyPosted: Fri Oct 06, 2006 8:43 am    Post subject: Re: mx_newssuite read more link is not SEO friendly

You're welcome Peter77 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  » phpBB mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: