-
Author
-
April 6, 2016 at 14:00 #114813TuittioParticipant
I have re-styled the members directory. I have also used the plugin BP-WP Profile reviews.
When I call (members-loop.php):
<div class=”action”>
l<?php do_action( ‘bp_directory_members_actions’ ); ?>
I get both the “send private message button” and the “BP-WP profile reviews” appearing in the same div.
I can’t work out how to call them individually so that I can place them in separate divs in different locations on the members directory.
April 8, 2016 at 15:22 #115262LauraModeratorHello, this is a custom request and not an actual theme issue, please contact a developer that can help you with your request 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 8, 2016 at 15:26 #115264TuittioParticipantHi Laura,
No problem. In that case can you tell me which file I will find the function associated with the “send private message button”?
When I call: <?php do_action( ‘bp_directory_members_actions’ ); ?>
I want to assign its function.
For example: <?php do_action( ‘bp_directory_members_actions, ‘send_private_message_button’, );
Thanks
April 11, 2016 at 14:24 #115614LauraModeratorHello, those are buddypress functions, try at:
/buddypress/buddypress-functions.php
/buddypress/members/singlemember-header.phpHope it helps 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.