UBB.Dev
about line 303 in your showflat.php & showtraded.php there is a line
// Figure out what we need to display
put this:
code:

if ($Username) {


right before "if (!$myrating) {"

and
close this with:
code:

}


right before
$ratinghtml = "{$ubbt_lang['YOURATED']} $myrating.";
}

This will make the Rating option on showflat & showthreaded disappear if you are not login.
* Do that also for showprofile.php (about line 97)
© UBB.Developers