BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 5
    Fabian on #50774

    Hi, thanks for your reply 😉
    I really appreciate it.
    It is fine, if the UI does not have this setting option as long as there is a workaround like with the code snippet you mention.

    But if I buy the plugin will you help me with the code snippet or will I have to pay extra for it?

    Also, I am sorry I forgot to ask this in my first message: Will there be a time counter somewhere so that a user can see how long they need to wait?

    Thanks again Brajesh 😉

  • Participant
    Level: Initiated
    Posts: 5
    Fabian on #45560

    Hello Brajesh,
    thank you for your reply 🙂
    Its fine, take your time and if you dont find any solution – dont worry.
    I know its not your plugin so I was just putting my hopes into you 😉

  • Participant
    Level: Initiated
    Posts: 5
    Fabian on #45522

    Good afternoon Brajesh 🙂

    Yes you are right, I use BP Search plugin – this search form has fields that I cannot set the visibility for in the backend (unfortunately).
    So I asked in other forums but nothing worked.
    This is how far I came:

    function hide_field_19_wrap ($F) {
        
    	global $current_user;
    	if ( current_user_can( $current_user, "subscriber" ) ) 
            
    		unset ($fields['19']);
     		return $fields;
    }
    
    add_filter ('bps_before_search_form_filter' , 'hide_field_19_wrap', 10, 1);

    I know that this is not your plugin which is why I am aware that you dont have any obligation to help but I heard you are a very good coder and I was hoping you might have an idea.
    In this code I try to make field #19 disappear for subscribers.

    Anyway, I really appreciate your help Brajesh
    Stay safe:)

  • Participant
    Level: Initiated
    Posts: 5
    Fabian on #44356

    Hi, I am a bit late to the game but better late than never 🙂
    Im trying to make a social community platform for creators and would like them to be able to receive donations/tips like for example “buy me a coffee”does.
    Is this possible on a buddypress website?
    I know its easy to set up a donatipn (PayPal or Stripe) for a single person but is it also possible for several members?
    Thank you so much 🙂

  • Participant
    Level: Initiated
    Posts: 5
    Fabian on #44353

    Hey, I was looking for a similar way to help out members on a multi-member Buddypress website.
    is there a plugin that allows tips/donation to members similar to buy me coffee?
    I am not a developer, just a noob so if there is a plugin that would help me greatly. I dont mind paying for it.