Replies
Hi Joshua,
Welcome to the BuddyDev forums 🙂Thank you for sharing the code, I am sure may community members will find it useful.
I highly appreciate sharing the knowledge 🙂Thank you
BrajeshHi,
I mean from front end. As a site admin, you should be able to manage any group.Hi,
Please visit the specific group and From Manage->Blog enable the categories you want the users to have.If that does not serve your purpose, I can provide php code to limit it.
- Brajesh Singh on November 6, 2015 at 8:32 am in reply to: [Resolved] Buddypress Anonymous Plugin Quick Question #1410
Hi Bryden,
Sorry about the trouble.
Can you please tell me what is this $xprofile_user?PS: to post the code please use backticks(`)
Thank you
Brajesh - Brajesh Singh on November 6, 2015 at 8:16 am in reply to: Testimonials visible for Friends only #1408
Thank you Hans.
Please do make sure to favorite the topic to keep a track in future. I have already added it to my favorite so that I don’t miss it in future. - Brajesh Singh on November 6, 2015 at 1:28 am in reply to: [Resolved] Blog Categories for Groups – Automatic category #1404
Hi Kristina,
I am marking it as resolved assuming the above code worked for you. If you need further assistance, please reopen it. - Brajesh Singh on November 6, 2015 at 1:26 am in reply to: Testimonials visible for Friends only #1403
Hi Hans,
I will certainly work on this feature in future but can not do so before the second week of December.Thank you
Brajesh - Brajesh Singh on November 6, 2015 at 1:25 am in reply to: [Resolved] Buddypress Anonymous Plugin Quick Question #1402
Hi Bryden,
Thank you for asking. Since we are only filtering based on activity, it is not filtering your bare user links.the simple solution is to use a condition like this
$activity_id = bp_get_activity_id(); if( !bp_is_anonymous_activity( $activity_id ) ) { echo "View <span> {$xprofile_user} Profile"; }
Since I have seen incomplete code, that view and span may not be necessary inside the condition. Please update it as it suits.
Hope that helps.
`
Hi George,
In that case BP Chat is not suited as it does not support the UI for chat rooms.
I have pushed a fix on github for general issues.
https://github.com/sbrajesh/bp-chatIt still needs some more work on online/offline thing though.
Hi George, Please let me take a look at the trunk. It was working fine though it does not support chat rooms.