It is currently Fri May 25, 2012 7:44 pm

News News of phpBB2 Advanced mod Rewrite

Site map of phpBB2 Advanced mod Rewrite » Forum : phpBB2 Advanced mod Rewrite

phpBB2 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting categories, forums and topic titles in their URLs.

Advanced mod Rewrite and phpbb3

Hello,

Is version 0.2 of Advanced mod Rewrite compatible with phpbb3?

Or will there be a version that is compatible with phpbb3?

When will phpbb3 be supported?

if there is a alpha/beta version, i would be happy to try it and i will give feedback. This is because i am working on a whole new forum portal based on phpbb3, mkportal and i hope the Advanced mod Rewrite.

Greets Emiel
From the netherlands ;)
Read more : Advanced mod Rewrite and phpbb3 | Views : 1338 | Replies : 12


mod rewrite 0.0.2

Hello, i am using this old version and i have noticed a problem now :(

on viewtopic i cant view next or previous topic, because of the strange link that is there for this function :( it looks like this..
******.com/topic_title-vt9054.html?view=next
******.com/topic_title-vt9054.html?view=previous
does anyone know how to fix this error?
Read more : mod rewrite 0.0.2 | Views : 1509 | Replies : 19


newposts not working

Hi, im new to phpbb-seo but it works great till i found this glitch

my problem is that "search.php?search_id=newposts" shows the last posts

-http://sub.url.com/topic-titel-t1234.html&view=newest

the &view=newest scrolls to the last unread post

but it dont works , if i click on the link i get an 404 :/

any suggestions ? :)
Read more : newposts not working | Views : 891 | Replies : 8


mark all forums as read problem

Hi, on my forum http://www.strelectvi.cz/forum/ I have problem with Mark all forums as read link - it's bad rewritten (but sometimes good), it is rewritten as:

http://:/?mark=forums

can somebody help me?

thanx
Read more : mark all forums as read problem | Views : 811 | Replies : 8


Rewrite post.html to topicname.html

Hi Dcz,

Please help me to change post.html#x to topicname.html#x
I've try the code below but it's changed to viewtopic.php?=#x
Code: Select all
$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?"  . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';

to
Code: Select all
$last_post .= '<a href="' . append_sid($phpbb_root_path . 'viewtopic.'.$phpEx.'?' . POST_TOPIC_URL . '=' . $forum_id) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';


The other two on viewtopic and viewforum ...
Read more : Rewrite post.html to topicname.html | Views : 1276 | Replies : 2


 

Login  •  Register


Statistics

Total posts 41127 • Total topics 8563 • Total members 15417