| :: |
| Author |
Message |
angelus
Joined: 10 Nov 2007 Posts: 24
|
Posted: Sat Nov 10, 2007 4:48 pm Post subject: Thank Post Mod 0.4.0 and Rewrite |
|
|
sorry, my english very bad..
phpBB3 mod Rewrite and [BETA] Thank Post Mod 0.4.0 integration please
thank you |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
angelus
Joined: 10 Nov 2007 Posts: 24
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
thejackal
Joined: 02 Dec 2007 Posts: 1
|
Posted: Sun Dec 02, 2007 11:31 pm Post subject: Thank mod |
|
|
Hi, dcz
first of all, premod SEO is nice work, grats!
About Thanks mod:
I also test using Thanks mod (TM) under Premod (RC7).
The original link generated by TM:
/viewtopic.php?p=1&thanks=1&to_id=2#p1
the rewrited link:
/post1.html&thanks=1&to_id=2#p1
but it's generate 404 Not found.
dcz, if you can help with this, I was very happy.
p.s. Here is a link for download the mod : http://home.twin.at/wolfgang/thankspostmod.zip
Thanx adn waitnig.
thejackal |
|
|
| Back to top |
|
 |
anne
Joined: 21 Dec 2007 Posts: 21
|
Posted: Fri Dec 21, 2007 6:27 am Post subject: Re: Thank Post Mod 0.4.0 and Rewrite |
|
|
I'm also having the same problem. Is there any way the SEO will be disabled just on this part of the URL rewrite ie. so the URL for "Thanks" will stay the same.
Fantastic Mod by the way . |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Fri Dec 21, 2007 10:10 am Post subject: Re: Thank Post Mod 0.4.0 and Rewrite |
|
|
All right, from the last provided source, open thanks.php and find :
| Code: | | 'THANKS_LINK' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id']) . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '&' . get_thanks_link($row['post_id']) . '=' . $row['post_id'] . '&to_id=' . $poster_id . '#p' . $row['post_id'], |
Replace with :
| Code: | | 'THANKS_LINK' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id'] . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '&' . get_thanks_link($row['post_id']) . '=' . $row['post_id'] . '&to_id=' . $poster_id) . '#p' . $row['post_id'], |
shoud do it  |
_________________ 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 |
|
 |
anne
Joined: 21 Dec 2007 Posts: 21
|
Posted: Fri Dec 21, 2007 10:43 am Post subject: Re: Thank Post Mod 0.4.0 and Rewrite |
|
|
Thank you! Works perfect.  |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
angelus
Joined: 10 Nov 2007 Posts: 24
|
Posted: Fri Dec 21, 2007 4:35 pm Post subject: Re: Thank Post Mod 0.4.0 and Rewrite |
|
|
Thank you , Seo  |
|
|
| Back to top |
|
 |
SteeL
Joined: 24 Mar 2007 Posts: 5 Location: India
|
Posted: Wed Feb 06, 2008 7:18 am Post subject: Re: Thank Post Mod 0.4.0 and Rewrite |
|
|
| is it compatible with phpBB3 HIDE HACK ? aka Post reply to see LINK ! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
SteeL
Joined: 24 Mar 2007 Posts: 5 Location: India
|
Posted: Thu Feb 07, 2008 4:12 am Post subject: Re: Thank Post Mod 0.4.0 and Rewrite |
|
|
| dcz wrote: | Hard to tell before trying. Could you post the links to the release threads for these mods ?
++ |
i will try it though.. will create some new Tables in msql & will chk if works on my forum : www.warrock-hacks.com |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
SteeL
Joined: 24 Mar 2007 Posts: 5 Location: India
|
Posted: Mon Feb 25, 2008 8:52 am Post subject: Re: Thank Post Mod 0.4.0 and Rewrite |
|
|
| dcz wrote: | | You do not seem to use any mod rewrite on your forum so far ... |
cus i removed phpBB3 & installed phpBB 2.0.23 now. |
|
|
| Back to top |
|
 |
|
|