27
Hi, i have XOOPS 2.3.3 i put this hack, and is not working!!!
Hack to make the yogurt userpage as the main userpage of your site:
Open userinfo.php in the root of your site, search at the very beggining of the file for
$uid = intval($_GET['uid']);
if ($uid <= 0) {
redirect_header('index.php', 3, _US_SELECTNG);
exit();
}
Add after this the following lines:
header("Location:".XOOPS_URL."/modules/yogurt/index.php?uid=".$uid);
exit();
Can someone help me??? I need to put the yogurt instand of the normal profile of Xoops!