Forums
-
- Forum
- Posts
-
- Installation
- 28,540
- Troubleshooting
- 62,922
- Themes
- 10,446
- Plugins
- 15,403
- Requests & Feedback
- 15,029
- Showcase
- 3,257
-
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” />’);
}
?>