Replies
- 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.
Sorry about the delay in replying. Yes, please update the mediapress.
- Brajesh Singh on November 4, 2015 at 12:09 pm in reply to: Future development suggestion – enhance the background image customizers #1389
I agree about your concern. A solution I found for my theme is to use a mask like facebook does for my upcoming theme.
Still, These will be useful and I will explore it in next 2-3 days to see upto what extent we can do it.
Thank you
Brajesh Thank you. Please download and update. Both media and gallery shortcodes are fixed. Also, I added support for document type upload from activity(It was already there, just added the icon).
Please give it a try and let me know how it goes.
Thank you
BrajeshHi,
I am sorry for the trouble.
Just had a look. It is a bug introduced by me that is causing problem on list-gallery shortcode pages. It is applying the class that should not be there. So, Yes, It is a css issue but purely my mistake.I just checked mpp-show-gallery for single gallery and that is working fine. Will check the other shortcode too and will have an update within an hour.
Thank you
Brajesh- Brajesh Singh on November 4, 2015 at 1:17 am in reply to: Blog Categories for groups – feature request – more blogs displayed #1382
Hi George,
I have finally started working on it. The goal is to make it at par with the BuddyBlog. So, we will have the permissions, editing capability( For members/moderators etc), listing of drafts and a few more things.Also, I am dropping the original templates and in future, there will be no need to move any file( It is still not required if using theme compat ). I will be taking a few days to make it fully functions( Have done initial bits today). It is going to be complete rewrite and I hope that will make it much usable than the earlier.
I am still not sure if we should add support for custom taxonomy/post type like BuddyBlog or just keep it simple with categories/posts. If we decide(Based on your feedback), we will need to change the name too. Please do let me know your suggestions.
I will update you in 2 days about the status and hopefully present you a final version by then.
- Brajesh Singh on November 4, 2015 at 1:12 am in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #1381
Hi George,
Thank you. I did stop further development of these plugins as almost same feature is coming as part of BuddyPress 2.4( and their uploading experience is much better ) .If you need a temporary fix for it, I can provide it or if you think we should move in other direction ( As per your other thread about the same). I will be happy with that too.
Please let me know and I will be happy to help.
Thank you
Brajesh