Hee,
After looking around here it seems like there are a few people that know something about php and such, so I was wondering if anyone happened to know the solution to my problems.
I'm using phpBB 3.0.6..
I've manually installed a SEO MOD, optimized it and debugged it quite a lot. However, there are still two errors that I can't figure out how to solve. The SEO MOD turns links like viewforum.php?f=54 into forum-name-abc-f54.html
1) The "Return to 'forum'" at the bottom of the viewtopic page is not working, the forum name is not included in the link.
2) The Topic title at the top of the viewtopic page is not working, the topic title is not included.
Did some digging, found out the problems lay within the "{U_VIEW_FORUM}" and the "{U_VIEW_TOPIC}". They're not including the Forum Name and Topic title, so the link only gives -f54.html, which results into a 404..
viewtopic.php
viewtopic_body.html
jumpbox.html
I hope someone can crack this mistery for me!
After looking around here it seems like there are a few people that know something about php and such, so I was wondering if anyone happened to know the solution to my problems.
I'm using phpBB 3.0.6..
I've manually installed a SEO MOD, optimized it and debugged it quite a lot. However, there are still two errors that I can't figure out how to solve. The SEO MOD turns links like viewforum.php?f=54 into forum-name-abc-f54.html
1) The "Return to 'forum'" at the bottom of the viewtopic page is not working, the forum name is not included in the link.
2) The Topic title at the top of the viewtopic page is not working, the topic title is not included.
Did some digging, found out the problems lay within the "{U_VIEW_FORUM}" and the "{U_VIEW_TOPIC}". They're not including the Forum Name and Topic title, so the link only gives -f54.html, which results into a 404..
viewtopic.php
viewtopic_body.html
jumpbox.html
I hope someone can crack this mistery for me!







