BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25125

    Hi Duane,
    I am sorry for the delayed reply.

    The profile fields will appear on front end profile and it is correct. For backend, the “Extended” tab should show the same details. If it not showing, Please check for the errors.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25125
    Brajesh Singh on in reply to: Buddyblog assign taxonomy on update #55418

    Hi Tosin,
    Thank you for the details.

    I understand your need for classifying the posts as Sponsored Posts when it is a paid post. The problem with your current approach is you need a hidden category which should remain selected on purchased posts. When the post is updated, BuddyBlog checks which terms were selected, since your term is hidden in BuddyBlog Pro, It is marked as not selected.

    You may want to hook to bblpro_post_submitted and bblpro_post_updated and apply the term by checking if the post is paid.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25125
    Brajesh Singh on in reply to: [Resolved] mediapress in gallery slug #55417

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25125
    Brajesh Singh on in reply to: Buddypres Xprofile Custom Fields #55416

    Hi Marc,
    Welcome to BuddyDev support forums.

    You may want to copy the code for the country field and create your custom field types.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25125
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25125
    Brajesh Singh on in reply to: Mediapress sitewide gallery #55413

    Hi Earl,
    I am sorry, I had a unplanned week and was distracted.

    I will update the plugin by this Monday.

    Temporarily you can disable BuddyPress Gallery directory and that should make sitewide archive page work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25125

    Hi George,
    I am sorry, I had a unplanned week and could not spend much time on support. I will be available from now on.

    Thank you for investigating. I assume it is Media moderation addon? I will look into it this week(we have one more issue to resolve with MediaPress, I will put them together).

    Please expect a solution by Monday or a better workflow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25125

    Hi George,
    Welcome back.

    Can you please check the status of the media in the gallery and confirm that they are all public?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25125
    Brajesh Singh on in reply to: Gallery cover photo not displaying #55393

    Hi Michael,
    Thank you for the reply.

    The gallery cover is not used like that(currently). We use gallery cover when you list all galleries. It shows the thumbnail there.

    You may use the gallery cover this way if you want. The cover can be accessed via the following code.

    
    $cover_src = mpp_get_gallery_cover_src( 'large', mpp_get_current_gallery_id());
    
    

    You can use this image as you please.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25125

    Hi Claire,
    I am sorry for the delayed reply.

    I have looked in the site and the tabs you have created(just the list).

    Can you please link me to the tab and the front end page where it should be used for listing forums/topics etc.

    Regards
    Brajesh