phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Thank Post Mod 0.4.0 and Rewrite
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
::  
Author Message
angelus



Joined: 10 Nov 2007
Posts: 24

Thank Post Mod 0.4.0 and RewritePosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Thank Post Mod 0.4.0 and RewritePosted: Sun Nov 18, 2007 12:18 pm    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

I'd be happy to help you out, but unfortunately, the download link does not work, all I get on -http://www.geoffreak.org/rc4/viewtopic.php?f=11&t=25 is :
Quote:
Information

The requested topic does not exist.


Is the mod discontinued ? Did you contact the author to find out more ?

++

_________________
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
Visit poster's website
angelus



Joined: 10 Nov 2007
Posts: 24

Thank Post Mod 0.4.0 and RewritePosted: Sun Nov 18, 2007 6:46 pm    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

http://rapidshare.com/files/70623301/Thank_Post_MOD_0.4.0.zip


thanks Smile my archive
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Thank Post Mod 0.4.0 and RewritePosted: Sun Nov 18, 2007 11:14 pm    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

What I do not get looking at the code is, what link would require url rewriting in the mod ?

_________________
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
Visit poster's website
thejackal



Joined: 02 Dec 2007
Posts: 1

Thank Post Mod 0.4.0 and RewritePosted: Sun Dec 02, 2007 11:31 pm    Post subject: Thank mod

Hi, dcz

first of all, premod SEO is nice work, grats! Cool

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

Thank Post Mod 0.4.0 and RewritePosted: 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 Embarassed .
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Thank Post Mod 0.4.0 and RewritePosted: 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 Wink

_________________
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

Thank Post Mod 0.4.0 and RewritePosted: Fri Dec 21, 2007 10:43 am    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

Thank you! Works perfect. Smile
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Thank Post Mod 0.4.0 and RewritePosted: Fri Dec 21, 2007 10:47 am    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

Wink

_________________
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
angelus



Joined: 10 Nov 2007
Posts: 24

Thank Post Mod 0.4.0 and RewritePosted: Fri Dec 21, 2007 4:35 pm    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

Thank you , Seo Smile
Back to top
SteeL



Joined: 24 Mar 2007
Posts: 5
Location: India

Thank Post Mod 0.4.0 and RewritePosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Thank Post Mod 0.4.0 and RewritePosted: Wed Feb 06, 2008 9:41 pm    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

Hard to tell before trying. Could you post the links to the release threads for these mods ?

++

_________________
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
Visit poster's website
SteeL



Joined: 24 Mar 2007
Posts: 5
Location: India

Thank Post Mod 0.4.0 and RewritePosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Thank Post Mod 0.4.0 and RewritePosted: Mon Feb 25, 2008 8:31 am    Post subject: Re: Thank Post Mod 0.4.0 and Rewrite

You do not seem to use any mod rewrite on your forum so far ...

_________________
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
Visit poster's website
SteeL



Joined: 24 Mar 2007
Posts: 5
Location: India

Thank Post Mod 0.4.0 and RewritePosted: 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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: