BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on 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.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    Hi Kristina,
    I am marking it as resolved assuming the above code worked for you. If you need further assistance, please reopen it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    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.

    `

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: BP Chat #1399

    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-chat

    It still needs some more work on online/offline thing though.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: BP Chat #1397

    Hi George, Please let me take a look at the trunk. It was working fine though it does not support chat rooms.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: Gallery shortcode? #1396

    Sorry about the delay in replying. Yes, please update the mediapress.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: Gallery shortcode? #1388

    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
    Brajesh