Forums
-
- Forum
- Posts
-
- Installation
- 27,752
- Troubleshooting
- 60,827
- Themes
- 10,195
- Plugins
- 15,006
- Requests & Feedback
- 14,660
- Showcase
- 3,238
-
YAY!!! I figured it out!
<?php global $user_identity;
get_currentuserinfo();
if ($user_identity == ”) {
echo(‘Welcome Guest’);
} else {
echo(‘<img src=”/forum/avatars/’ . strtolower($user_identity) . ‘.jpg” alt=”avatar” />’);
}
?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS