Changing Profile URL?

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

Moderator: Moderators

Changing Profile URL?

Postby Hylite » Tue Apr 28, 2009 5:03 am

I've read how to change the alias of member to whatever is needed, but I was wondering if it was possible to do a bit more...


Currently all poster/author URLs are pointing to forums.domain.com/members/id-here
However, due to how my site is currently set up, members have a custom profile established at -www.domains.com/user/id-here

Is there any way to change where the url points for users on the forums?
Hylite
 
Posts: 6
Joined: Tue Apr 28, 2009 4:57 am

Advertisement

Re: Changing Profile URL?

Postby dcz » Fri May 01, 2009 1:04 pm

Yes, you can first replace :
Code: Select all
'user' => 'member',

with :
Code: Select all
'user' => 'user',

and then replace :
Code: Select all
   function memberlist_adv() {
      global $phpbb_root_path;
      $this->path = $this->seo_path['phpbb_urlR'];

with :
Code: Select all
   function memberlist_adv() {
      global $phpbb_root_path;
      $this->path = 'http://www.domains.com/';

and :
Code: Select all
   function memberlist_smpl() {
      global $phpbb_root_path;
      $this->path = $this->seo_path['phpbb_urlR'];

with :
Code: Select all
   function memberlist_smpl() {
      global $phpbb_root_path;
      $this->path = 'http://www.domains.com/';


in phpbb_seo_class.php, it should not be too far from the final solution.

++
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Re: Changing Profile URL?

Postby Hylite » Tue May 05, 2009 11:23 pm

Ah, thank you very much. It's most certainly appreciated =).
Hylite
 
Posts: 6
Joined: Tue Apr 28, 2009 4:57 am

Re: Changing Profile URL?

Postby dcz » Mon May 11, 2009 1:09 pm

You're welcome ;)
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm


Return to Advanced SEO URL

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests