Nevermind... I fixed the problem. viewtopic_body.html template file didn't have some lines. line 138 was <a href="{U_VIEW_TOPIC}#p{postrow.POST_ID}"> When it should have being <a href="{U_VIEW_TOPIC}#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a> and line 218 was <a href="{U...
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 th...
Oh sorry, I fixed the problem. I stopped editing after I finished with the last edit we had to do to prosilver... You should move the last two PHP edits before any template edits... Got me confused.
i think u shoud active virtual root :wink: And how would that put the sub-forums and forum together? I don't need virtual root ... I don't want phpbb3/forum-title/topic-title.html , I want forum-title/sub-forum-title/topic-title.html I have a category called 'General Category', in that category I h...
I have a little suggestion that I would like to see implemented into phpBB SEO Mod Rewrite... I like the virtual folders for topics... where it is the forum-title/topic-title.html ... what I would like to see is a virtual folder for sub-forums... something like forum-name/sub-forum-name/topic-title....
@Bogey The same reply may apply, make sure that you installed the mod properly, and that you did empty the topic_url field using sync_url.php before you resync them and after you switched to advanced mode in acp. ++ I did install it properly... I went through every single step carefully. I'll reche...
I have the same problem... I have it on Advanced, SQL Rewriting is set to on, and I synchronized all the topics... and when I edit the URL in a post, it doesn't change anything... stays topicxx.html But that is not what I want... it would be a pain in the butt if I do that for all the topics (which ...
Also, another problem was just descovered. I have the virtual folders (When you view topics, the forum is shown like a folder), and when I want to go to the administration control panel, it tries to find the adm/ folder in that virtual folder... I'm lost... help would be greatly appreciated here. Th...
lol you hijacked my thread! My CSS still fails to open. Help would be greatly appreciated. I checked the source for both of the files, the forum home page (Where the CSS opens) and the forum/topic/member pages (Where CSS doesn't open) and they are linked the same. Is it because of the virtual folder...
By the way, my .htaccess looks like... # Lines That should already be in your .htacess <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files> # You may need to un-comment the following line Options +FollowSymlinks...