Replies
- Brajesh Singh on October 8, 2017 at 9:26 am in reply to: [Resolved] BP anonymous activity NOT working. #11029
Hi,
Sorry for my presumption.Please use the following code.
<?php if ( ! bp_is_anonymous_activity( bp_get_activity_id() ) ) : ?> <?php $member_id = bp_get_activity_user_id(); echo '<div class="name">' . bp_core_get_user_displayname( $member_id ) . '</div>'; echo '<div class="nice-name">@' . bp_core_get_username( $member_id ) . '</div>'; ?> <?php endif ;?>I will only display the @ name for the non anonymous activity.
Hope that helps.
PS:- Please do not copy the code from the mail. Copy it from here on forum. The text sent on email is encoded and will cause problem.Regards
Brajesh - Brajesh Singh on October 8, 2017 at 8:26 am in reply to: [Resolved] BP anonymous activity NOT working. #11027
Hi Arik,
Thank you. It’s strange that the other topic is not open for you.
I am going to close that and link to here as that topic is not working for us.Thank you for finding the issue,
You can use the followingif( bp_is_anonymous_activity( $activity_id ) ) { // }for example, you can change your above code section to something like this
<?php if( bp_is_anonymous_activity( bp_get_activity_id() ) ) :?> // what do you want to show here., <?php else :?> Your original code here. <?php endif;?>Hope that helps.
Regards
Brajesh - Brajesh Singh on October 8, 2017 at 7:51 am in reply to: [Resolved] BP anonymous activity NOT working. #11025
Hi Arik,
I am very sorry, I haven’t closed the topic. It seems after my reply you were not able to reply or is there a chance that you were logged off.1. I value you purchasing our plugin and I am here to help. There is no question of closing any topic. I or my team will never do it. If it happened, my sincere apologies. We haven’t done it and I am still seeing the topic open, It is most probably some kind of confusion. Also, It is a public forums so I won’t achieve anything by closing an unanswered post.
Can you please check it one more time and see if it is closed for you or is it some caching
https://buddydev.com/support/forums/topic/bp-anonymous-activity-not-working/My email is brajesh@buddydev.com in case the topic gets closed or anything.
I haven’t heard anyone about the topic getting closed, so If it is some kind of bug on our forum, My apologies in advance.
Please check and let me know.
About the issue- Most probably BuddyBoss wall is filtering on the displayed name and overwriding our name. I will check and update the plugin today.
Thank you
BrajeshPS: Please do check about the topic closing and let me knwo if it is still happening for you?
- Brajesh Singh on October 8, 2017 at 7:15 am in reply to: [Resolved] How to approve photos before be published in user's profile? #11023
Thank you.
Please use the Settings panel to keep the updated translated content for the email. The email contents are taken from settings and translation won’t have effect on it. So, Please use the settings panel for translating the email message subject/content.
Please let me know if that works for you or not?
Thank you
Brajesh - Brajesh Singh on October 8, 2017 at 7:13 am in reply to: [Resolved] BP anonymous activity NOT working. #11022
Hi Arik,
Thank you for purchasing the plugin.Is there any chance that you are using a plugin/code to filter user display names in activity or anything like this?
Also, what happens when you click on the user image in the activity stream, does it take to user page or somewhere else?
PS:- Please make sure you are not logged in as site admin.Thank you
Brajesh - Brajesh Singh on October 7, 2017 at 3:33 am in reply to: [Resolved] How to approve photos before be published in user's profile? #11018
Thank you.
Please upgrade to 1.0.1
https://buddydev.com/plugins/media-moderator-for-mediapress/Please let me know if you still see any issue.
Thank you
Brajesh - Brajesh Singh on October 6, 2017 at 6:59 am in reply to: Default search based on profile fields? #11014
Hi David,
It can be easily accomplished using xprofile_query and generating proper links.I need to know where the links will be visible, how the user will be able to click on it?
- Brajesh Singh on October 6, 2017 at 6:58 am in reply to: [Resolved] How to approve photos before be published in user's profile? #11013
Hi Margrita,
I have tested it multiple time.
Here is a sggestion1. Please delete all the MediaPress Moderator plugin from your site(There may be two as we changed the folder name later)
2. Once you see that there is no MediaPress moderator, Please download the version from your account here.
3. Install and activate it. Then please visit settings and save as needed(Please do save once just to be sure).
That will do it.
If it does not, then some plugin is filtering on posts_where incorrectly. Please post me a list of plugins if possible.
- Brajesh Singh on October 5, 2017 at 6:33 pm in reply to: Membe Type Pro content visibility nested shortcode #11010
Hi Aaron,
Please upgrade to 1.0.8
https://buddydev.com/plugins/buddypress-member-types-pro/It fixes the issue with nested shortcodes.
Thank you
Brajesh - Brajesh Singh on October 5, 2017 at 6:18 pm in reply to: [Resolved] Translation issue for plugin "BP Profile Visibility Manager v1.52" #11008
Thank you 🙂