Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help using $bp->displayed_user->id


takuya
Participant

@takuya

This is the code I’m trying to make it work…

<?php global $bp;

echo $bp->displayed_user->id;

get_cimyFieldValue ($bp->displayed_user->id, 'CURRENT')

?>

It now returns the user ID properly, but it just shows the user ID and not returning the plugin function at all. wondering why the plugin code doesn’t show specific filed data based on the user id given…

Skip to toolbar