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  
 
   
[bug] PHPbb SeoMod and GYM Sitemaps

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
::  
Author Message
endeffects



Joined: 01 Oct 2008
Posts: 3

[bug] PHPbb SeoMod and GYM SitemapsPosted: Wed Oct 01, 2008 2:56 pm    Post subject: [bug] PHPbb SeoMod and GYM Sitemaps

Hallo,

i have a problem with the seo mod and the gym sitemaps.
the sitemap mod generates wrong urls for my counter strike forum

please have a look:
http://shoot-em.com/counter-strike-f4.xml.gz

http://shoot-em.com/forum/weird-tactic-t95.html // first topic page is correct
http://shoot-em.com/forum/weird-tactic-t95-10.html // all other topic pages are wrong
http://shoot-em.com/forum/weird-tactic-t95-20.html

the correct url should be:
http://shoot-em.com/forum/weird-tactic-t95s10.html
http://shoot-em.com/forum/weird-tactic-t95s20.html

so can please somebody tell me how to modify the sitemap rewriting
to point to the correct pages?

thanks and regards
Back to top
endeffects



Joined: 01 Oct 2008
Posts: 3

[bug] PHPbb SeoMod and GYM SitemapsPosted: Sat Oct 04, 2008 8:19 am    Post subject: Re: [bug] PHPbb SeoMod and GYM Sitemaps

any help?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

[bug] PHPbb SeoMod and GYM SitemapsPosted: Sat Oct 04, 2008 12:35 pm    Post subject: Re: [bug] PHPbb SeoMod and GYM Sitemaps

This is because you are not using one of our mod rewrite.
In this case, the only difference seems to be the pagination delimiter.
So replace :
Code:
      $this->seo_delim = array( 'forum' => '-f', 'topic' => '-t', 'user' => '-u', 'usermsg' => '-m', 'group' => '-g', 'start' => '-');


with :

Code:
      $this->seo_delim = array( 'forum' => '-f', 'topic' => '-t', 'user' => '-u', 'usermsg' => '-m', 'group' => '-g', 'start' => 's');


in gym_sitemaps/includes/phpbb_seo_class_light.php, and clear GYM's cache after you did.

Should be enough 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
endeffects



Joined: 01 Oct 2008
Posts: 3

[bug] PHPbb SeoMod and GYM SitemapsPosted: Sat Oct 04, 2008 1:03 pm    Post subject: Re: [bug] PHPbb SeoMod and GYM Sitemaps

oh wonderfull, thanks alot man!
have a great weekend =)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
Page 1 of 1

Navigation Similar Topics

Jump to: