| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
endeffects
Joined: 01 Oct 2008 Posts: 3
|
|
| Back to top |
|
 |
|
 |
endeffects
Joined: 01 Oct 2008 Posts: 3
|
Posted: 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

Joined: 28 Apr 2006 Posts: 15242
|
Posted: 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
++ |
_________________ 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 |
|
 |
endeffects
Joined: 01 Oct 2008 Posts: 3
|
Posted: 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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |