6
what ipbm version u using??
in the readme file.. the 1st troubleshooting problem is:
1. Problems and Troubles Shooting:
Problem: See this thing below
Fatal error : Call to undefined function: user_stuff() in H:\Koudanshi\xoopsib\html\modules\ipboard\sources\Profile.php on line 742
Or something like this phrase word "user_stuff()"
>> Solution:
>>> Edit "ipboard/skin/using_skin_id/skin_profile.php"
Find:
Add Below:
Find:
}
?>
Add Above:
function user_stuff($show) {
global $ibforums;
return <<$show
EOF;
}
that's all u need to do..
but in the current 1.4 version there shouldn't really be this problem unless a file got corrupted or it wasn't installed correctly..