BuddyDev

Search

Buddy blog pro

  • Participant
    Level: Enlightened
    Posts: 46
    Eric Hinz on #51848
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24250
    Brajesh Singh on #51849
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 46
    Eric Hinz on #52125

    Hi,
    Do you have news here?
    I am still waiting on it.
    Thanks a lot, kind regards
    Eric

  • Keymaster
    (BuddyDev Team)
    Posts: 24250
    Brajesh Singh on #52141

    Hi Eric,
    Thank you for your patience.
    I am sorry to keep it delaying. It will be available by day end tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24250
    Brajesh Singh on #52149

    Hi Eric,
    Thank you for your patience.

    1. For the notice message, Please remove the content from this page that you added earlier
    https://pastebin.com/fkddq82q

    2. and add this one(It is a replacement for that class)
    https://pastebin.com/sKE0bvh2

    That will add notice above the form.

    There is one limitation though. If a user submits a form, they will still see the generic message.

    2. For the Taxonomy list, Please add this code to your bp-custom.php/functions.php

    https://pastebin.com/MSuKzrEw

    and then put it below

    
    (new BBL_Custom_Tax_Lister('category', 'Categories') )->setup(); // first part is the taxonomy slug, second part is optional label.
    (new BBL_Custom_Tax_Lister('post_tag', 'Tags') )->setup();
    
    

    Hope that helps.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved