Upload files into buddypress profiles [closed]
I found this great plugin called “Uploadify Integration” by Mike Allen that did the trick.
I found this great plugin called “Uploadify Integration” by Mike Allen that did the trick.
cubepoints/buddypress show new rank on activity? [closed]
List User Comments on User Profile BuddyPress [closed]
BuddyPress | How to merge the “setting” & “profile” pages into one page? [closed]
Is i commented previously im having the same error. I dont know what it causing it but i found a workaround for it. Im using a modified version (by me) of the plugin buddypress-groups-tags which allows me to create categories for groups. That plugin uses bp_core_new_subnav_item to be able to use slugs like : http://local.dev/groups/category/teachers/ … Read more
I think you need to check if the displayed user has that role, try replacing $user->ID with bp_displayed_user_id(): function my_setup_nav() { if ( user_can( bp_displayed_user_id(), ‘store_owner’ ) ) { // … rest of your code } }
First, a note on how the filter functions work. If a developer has something that they want to filter/let others filter, then they apply any filters they/others have to it by calling apply_filters(). If you have a certain function that you want to filter something with, you add your function to that filter hook with … Read more
Can I create multiple instances of the BuddyPress Activity Stream with separate themes? [closed]
Personally I would do this after fetching the user id: echo ‘<pre>’; var_dump($user_id); echo ‘</pre>’; To check it is getting the $user_id as expected. (int) This should be a comment, but I am lacking reputation.
Hide Login information in Account settings in Buddy Boss