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: 25468
    Brajesh Singh on in reply to: How to add categories to Mediapress? #7129

    Hi,
    I will suggest waiting for the official update.

    You should be able to create categories from dashboard. Users should be able to assign those categories to their gallery. The on thing it needs is updated version of MediaPress. We will have an official release mid next week.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi Dandy,
    Thank you for the post.

    To be honest, it will be easy to display the things using various templates( you may look inside the buddypress folder in your theme for the templates) but allowing custom actions(like sending messages, deleting things etc) from a non profile page will need some work. The actions are mostly tied to urls and users will be redirected to the respective(profile url) on submitting message etc. Is that fine for you? If yes, then all you need is copy the template files from your parent-theme/buddypress/single directory.

    A middle ground will be to modify the members template(home.php) and hide header on non landing pages.

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi,
    I am sorry for the delay. I am putting up an update today. It got delayed yesterday as we had to prioritize for one of our premium plugins.

    I will be able to assist you better once we have the update available today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi Bill,
    Is the dropdown a multi select option? If it is not too much, Can you please put a screenshot and show me the issue?

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Automatic Theme Upgrades available now #7124

    Thank you. I appreciate your patience with us.

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi Bertrand,

    Please upgrade to 1.3.0. It fixes the issue. Also, if you deactivate and reactivate the plugin, It will even make old users visible too.

    Hope that helps.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi,
    Thank you.
    I just noticed that yes, it is happening. Please give me 2 -3 hours and I will push an update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Mobile View #7120

    Thank you Graham.
    It is a valuable link.

    We already have 3 image sizes and we may utilize that. I was also looking at solution using srcset since WordPress supports it for other post images.

    I am going to experiment a little and will report back today with the update.

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Thank you!

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi Brian,
    Thank you.
    It is possible to do so using ‘swa_get_activity_filter_links’ filter.

    But I am not sure if it will serve any purpose. The include/exclude are based on the “Component” whose activity have been saved in the database. It then uses that component to filter the activity.

    In your case, if the category is not saved as activity component, even adding to this filter list will not serve any purpose. You may benefit from custom Activity Query though.