phpBB SEO Breaks the forum

Discussions and support about the different URL Rewriting techniques for phpBB.

Moderator: Moderators

phpBB SEO Breaks the forum

Postby Bogey » Mon Nov 22, 2010 5:21 am

I installed phpBB SEO 0.6.4 using AutoMOD... everything works perfectly (I ran the install as well). It rewrites like it should (although my Apache throws the 404 for the rewritten pages, but that's not the phpBB SEO's fault, I don't think).

The problem though, is when I view the topic, it breaks the page.

Here is what I'm talking about

PHPBBSEO is the only Mod I have installed after AutoMOD, but AutoMOD doesn't do any style changes...
Bogey
 
Posts: 16
Joined: Sat Dec 27, 2008 7:56 pm

Advertisement

Re: phpBB SEO Breaks the forum

Postby Bogey » Mon Nov 22, 2010 6:15 am

Nevermind... I fixed the problem. viewtopic_body.html template file didn't have some lines.

line 138 was
Code: Select all
<a href="{U_VIEW_TOPIC}#p{postrow.POST_ID}">

When it should have being
Code: Select all
<a href="{U_VIEW_TOPIC}#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a>


and line 218 was
Code: Select all
<a href="{U_VIEW_TOPIC}#wrap" class="top" title="{L_BACK_TO_TOP}">

when it should have being
Code: Select all
<a href="{U_VIEW_TOPIC}#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a>


Thanks for this great mod!


Anyone know how to setup and enable mod rewrite on Apache2 running on Linux (Ubuntu 10.10)
Bogey
 
Posts: 16
Joined: Sat Dec 27, 2008 7:56 pm

Re: phpBB SEO Breaks the forum

Postby dcz » Mon Nov 22, 2010 7:17 am

Well, you're supposed to find replace exactly what you're told (eg part of the line in that case).
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: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Re: phpBB SEO Breaks the forum

Postby Bogey » Mon Nov 22, 2010 5:42 pm

Yeah... I used AutoMOD to install the mod so there was an error in the installation I guess.

I got it fixed.
Bogey
 
Posts: 16
Joined: Sat Dec 27, 2008 7:56 pm

Re: phpBB SEO Breaks the forum

Postby resatak » Wed Jan 12, 2011 4:26 pm

i do it but it didnt solved
resatak
 
Posts: 4
Joined: Sat Dec 18, 2010 4:59 am


Return to phpBB mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 21 guests