@westi
thx for the code…
@ray56
for adding register link, just add this code inside if()
$wp_admin_bar->add_menu( array( 'title' => __( 'Register' ), 'href' => __( 'http://example.com/wp-signup.php/' ) ) );
if you want to use member-list plugin in multisite wordpress.
you can modify tern_wp_members.php
line 874 become ->
$s .= ‘ID,’siteurl’).'”>’.”\n “.get_avatar($u->ID,60).”\n “.’‘.”\n “;
line 878 become ->
$s .= “\n “.str_replace(‘%author_url%’,get_blog_option($u->ID,’siteurl’),str_replace(‘%value%’,$u->$v[‘name’],$v[‘markup’]));