PEAK XOOPS - have changed forum module in englishin japanese

Archive | RSS |
Site News
Site News : have changed forum module
Poster : GIJOE on 2006-11-09 17:44:06 (14007 reads)

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 ;
?>

Printer friendly page Send this story to a friend

Comments list

slyss79  Posted on 2006/11/9 23:13
ok but i can't start new topic....
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!