
No solution in hand as of now. And not being able to debug why the "header" is not comming.
if (count($errors) > 0) {
include XOOPS_ROOT_PATH.'/header.php';
echo '';
foreach ($errors as $er) {
echo ''.$er.'
';
}
echo '
';
$op = 'editprofile';
} else {
Real Name is missing
if (empty($name) ) {
$errors[]=_US_EMPTYREALNAME;
}
if (empty($bio) ) {
$errors[]=_US_EMPTYEXTRAINFO;
}
m0nty wrote:
here's some info on mouseovers including tutorials etc.. you should be able to do what u want from reading these..
http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&q=onmouseover