i need to show user rank below his pic in discussion view, which file i need to edit guide me
and i hope this code to get rank is correct
and i hope this code to get rank is correct
$profileid=current discussion/reply user
$user= DiscussHelper::getTable('Profile');
$user->load($profileid);
echo DiscussHelper::getUserRanks( $userx->id );