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: 25400
    Brajesh Singh on in reply to: Mediapress not displaying content previews #16919
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25400

    Hi TomTony,

    The plugin can display any shortcode. The shortcodes can be user specific if needed. It has a way to pass user id for the displayed/logged user if needed to the shortcode.

    The list ticket and showing of the form will work(I had tested it in past) but there will be issues related to redirects(with form).

    The privacy(awesome supports privacy option) won’t work on profile.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: Social Subscribe Box styling issue #16916

    Hi Ben,
    Thank you for posting.

    Please share the image if possible. That will give me an idea of the issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: Mediapress not displaying content previews #16907

    Hi Paul,
    Thank you.

    1. Templates are the general way to layout a page and it’s content. You won’t need to create them for individual gallery. One template file will work for all sitewide gallery(contents are dynamic).

    2. We can put it in the child theme. That way, It will be safe in future theme updates.

    3. I will need access to your theme to create a template file. I was a able to look around the theme/plugin settings but using my account, I don’t have access to theme files yet.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: [Resolved] BP Ajax registration – Ajax Login #16906
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25400

    Thank you. I am glad you found it.

    I should have been a bit more clear on how to access it. I am sure hoping to improve 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400

    hahaha, I will stay here 🙂

    Glad that it is working.

  • Keymaster
    (BuddyDev Team)
    Posts: 25400

    Please do let me know what you find. The above templates does not seem to cause any issue.

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: To/From Values custom field issue #16899

    Hi Carsten,
    Thank you for posting.

    It has most probably to do with the difference between bp_profile_data and xprofile_get_field_data s used.

    Please allow me to use this field today and regenerate the issue. I will post a solution later today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25400
    Brajesh Singh on in reply to: Mediapress not displaying content previews #16898

    Hi Paul,
    Thank you.

    I have looked into the gallery templates and here is what I see.

    We are filtering on the_content to setup content for actual output. It checkes if we are in the main query loop before setting up filters

    Possible reasons:-

    1. There are multiple WP_Query query on that page and the actual view is not using main query.
    2. Or something is modifying the way ‘the_content’ filter is used.

    Possible solution:-

    A simple solution will be to use the page.php and create a template file for the sitewide gallery. That way, It won’t even need the fallback and will work.

    I can create it for you if I can get access to the theme.

    Thank you
    Brajesh