@oicolague
14 years, 10 months ago
I found this code that will list current user.
How would I change it to list all users?
<?php
global $current_user;
get_currentuserinfo();
echo get_avatar( $current_user->ID, 50 );
?>
I love the plugin, Works great for activities.
I would like to embed a youtube video in the group description.
Nothing shows.
How can I do this?