BuddyDev

Search

Replies

  • Participant
    Level: Guru
    Posts: 885

    The external link is normal links added as text to external websites. If this can be applied across the whole website would be awesome not just activity page only.

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: DISABLE HEARTBEAT API #28315

    Thank you very much brajesh I would also like to ask if your plugin https://wordpress.org/plugins/bp-live-notification/ would still work with the above code if not is there a way to bypass it.

    Thanks

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: DISABLE HEARTBEAT API #28302

    How can I apply this code below but exclude the buddypress activity page

     add_action( 'init', 'stop_heartbeat', 1 );
    function stop_heartbeat() {
    wp_deregister_script('heartbeat');
    } 

    thanks

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddypress moderation suggestion #28263

    Any update on this sir

  • Participant
    Level: Guru
    Posts: 885

    Any reply sir thanks

  • Participant
    Level: Guru
    Posts: 885

    Any feedback sir thanks

  • Participant
    Level: Guru
    Posts: 885

    Thank you for your reply, the reason why I need this is that I have a plugin for posting ads on the frontend and in order to solve the problem of trust and identity with posted ads.
    I need only users who are interested in posting ads to upload their profile photo. I don’t want the code to affect users who are not interested in posting ads, so the code should execute only on a specific page.

    1. Page ID 46589 contains the advert posting form

    2. When users with empty profile photo goes to the page with ID 46589 they will all be redirected automatically to another page with ID 77465 where they will upload their profile photo.

    3. page with ID 77465 contains a custom plugin for uploading profile photos.

    4. other users who are not interested in posting ads should not be affected by the code, so the code should only execute on the Page ID 46589.

    Thanks

  • Participant
    Level: Guru
    Posts: 885

    Thank you very much

    But I don’t want the code to be executed globally throughout the site.

    The code should only be executed when users visit the page with ID 46589

    The code should only execute on this page 46589

    Thanks

  • Participant
    Level: Guru
    Posts: 885

    I am using buddypress profile completion plugin

    It would also be awesome if the code can support multiple page Ids

    Thanks

    • This reply was modified 4 years, 3 months ago by Tosin.
  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Woocommerce price variation by member type #27045

    Ohhhh awesome thanks, now I just just beginning to see the full capabilities of the member types pro plugin.

    But I would like to confirm if a user can have multiple roles because I want all my users to have the default role of (contributor) so if a user has the role (contributor) can I assign a new custom role to this same user enabling the user to have two roles.

    Thanks a lot Brajesh