BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    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: 25206

    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: 25206
    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: 25206
    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: 25206
    Brajesh Singh on in reply to: Gallery shortcode? #1396

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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    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: 25206
    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

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

    Hi,
    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    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.

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    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