| :: |
| Author |
Message |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Thu Aug 14, 2008 5:02 pm Post subject: "thanks post mod" and "hide bbcode mod" |
|
|
Hi phpbb-seo
Before i install "Advanced SEO URL MOD", "thanks post mod" and "hide bbcode mod" have combined very well ^^!
But, after i install "Advanced SEO URL MOD", them isn't worked.
i have test: (options in ACP)
_ unable "Advanced SEO URL MOD", them work good ^^!
_ able "Advanced SEO URL MOD", them isn't worked
Thank Post Mod (hide MOD compatible )0.1.0: http://www.phpbb.com/community/viewtopic.php?f=70&t=1115275
Hide bbcode MOD: http://www.phpbb.com/community/viewtopic.php?f=70&t=560705
Help me fix this error.
Thanks  |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
|
| Back to top |
|
 |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Sat Aug 16, 2008 12:05 pm Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
Thanks for reply But I use thank mod differed.
Link: http://www.phpbb.com/community/viewtopic.php?f=70&t=1115275
And with contrid, default will is: when i click thanks, i can see content in bbcode [hide]. But after i install Advanced SEO URL MOD, when i click thanks, i cant see content in bbcode [hide].
Please help me again.
Thanks
sorry my english is bad  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Mon Aug 18, 2008 3:12 pm Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
| Quote: | | Is it working if you set the zero dupe "strict mode" option to no ? |
No, when i set "Activate URL rewriting" to no, it will work great. |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
|
| Back to top |
|
 |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Mon Aug 18, 2008 4:14 pm Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
| Quote: | | what happens if you turn the zero dupe off ? | If i turn off zero dupe, thanks MOD and hide bbcode MOD still dont work. |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
Posted: Thu Aug 21, 2008 9:26 am Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
All right, it may be related to some small bugs in the phpbb_seo_class.php file, try to replace :
| Code: | @list($this->path, $qs) = explode('?', $url, 2);
if (strpos($url, '#') !== false) {
list($url, $anchor) = explode('#', $url, 2);
$anchor = '#' . $anchor;
} |
with :
| Code: | if (strpos($url, '#') !== false) {
list($url, $anchor) = explode('#', $url, 2);
$anchor = '#' . $anchor;
}
@list($this->path, $qs) = explode('?', $url, 2); |
and :
| Code: | | $qs = $this->query_string($params, $amp_delim, ''); |
with :
| Code: | | $qs .= ($qs ? $amp_delim : '') . $this->query_string($params, $amp_delim, ''); |
and :
with :
| Code: | | $qs .= ($qs ? $amp_delim : '') . $params; |
|
_________________ 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 |
|
 |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Thu Aug 21, 2008 3:17 pm Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
Thanks for reply ^^!
2 MOD have work with "Advanced SEO URL MOD" when i turn off zero dupe. ^^!
If i want 2 MOD work when i turn on zero dupe, how to do it??? Thanks you very much...
^^! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Sat Aug 23, 2008 9:12 am Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
Yes, it work when i turn off zero dupe. ^^! Thanks.
But, If i want it work when i turn on zero dupe, how to do it??? Thanks you very much...  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Mon Aug 25, 2008 4:35 am Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
Oh, sorry...
i have test again, and result is not work.
when i turn off zero dupe -> it work.
when i turn on zero dupe and turn off option strict mode -> not work
i want it work when turn on all ^^!
Thanks you very much  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
Autinhyeu
Joined: 09 Aug 2008 Posts: 36
|
Posted: Wed Aug 27, 2008 2:46 pm Post subject: Re: "thanks post mod" and "hide bbcode mod" |
|
|
before click "Thanks"
| Code: | | http://www.autinhyeu.com/test-phat-t1236.html |
after click "Thanks"
| Code: | | http://www.autinhyeu.com/test-phat-t1236.html |
link have redirected. thanks have saved, but i can see content in BBcode hide
apology is annoied
Thanks |
|
|
| Back to top |
|
 |
|
|