Jump to content
Sign in to follow this  
wachtler

Adding to Buddypress Members Page

Recommended Posts

cmunns

well it depends on where you want the links added on that page

Share this post


Link to post
Share on other sites
wachtler

Above the member search bar and below the page title "Members Directory".

Share this post


Link to post
Share on other sites
wachtler

... or below the "all members (189)" link

Share this post


Link to post
Share on other sites
cmunns

Try adding this to your -Base functions.php file ` add_action('bp_before_directory_members_content','my_list'); function my_list(){ echo 'test'; } ` What happens?

Share this post


Link to post
Share on other sites
wachtler

Thanks! This works great, although only works on the platformpro functions.php file, not the base functions.php file.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×