Support Forum

Shortcodes

18 Answers

New Answer

DE Dre Erwin
Dre Erwin
Member

global $current_user;
sp_ShowForumRankTag($current_user->ID); ?>

 

gives me this

 

global $current_user; sp_ShowForumRankTag($current_user->ID); ?>

 

sorry

MP Mr Papa
Mr Papa
Member

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…

DE Dre Erwin
Dre Erwin
Member

i was wanting the picture but i dont think its possible..thanks anyways

MP Mr Papa
Mr Papa
Member

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…