BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1988

    Worked perfectly as usual, thank-you.

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1970

    Thank you for the quick response, would I be able to do something like this?:

    [activity-stream object=groups user_id=1,2,3,4,5]

    How would I make the activity stream to show group updates and updates from users 1,2,3,4,5?

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1472

    Resolved.

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1471

    There’s one more problem. When you post an update as anonymous it appears on your profile that you posted that update for everyone to see.

    http://s27.postimg.org/jw2mqtq77/examplee.png

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1469

    Thank-you so much, this worked perfectly.

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1441

    If the user is anonymous how would I make it say ‘Anonymous User’ because right now there is a blank space where the user’s name would be.

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1416

    ‘ $xprofile_user = strtok(xprofile_get_field_data(‘name’, $user_id), ” “).’\’s’; ‘

    The $xprofile_user is just getting the ‘name’ field you chose on registration.

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1406

    Since the code didn’t format well in the comment I have made a screenshot.

    http://s3.postimg.org/8astxolhf/newcode.png

  • Participant
    Level: Initiated
    Posts: 9
    Brayden on #1405

    Thank-you for the fast response.

    Here is the entire line of code:

    
    Obfuscated code block removed by- @sbrajesh
    

    Where exactly would I add your code in there? I am fairly new with php so any guided help would be appreciated, thanks.