Related Topics - Rewrite

phpBB2 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting categories, forums and topic titles in their URLs.

Moderator: Moderators

Related Topics - Rewrite

Postby zinnerz » Mon Jan 29, 2007 5:40 pm

Dear Dcz,

I'm trying Related Topics mod from:
www.phpbbhacks.com/download/2237

and follow the step from here:
www.phpbb-seo.com/boards/phpbb-forum/di ... -vt75.html

But the topic title still not change to seo. Please help..
zinnerz
PR0
PR0
 
Posts: 76
Joined: Thu Jun 08, 2006 7:25 am

Advertisement

Postby dcz » Mon Jan 29, 2007 5:53 pm

This time, for the 0.2.x advanced, I'd say :

Patch for the related topic mod : http://www.phpbbhacks.com/download/2237
Open :

Code: Select all
includes/function_related.php


Find :

Code: Select all
function get_related_topics($topic_id)
{
   global $board_config, $db, $lang, $template, $theme, $images, $phpEx;
   global $userdata, $HTTP_COOKIE_VARS;


After add :
Code: Select all
   // www.phpBB-SEO.com SEO TOOLKIT BEGIN
   global $phpbb_seo;
   // www.phpBB-SEO.com SEO TOOLKIT END


Find :

Code: Select all
      $template->assign_block_vars('topicrow', array(


Before add :
Code: Select all
      // www.phpBB-SEO.com SEO TOOLKIT BEGIN
      $phpbb_seo->seo_url['topic'][$row['topic_id']] = $phpbb_seo->format_url($topic_title);
      // www.phpBB-SEO.com SEO TOOLKIT END


As last time, there should be no need to add anything to this mod to work together with the mixed or simple phpBB SEO mod Rewrites.

;)
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21291
Joined: Fri Apr 28, 2006 9:03 pm

Postby zinnerz » Mon Jan 29, 2007 6:04 pm

It's working now.., thank you so much Dcz :wink:
zinnerz
PR0
PR0
 
Posts: 76
Joined: Thu Jun 08, 2006 7:25 am


Return to phpBB2 Advanced mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 3 guests