hi there, thank you for this great SEO MOD
i have a problem, i have a homepage (
http://www.hi-rpm.com/index.php) that show my latest topic. I made this "latest topic" mod by my self,
the problem is, the URL generated by this MOD is the old URL before SEO i.e:-http://www.hi-rpm.com/forum/viewtopic.php?f=xx&t=yy&
i want this MOD to generate the same URL that PHPBB SEO does.
for example:
URL in the homepage:
-http://www.hi-rpm.com/forum/viewtopic.php?f=12&t=43&
and i want the URL in "latest topics" mod becomes
-http://www.hi-rpm.com/forum/welcome-n-salam-kenal-t43.html
And this is script mod:
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './phpbb_root_path/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx); ...