Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Jamel Sleep Apnea

    Jamel Sleep Apnea's profile was updated 7 years, 6 months ago

    Jamel Sleep Apnea

    @treatsnoring6

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 6 months ago

    Glad to know that it worked for you 🙂

    Thanks

  • Profile picture of Vanni Hammo

    Vanni Hammo's profile was updated 7 years, 6 months ago

    Vanni Hammo

    @jerallambert2

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 6 months ago

    add_filter( 'get_footer', 'ps_fill_user_name' );
    function ps_fill_user_name(){
    if (bp_is_messages_compose_screen()) {
    ?>
    <script type="text/javascript">
    jQuery(document).ready(function(){
    jQuery('#send-to-input').val('@test');
    jQuery('#send-to-input').attr('readonly','readonly');
    });
    </script>
    <?php
    }
    if…
    [Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Improve Comments in Activity Stream in the forum Requests & Feedback 7 years, 6 months ago

    Hi,

    Please check this plugin https://wbcomdesigns.com/downloads/buddypress-activity-bump/

    Thanks

  • Profile picture of Vanni Hammo

    Vanni Hammo's profile was updated 7 years, 6 months ago

    Vanni Hammo

    @vannihammo2

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic who clicked on my link in the forum Miscellaneous 7 years, 6 months ago

    Hi,

    That will require custom coding. You can check these https://wordpress.org/plugins/tags/click-tracking/

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to add ClassName to am avatar in the forum Installing BuddyPress 7 years, 6 months ago

    Thanks 🙂

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to remove "replies" in the forum Installing BuddyPress 7 years, 6 months ago

    I like your new profile photo:)

    Thanks ????

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Online members status in the forum How-to & Troubleshooting 7 years, 6 months ago

    Yes, that’s the only problem but you can test if it is working for you.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to display the FollowingUser's activity in the forum Installing BuddyPress 7 years, 6 months ago

    Hi,

    Please try with legacy template pack. Maybe it is not working with nouveau template pack.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Which is "BuddyPress" that is compatible with "BuddyPress Follow"? in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please try with the legacy template pack and in terms of version if it is not compatible with the latest version then please request in plugin’s support forum to make it compatible. Try any version of BuddyPress less than 3.0 to check the compatibility.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Translation of Cover Photo in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please install https://wordpress.org/plugins/loco-translate/ plugin and then go to plugins menu of this plugin’s setting and find BuddyPress there and there you need to search this string and translate.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Renaming Group tabs in the forum How-to & Troubleshooting 7 years, 6 months ago

    Glad to know that it worked for you 🙂

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    You need to wrap those lines in this code <?php if(current_user_can(‘manage_options’)){?> //Your button code goes here <?php }?> and that is the only way you can make that button visible to admins only.

    Thanks

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Dequeue bp-nouveau css in the forum How-to & Troubleshooting 7 years, 6 months ago

    No Problem.
    You are welcome. Glad it worked for you 🙂

    Best regards
    Brajesh

  • Profile picture of Dora Carpenter

    Dora Carpenter's profile was updated 7 years, 6 months ago

    Dora Carpenter

    @doracarpenter1

    View Profile
  • Profile picture of axew3

    axew3 started the topic Stupid question about email change and pass behavior in the forum Installing BuddyPress 7 years, 6 months ago

    I’m over to check plugin compatibility with something else and i see that buddypress when an user change email, send the confirmation email to the current user address, instead then to the new.

    So let assume an user own an account, which can access because have the pass, but on it there is an email address which do not have anymore control over.…[Read more]

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Dequeue bp-nouveau css in the forum How-to & Troubleshooting 7 years, 6 months ago

    It’s strange. Anything after 10 should work.
    yes, is almost same(I simply removed the admin check as it was not needed in this case).

    I tried the code in bp-custom.php and it is working with the default theme.

    Are you using some custom theme?

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Dequeue bp-nouveau css in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,
    Try using this

    /**
    * Dequeue BP Nouveau style
    */
    function buddydev_dequeue_nouveau_styles() {
    wp_dequeue_style( 'bp-nouveau' );
    }

    add_action( 'wp_enqueue_scripts', 'buddydev_dequeue_nouveau_styles', 11 );

    Does it work for you?

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In