<?php
// grab the username from your members system and store it as a new variable
// change to match the correct session variable
$commentsusername = $_SESSION['member_system_username'];
// the news system checks if you're logged in, if you are it then grabs you're
// username which is stored in $_SESSION['name']
// we set that manually here so that it matches the username of your member system
$_SESSION['name'] = $commentsusername;
include 'news/index.php';
?>
$tmpname = $langmsg['news'][47];
#$tmpname = $langmsg['news'][47];