BuddyDev

Search

[Resolved] Anonymous posting in youzify/buddypress

  • Participant
    Level: Initiated
    Posts: 9
    Vasudev Bajpai on #42737

    Hi,

    I wanted to allow anonymous posting and I got the anonymous activity plugin. But it is allowing anonymous posting only from the profile posting form and not the activity feed that I have. Is there a way to do it?

    Thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #42743

    Hello Vasudev,

    Welcome to the BuddyDev Forums and Sorry for the inconvenience.

    I have tested the BP Anonymous Activity plugin with the Youzify WordPress version on my local server and it is working fine for me. Please check the following screenshot:

    https://www.awesomescreenshot.com/image/20618779?key=15412599ee10b639e0d7abfcdf3c81ea

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 9
    Vasudev Bajpai on #42869

    Hello Ravi,

    Thank you for looking into it. The posting from the profile is as it should be, i.e. with the anonymous option. But I have a custom page where I have used the shortcode to show Youzify activity. It will add a lot of value if I would have the option of anonymous posting over there also. Is it possible?

    The concerned link is http://www.indikaari.in/slate. Please note that I will be migrating my domain to a different one in a couple of days so if the link does not work, use http://www.soulipi.club/slate.

    Thank you

    Vasudev

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #42888

    Hello Vasudev,

    Thank you for the details. Please share the shortcode you are using for posting activity so that I can check and look for the issue.

    Regards
    Ravi

    • This reply was modified 2 years, 2 months ago by Ravi.
  • Participant
    Level: Initiated
    Posts: 9
    Vasudev Bajpai on #42902

    Hey Ravi,

    Finally, I figured it out.

  • Participant
    Level: Initiated
    Posts: 9
    Vasudev Bajpai on #42918

    But when the user is posting anonymously, the user’s photo is not visible(as it should be) but the user’s name is clearly there. The photo link: https://ibb.co/WFHJHFq

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #42933

    Hello Vasudev,

    Thank you for the acknowledgment. It seems an issue with the shortcode you are using for posting activity. If it is provided by Youzify, Please contact them regarding this issue they are in a better position to assists you with this issue.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 9
    Vasudev Bajpai on #42935

    Hi Ravi,

    I think you missed the point. Perhaps I was not articulate. I’ll repeat again in the correct order –

    I was using a shortcode and the option of anonymous posting was not there. But I started using their normal standard page(without shortcode) and the option to post anonymously is there now.

    But the problem is that when I post anonymously, only my image is hidden(the black head of a person comes). My username is still revealed. Please see this – https://ibb.co/MfNpn5w

    I hope the problem is clear. I also deactivated other plugins on the site for this issue but I could not find anything. It will be great if you looked into it. The site is http://www.soulipi.club

    Thank you

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #42937

    Hello Vasudev,

    Thank you for clarifying. Please try the following code:

    
    add_filter( 'bp_get_activity_action', function ( $action, $activity ) {
    	return $activity->action;
    }, 99, 2 );
    
    

    Please let me know if it helps or not.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 9
    Vasudev Bajpai on #42939

    Hi,

    I am a bit amateur, can you tell me if this goes to bp-custom, functions or someplace else?

The topic ‘ [Resolved] Anonymous posting in youzify/buddypress’ is closed to new replies.

This topic is: resolved