[Plugin: Bainternet User Ranks] Tried PHP code in PHP widget and in theme – no dice…
-
i’ve installed and activated this plugin, and have tried putting the recommended code:
<?php $baur_plugin = new baur_Plugin(); $user_rank = $baur_plugin->ba_get_user_points($user_id,true); echo "title: ". $user_rank['title'] . "<br />Points: " . $user_rank['points'];?>
in a PHP code widget in my sidebar, and also directly in my theme. Neither actually shows stats for posts or the title.
What else needs to be done to get this to work?
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘[Plugin: Bainternet User Ranks] Tried PHP code in PHP widget and in theme – no dice…’ is closed to new replies.