Forum Replies Created
-
Thanks for reply, You can find the site here http://xltrax.com/bp/
http://xltrax.com/bp/members/xltraxc/
Thanks once again
@sunabuddy, @mercime May I know, Does the optimized buddypress theme working well If so Can I have the files.
Thanks
@rogercoathup , It won’t works
you need to look here
well, worked , Thanks @rogercoathup
Thanks @roger , All know that without having the group_id , no one canot perform the ‘groups_join_group’ , But I need this group_id as follows,
function get_group()
{
return group_id();
}
add_action(‘groups_join_group’,’get_group’);
I need the get_group() function should return the group_id where it is hooked into ‘groups_join_group’ as add_action.
@Roger you can try more 🙂
Does any one can get this 🙂 thanks
Thanks @Hugo , you are awesome 🙂
@Maruti Mohanty Thanks for the reply, I need to identify the page like this http://mysite.com/members/member-name/activity/following/
where, http://mysite.com/ = site
members = member page slug
member-name = displayed member personal page slug
activity = personal page activity streamSo I need to identify the personal page slug or personal-nav item page , which is in the screen.
I need to identify these pages only,
http://mysite.com/members/member-slug/activity/
http://mysite.com/members/member-slug/groups/
