Mutual Friends Online status Display
-
Good day people…
I have an idea and I’m really having a hard time implementing it….
what i would like to do; is to display the online status of mutual friends or buddies in
a members loop…Have tried so many code but i only end up getting the “online” for all users….
Pls help a brother out…
THank you
function mutual_login_user() { if ( bp_loggedin_user_id() ) { ?> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#mutualfix .kleo-online-status").css("background-color", "yellow"); }); </script> <?php } } add_action ( 'bp_member_online_status', 'mutual_login_user' );
Viewing 16 replies - 1 through 16 (of 16 total)
Viewing 16 replies - 1 through 16 (of 16 total)
- You must be logged in to reply to this topic.