MOD Thanks for post by Палыч works now

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

Moderator: Moderators

Re: MOD Thanks for post by Палыч doesn't work

Postby Autinhyeu » Mon Jul 27, 2009 6:13 pm

Thanks, but remove function don't work still :(
confirm page shown, and i had try click "yes" to remove thank, but it don't previous view topic page :|
link when mouse over button remove thank:
Code: Select all
http://www.autinhyeu.com/forum/post15352.html?rthanks=15352&to_id=2470


after click:
Code: Select all
http://www.autinhyeu.com/forum/post15352.html?rthanks=15352&to_id=2470


& after click "yes":
Code: Select all
http://www.autinhyeu.com/forum/post15352.html?rthanks=15352&to_id=2470#p15352

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

Advertisement

Re: MOD Thanks for post by Палыч doesn't work

Postby dcz » Thu Jul 30, 2009 8:22 am

Ok try this in viewtopic.php, find :
Code: Select all
// www.phpBB-SEO.com SEO TOOLKIT BEGIN -> Zero dupe
$phpbb_seo->seo_opt['zero_dupe']['start'] = $phpbb_seo->seo_chk_start( $start, $config['posts_per_page'] );


Before add :
Code: Select all
// Thanks mod
$to_id = request_var('to_id', 0);
$thanks = request_var('thanks', 0);
$rthanks = request_var('rthanks', 0);


find :
Code: Select all
$phpbb_seo->seo_chk_dupe();


Replace with :
Code: Select all
if (!$to_id && !$thanks && !$rthanks) {
     $phpbb_seo->seo_chk_dupe();
}


++
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: 21298
Joined: Fri Apr 28, 2006 9:03 pm

Re: MOD Thanks for post by Палыч doesn't work

Postby Autinhyeu » Thu Jul 30, 2009 5:23 pm

it had work perfect, thanks you ;)
Autinhyeu
PR0
PR0
 
Posts: 85
Joined: Sat Aug 09, 2008 8:33 am

Re: MOD Thanks for post by Палыч doesn't work

Postby simpledollarz » Mon Aug 10, 2009 1:17 pm

I can also confirm that this fix is perfect! Thanks for it!
simpledollarz
 
Posts: 8
Joined: Thu Jul 30, 2009 7:28 am

Re: MOD Thanks for post by Палыч doesn't work

Postby IPB_Refugee » Wed Feb 03, 2010 11:22 am

Hello,

a bit late, but thanks a lot, Autinhyeu & dcz! :)

I can confirm that dcz's solution works perfectly for phpBB 3.0.6 and SEO MOD 0.6.2, too.

Regards
Wolfgang
User avatar
IPB_Refugee
PR0
PR0
 
Posts: 82
Joined: Thu Jul 24, 2008 2:18 pm

Re: MOD Thanks for post by Палыч works now

Postby iwanttobelieve » Sun Feb 21, 2010 6:48 am

It works for my without this modification. You just need to choose Guest Type for the Zero Dup mode.
iwanttobelieve
PR1
PR1
 
Posts: 123
Joined: Sun Jun 14, 2009 5:37 am
Location: Somewhere I don't belong lol

Re: MOD Thanks for post by Палыч works now

Postby Gisher » Mon Jan 10, 2011 12:55 am

Strange problem with Thanks for post 1.3.0 with Seo Premod 3.0.8
In FF works great, in IE 8 http 500 error, if update page, thank gives, same with remove thanks
Gisher
PR0
PR0
 
Posts: 83
Joined: Sat Sep 27, 2008 8:54 am

Re: MOD Thanks for post by Палыч works now

Postby Gisher » Tue Jan 11, 2011 5:55 am

It works if set settings of zero dupe as on screen below
screen.JPG
Is it right solution?
Gisher
PR0
PR0
 
Posts: 83
Joined: Sat Sep 27, 2008 8:54 am

Re: MOD Thanks for post by Палыч works now

Postby natalia » Mon Feb 21, 2011 8:18 pm

Maybe someone to integrate it with phpBB Premod? (AJAX ADD-ON) Thanks for posts 1.0.7
http://www.phpbb.com/community/viewtopi ... &t=2091416
natalia
 
Posts: 9
Joined: Thu Feb 10, 2011 6:13 pm

Re: MOD Thanks for post by Палыч works now

Postby HAMMER663 » Fri Jun 17, 2011 6:21 am

also not be deleted thanks.
Code: Select all
/ post138.html? list_id = post


please help
HAMMER663
 
Posts: 9
Joined: Fri Oct 22, 2010 4:45 pm

Re: MOD Thanks for post by Палыч works now

Postby elsa23 » Wed Jun 29, 2011 5:16 pm

hi,

with last version updated 1.3.1
there is a new fonction to "clear list thanks" (in viewtopic and viewprofile)
but it dosen't work with seo url rewrite mod, nothing happen
can you fix that ?

thanks
elsa23
 
Posts: 23
Joined: Mon May 31, 2010 8:38 pm

Re: MOD Thanks for post by Палыч works now

Postby Meis2M » Sat Jul 02, 2011 9:36 am

thank u now working for me
persian support: php-bb.ir
samob.ir: samob.ir
Mobile4Persian.com
Meis2M
PR1
PR1
 
Posts: 129
Joined: Sat Aug 08, 2009 2:53 pm
Location: www.zohall.com

Re: MOD Thanks for post by Палыч works now

Postby Aliphp » Thu Feb 02, 2012 9:04 pm

elsa23 wrote:hi,

with last version updated 1.3.1
there is a new fonction to "clear list thanks" (in viewtopic and viewprofile)
but it dosen't work with seo url rewrite mod, nothing happen
can you fix that ?

thanks


Simply do this :

find :
Code: Select all
     $phpbb_seo->seo_chk_dupe();


Replace with :
Code: Select all
     if (!$to_id && !$thanks && !$rthanks && !$list_thanks) {
     $phpbb_seo->seo_chk_dupe();
}
Aliphp
 
Posts: 1
Joined: Sat Sep 24, 2011 7:45 am

Re: MOD Thanks for post by Палыч works now

Postby elsa23 » Mon Apr 16, 2012 11:27 am

Aliphp wrote:
elsa23 wrote:hi,

with last version updated 1.3.1
there is a new fonction to "clear list thanks" (in viewtopic and viewprofile)
but it dosen't work with seo url rewrite mod, nothing happen
can you fix that ?

thanks


Simply do this :

find :
Code: Select all
     $phpbb_seo->seo_chk_dupe();


Replace with :
Code: Select all
     if (!$to_id && !$thanks && !$rthanks && !$list_thanks) {
     $phpbb_seo->seo_chk_dupe();
}


doesn't work :?
elsa23
 
Posts: 23
Joined: Mon May 31, 2010 8:38 pm

Re: MOD Thanks for post by Палыч works now

Postby Stephen26 » Mon Apr 16, 2012 12:12 pm

Works fine for me without any bugfix / workaround, simply by using the zero duplicate "guest" redirect option.
I install and configure phpBB-SEO (and other mods) for a fair price and very fast. If you are interested simply send me a private message.
Stephen26
phpBB SEO Team
phpBB SEO Team
 
Posts: 416
Joined: Mon May 03, 2010 7:06 am

Previous

Return to Advanced SEO URL

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests