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  
 
   
bugs in instructions

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



Joined: 18 Oct 2007
Posts: 1

bugs in instructionsPosted: Thu Oct 18, 2007 1:42 am    Post subject: bugs in instructions

in your instructions i found in one bug.
in function.php there is no $profile_url
Code:

#
#-----[ FIND ]------------------------------------------
#

         $profile_url = ($custom_profile_url !== false) ? $custom_profile_url : append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=viewprofile');
         $profile_url .= '&u=' . (int) $user_id;


#
#-----[ REPLACE WITH ]------------------------------------------
#
         // www.phpBB-SEO.com SEO TOOLKIT BEGIN
         if ($custom_profile_url === false) {
            $profile_url = append_sid($phpbb_root_path . 'memberlist.' . $phpEx . '?mode=viewprofile&u=' . (int) $user_id);
         } else {
            $cust_delim = ( strpos($custom_profile_url, '?') !== FALSE ) ? '&' : '?';
            $profile_url = append_sid($custom_profile_url. $cust_delim . 'mode=viewprofile&u=' . (int) $user_id);
         }
         // www.phpBB-SEO.com SEO TOOLKIT END


i ve version:
* @version $Id: functions.php,v 1.640 2007/10/09 21:04:21 kellanved Exp $
and there is no this piece of code which you suggest to replace
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

bugs in instructionsPosted: Thu Oct 18, 2007 7:33 am    Post subject: Re: bugs in instructions

This is because you where trying the 0.4.0RC3 which was designed for phpBB3.0.RC5.

The 0.4.0RC4, designed for phpBB3.0.RC7 was just released now : http://www.phpbb-seo.com/boards/advanced-seo-url/advanced-phpbb3-seo-url-vt1219.html

Take a look at the update file, the code changes are few, and the particular piece of code you mention does not need any code changes in the new version.
The profile link function was moved to functions_content.php, with the exact same code change previously required.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
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: