| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Xabi PR0

Joined: 20 Jun 2007 Posts: 52
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
Xabi PR0

Joined: 20 Jun 2007 Posts: 52
|
Posted: Thu Aug 16, 2007 10:05 am Post subject: Re: Mark topics in viewforum do not work |
|
|
| I log in to my forums as a registered users, then click on "mark topics" and it does nothing. I have to put the another URL by hand ( comunidad/charla-general-f30.html?mark=topics instead of comunidad/viewforum.php?f=30&mark=topics ) |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sun Aug 19, 2007 11:55 am Post subject: Re: Mark topics in viewforum do not work |
|
|
It's the zero duplicate, in viewforum.php find :
| Code: | | $phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'watch=') === FALSE) ); |
After add:
| Code: | | $phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'mark=') === FALSE) ); |
Find :
| Code: | | $phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'watch=') !== FALSE), false, 'do'); |
After add :
| Code: | | $phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'mark=') !== FALSE), false, 'do'); |
++ |
_________________ 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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |