Re: Future Request
Posted: Thu Mar 30, 2017 5:23 am
Nice! I just threw that new line in mine! Edited it to this if anyone interested,
Now links avatar to user's forum subscriptions, or anything you want to make it. The end number, '70' is to adjust size of avatar img. Also NOTE: that the alt="" even though blank, must be there to be HTML5 compliant.
Code: Select all
echo '<li class="alignleft"><a href="'.$w3all_url_to_cms.'/ucp.php?i=ucp_main&mode=subscribed" title="Visit my subscriptions" alt="">' . get_avatar(get_current_user_id(), 70) . '</a></li>';