Info
- 2 posts
- 2 voices
- Started 2 years ago by jokchari
- Latest reply from Ashfame
Display random (or online) member avatars
-
- Posted 2 years ago #
I currently have the function members online on my BBpress forum but it only gives me member's name with links. I'd like to be able to output the member's avatars, or at least getting some function do display a certain set of random avatars of members with links to their profile.
Is one of these ideas possible with some function or script? Thanks in advance.
-
- Posted 2 years ago #
There is a direct function for your need but I can't recall it at the moment.
How about the following?
<?php $avatar = bb_get_avatar( $user->ID ) ; echo $avatar; ?>I took it from the
profile.php -
You must log in to post.