@3ring
11 years, 2 months ago
Just did a deeper search and found this works for now:
Just add show_admin_bar(true); to your functions.php in your theme.
show_admin_bar(true);
11 years, 7 months ago
@shanebpdev – it worked! I used:
<a href="<?php bp_activity_user_link(); ?>" class="nicename"> @<?php global $activities_template; echo $activities_template->activity->user_nicename; ?> </a>
Thanks so much for your prompt help!!
@shanebpdev – Should I be declaring a global variable somewhere first?
Thanks @shanebpdev but neither of those worked?? Have you tried it?