| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14279
|
Posted: 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 :
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); |
 |
_________________ 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 |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Thu Oct 05, 2006 3:55 pm Post subject: Re: mx_newssuite read more link is not SEO friendly |
|
|
Thank you very much!  |
_________________ Juarol.com
| Frekuenciadigital.com | |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |