global $current_user;
sp_ShowForumRankTag($current_user->ID); ?>
gives me this
global $current_user; sp_ShowForumRankTag($current_user->ID); ?>
sorry
global $current_user;
sp_ShowForumRankTag($current_user->ID); ?>
gives me this
global $current_user; sp_ShowForumRankTag($current_user->ID); ?>
sorry
lets try without posting by email
<?php global $current_user; sp_ShowForumRankTag($current_user->ID); ?>
and as I said, your widgets MUST support php… the default wp widget does not…
Its definitely possible… if you have a badge assigned to that rank, it will, by default, output the rank title and the badge for the specified user…