What i did was put the following in member.php:
PHP Code:
// Description here
if ($action=="NAME") {
$templatesused = 'templatename';
include("./global.php");
eval("dooutput(\"".gettemplate("templatename")."\");");
}
then , in your forum, just link to member.php?action=NAME and it works. Don't forget to create a template for the templatename tho, with full content (whole page)