Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Wall Photo Gallery #5038

    Thank you Mike. I am marking it as resolved.

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Simon,
    The upload time is same as the attachment’s cration date. You can add the following code in the above php file. It will take the timefromat from your WordPresssettings and output the date/time.

    
    
    echo mpp_get_media_date_created( $media );
    
    

    Here is what it does

    
    
    return date_i18n( get_option( 'date_format' ), $media->date_created )
    
    

    If you want to take care of the time format(independent of what you have in settings). You can work with

    $media->date_created

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Tiziano,
    Thank you for posting.

    Making the button visible is not an issue, you can filter on ‘bp_get_send_message_button_args’ and set ‘must_be_logged_in’ to false and the button will be visible.

    The problem is link will be empty. In order to handle it, you will need to create some sort of route and pass that to the ‘link_href’ in the same filter function.

    Hope that helps you.

    PS: yes, it is possible.

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Move BuddyPress Tab #5035

    Hi Dandy,
    I am sorry for the delays. I have notified Ravi and he will be getting back to you today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Blog > New Post #5034

    Hi,
    Isn’t there an “Add” link in the main menu? Are you using BuddyBlog?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Customise the Xprofile Group field in buddypress #5033

    The layout you are looking for is masonry grid layout. Please search for that and hopefully you can have it then.

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Customise the Xprofile Group field in buddypress #5029

    Hi Arvind,
    You can achieve that by using some css floats. Please point me to your profile page and I will be able to help you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Mediapress default privacy #5013

    Hi Bjoern,
    I am sorry for the inconvenience. If that is happening, It will be a bug.

    I will be testing and reporting back. currently we don’t have any global settings page for Users in MediaPress. The pages are specific to galleries/media. In future, if we go though a general settings route, I will be more than appy to add it. Adding UI is concern.

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Carl,
    Let us not close it. I am believing that it might be a conflict with the UX plugin. Will do a test and then will get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Good to know that.

    Thank you for marking as resolved.