have changed forum module

Date 2006-11-09 17:44:06 | Category: Site News

in englishin japanese
I've just changed forum module of this site from xhnewbb to d3forum.
I thank you in d3forum debugging for your help

Access for xhnewbb's post will be redirected correctly via modules/xhnewbb/viewtopic.php.

<?php
$post_id = intval( @$_GET['post_id'] ) ;
$topic_id = intval( @$_GET['topic_id'] ) ;
header( "HTTP/1.0 301 Moved Permanently" ) ;
if( $post_id ) {
        header( "Location: (XOOPS_URL)/modules/d3forum/index.php?post_id=".$post_id ) ;
} else {
        header( "Location: (XOOPS_URL)/modules/d3forum/index.php?topic_id=".$topic_id ) ;
}
exit ;
?>





You can read more news at PEAK XOOPS.
http://xoops.peak.ne.jp

The URL for this story is:
http://xoops.peak.ne.jp/md/news/index.php?page=article&storyid=393