Replies
- Brajesh Singh on April 19, 2017 at 6:43 pm in reply to: [Resolved] Change color of Activity Time Hyperlinks #8655
Hi Dandy,
Thank you. Not a problem. I am glad it is resolved.
Have a great day to you too 🙂 - Brajesh Singh on April 19, 2017 at 6:32 pm in reply to: [Resolved] Featured Members not displaying on Members page #8653
Hi,
I am sorry but I could not understand the problem. can you please explain it to me in more details.You can use the widget/shortcode to list featured members in addition to the directory.
Regards
Brajesh Hi Gregg,
I am sorry but I am not sure what else can cause that issue. These two plugin do affect the loop so I was hoping that they might be the reason.Is there any code in your bp-custom.php or in your theme that is modifying the members loop?
If not, It is a painful process but we need to test by changing theme, and or deactivating plugins one by one. I am sorry for the trouble.
Please check and let me know the issue, if there is anything that can be done in the plugin, I am happy to update it.
- Brajesh Singh on April 18, 2017 at 9:49 pm in reply to: [Resolved] BuddyPress Extended Friendship Request default message #8637
wow, that was fast!
Thank you for testing and confirming 🙂
- Brajesh Singh on April 18, 2017 at 9:48 pm in reply to: [Resolved] BuddyPress Limit Friendship Issue #8636
Hi Richard,
No problem. I am glad I am able to assist you.Please avoid using closing php tag. It helps you avoid some notices in future(Output already send error).
Regards
Brajesh - Brajesh Singh on April 18, 2017 at 9:41 pm in reply to: [Resolved] BuddyPress Extended Friendship Request default message #8633
Hi again,
The update is available now.https://wordpress.org/plugins/buddypress-extended-friendship-request/
Please upgrade to 1.0.9 and then you can put the following code in bp-custom.php
function buddydev_default_extended_friendship_message( $message ) { $message ='Let us get connected!'; return $message; } add_filter( 'bp_ext_friendship_default_message', 'buddydev_default_extended_friendship_message' );We do plan to provide a UI for it in future.
Hope that helps.
Brajesh - Brajesh Singh on April 18, 2017 at 9:38 pm in reply to: [Resolved] BuddyPress Limit Friendship Issue #8632This reply has been marked as private.
- Brajesh Singh on April 18, 2017 at 8:51 pm in reply to: [Resolved] BuddyPress Extended Friendship Request default message #8628
Thank you. I am posting it in an hour today.
Regards
Brajesh Hi Gregg,
Can you please try disabling BuddyPress profile visibility Manager and BuddyPress Mute(one by one) and check if that makes the list work?Also, for outputting html in the list, it is most probably the verified plugin causing it. I am going to test it and will report back.
- Brajesh Singh on April 18, 2017 at 8:49 pm in reply to: [Resolved] BuddyPress Limit Friendship Issue #8626
Hi Richard,
if there is no bp-custom.php, Please create on in the wp-content/plugins directory.Please see this for more details
https://buddydev.com/docs/guides/guides/buddypress-guides/what-is-bp-custom-php/Regards
Brajesh