BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #45436

    wow

    it also works in my buddyx theme.

    thankyou Brajesh so much.

    you are dowing brilliant jobs

  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #45418

    hi i am using buddyx theme.
    please guide better way

    • This reply was modified 1 year, 10 months ago by Abhist.
  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #45413

    hi

    got solution

    
    add_action('template_redirect','hide_activity_form');
    
    function hide_activity_form () {
    
    If( !bp_is_group() ) {?>
    <style>
    .activity-update-form
    {
    
    display: none;
    	  visibility: hidden;
    
    }
    </style>
      <?php
    
     }
    
    }
    ?>
  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #45411

    hi Ravi

    i want to show activity-update-form inside group only.

    that mean want allow to update actitivty to inside group only .

    and hide same form in localhost/activity page
    and
    localhost/members/admin/activity/ etc.

    • This reply was modified 1 year, 10 months ago by Abhist.
  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #45352

    please elaborate- not understand

    above code is place in function.php in theme folder

  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #45335

    THANK YOU SO MUCH.
    Given code is working perfectly .

    but I want to send notification instead of message .

    please guide.

  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #44102

    hi
    thanks ravi for responce

    i want to send message instead of email
    please help

  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #43659

    Thank You So much

  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #43618

    Thankyou so much

  • Participant
    Level: Initiated
    Posts: 14
    Abhist on #43584

    i want to make multi langunage bp_xprofile_data table “like” bp_xprofile_data_hi or bp_xprofile_data_ur