"thanks post mod" and "hide bbcode mod"

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

Moderator: Moderators

"thanks post mod" and "hide bbcode mod"

Postby Autinhyeu » Thu Aug 14, 2008 5:02 pm

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/viewtopi ... &t=1115275
Hide bbcode MOD: http://www.phpbb.com/community/viewtopi ... 0&t=560705
Help me fix this error.
Thanks :(
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Advertisement

Postby SeO » Sat Aug 16, 2008 8:12 am

A quick search gave me this : http://www.phpbb-seo.com/boards/phpbb3- ... html#13298
for the thanks mod.
For the hide bbcode, I don't see any obvious reason why it would not work, could you post or pm a link to your forum with an example of it ?
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby Autinhyeu » Sat Aug 16, 2008 12:05 pm

Thanks for reply :| But I use thank mod differed.
Link: http://www.phpbb.com/community/viewtopi ... &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 :(
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Postby dcz » Mon Aug 18, 2008 11:45 am

Is it working if you set the zero dupe "strict mode" option to no ?

A link would definitely help to understand better here.

++
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

Postby Autinhyeu » Mon Aug 18, 2008 3:12 pm

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.
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Postby SeO » Mon Aug 18, 2008 3:59 pm

Just to find out more about this, what happens if you turn the zero dupe off ?
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby Autinhyeu » Mon Aug 18, 2008 4:14 pm

what happens if you turn the zero dupe off ?
If i turn off zero dupe, thanks MOD and hide bbcode MOD still dont work.
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Postby SeO » Thu Aug 21, 2008 9:26 am

All right, it may be related to some small bugs in the phpbb_seo_class.php file, try to replace :

Code: Select all
      @list($this->path, $qs) = explode('?', $url, 2);
      if (strpos($url, '#') !== false) {
         list($url, $anchor) = explode('#', $url, 2);
         $anchor = '#' . $anchor;
      }


with :
Code: Select all
      if (strpos($url, '#') !== false) {
         list($url, $anchor) = explode('#', $url, 2);
         $anchor = '#' . $anchor;
      }
      @list($this->path, $qs) = explode('?', $url, 2);


and :
Code: Select all
         $qs = $this->query_string($params, $amp_delim, '');


with :

Code: Select all
         $qs .= ($qs ? $amp_delim : '') . $this->query_string($params, $amp_delim, '');


and :
Code: Select all
         $qs = $params;


with :
Code: Select all
         $qs .= ($qs ? $amp_delim : '') . $params;
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby Autinhyeu » Thu Aug 21, 2008 3:17 pm

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... :wink:

^^!
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Postby dcz » Sat Aug 23, 2008 9:05 am

All right, so it should work with the strict mode set to "no" for the zero dupe, have you tried it ?
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

Postby Autinhyeu » Sat Aug 23, 2008 9:12 am

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... :wink:
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Postby dcz » Sat Aug 23, 2008 11:29 am

Strict mode is an option of the zero duplicate, not the zero duplicate ;)
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

Postby Autinhyeu » Mon Aug 25, 2008 4:35 am

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 :wink:
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Postby dcz » Wed Aug 27, 2008 1:55 pm

Could you here past the links that get redirected and shouldn't ?
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

Postby Autinhyeu » Wed Aug 27, 2008 2:46 pm

before click "Thanks"
Code: Select all
http://www.autinhyeu.com/test-phat-t1236.html

after click "Thanks"
Code: Select all
http://www.autinhyeu.com/test-phat-t1236.html

link have redirected. thanks have saved, but i can see content in BBcode hide :shock:
apology is annoied :(
Thanks
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Next

Return to Advanced SEO URL

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests