Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,451 through 4,475 (of 69,040 total)
  • Author
    Search Results
  • #307245

    In reply to: Wer ist online Widgets

    iamthewebb
    Participant
    #307243
    welsh10
    Participant

    Hi,

    Suddenly my emails / buddypress notifications have stopped. The only recent change has been adding Sucuri WAF. I’m using Mailgun to send out the emails.

    Any advice?

    #307241
    tammya1999
    Participant

    We have been using BuddyPress Groups Extras plugin to add extra pages to each of our groups for some time now. But, the plugin hasn’t been updated in quite some time.

    Is there a way to add blank pages to groups where the user can update them? TYIA

    #307233
    rsmithgs
    Participant

    Hello guys,

    Just in case anyone else was wondering. If you want to grab data from topics or replies you need to grab the hook that fires after it is saved. These 2 did the trick:

    //for when new topic was created
    add_action('bbp_new_topic_post_extras', 'group_has_new_topic', 10, 2);
    //for when new reply was created to a topic
    add_action('bbp_new_reply_post_extras', 'group_topic_has_new_reply', 10, 2);

    I know that this will grab all bbPress topics and replies, but it fits my purposes.
    If anyone knows how to grab only BuddyPress Group Forums’ Topics and Replies that would be awesome, but for now this will work for me and I hope it works for others!

    These actions rely on $topic_id and $reply_id only and respectfully, but you can grab any other data such as Topic Title, Forum Name, Topic or Reply Author, etc. through the Topic or Reply ID alone like so:

    $topic_id = bbp_get_reply_topic_id($reply_id);
        $topic_title = bbp_get_topic_title($topic_id);
        $forum_id = bbp_get_topic_forum_id($topic_id);
        $forum_title = bbp_get_forum_title($forum_id);
        $user = bbp_get_reply_author_id($reply_id);
        $user_info = get_userdata($user);
        $username = $user_info->user_login;
    #307224
    Blake
    Participant

    I have an issue where I have https://sucuri.net locking down the wp-admin interface for security purposes to specific IP addresses.

    The BuddyPress plugin profile and cover image upload fields, on the profile page, appear to be using the wp-admin/admin-ajax.php file to upload images to the site. I also have users who log into the site, but only on the front-end of the site. They do not have access to the admin section. These users are not able to upload images since the admin section is locked down.

    One thinking I noticed was that if I disable javascript in my browser for the profile photo upload screen the UI falls back to a PHP based upload mechanism. Is there a way to make the PHP method the default for all forms in BuddyPress so that I don’t have to unlock my admin interface?

    Thank you for any help.

    #307223
    shemakeswebsites
    Participant

    Hello, I have a a site where users seldom use friend connections – I’ve decided to do away with the feature. When I try to disable it from the BuddyPress settings, I get a message that reads, “Settings saved” but the friend connection function is still enabled….

    Any ideas on addressing this?

    #307222
    rsmithgs
    Participant

    WordPress Version: 5.2.2
    BuddyPress Version: 4.4.0
    bbPress Version: 2.5.14

    Hello, I’m looking for a hook to grab data of new topics and replies as they are added.

    I was thinking this would do the trick, but it does not trigger my curl request.

    add_action('groups_forum_new_topic_after', 'group_was_posted_on', 10, 2);
    add_action('groups_forum_new_reply_after', 'group_was_posted_on', 10, 2);

    Then I tried this:

    //new topic was created
    add_action('bp_forums_new_topic', 'group_was_posted_on', 10, 2);
    //new post was created to a topic
    add_action('bp_forums_new_post', 'group_was_posted_on', 10, 2);

    Still no luck. What actions/hooks do I need to use for:
    User creates a new topic
    User creates a new reply to a topic

    Thanks for your help

    #307221
    Heather Acton
    Participant

    I worked with WP Engine to get this fixed on a site so thought I’d paste his steps here in case it helps anyone else. This got activity feed loading activity (even on groups) while using BP Nouveau.

    Here are his comments (Micah B):

    so I did three total things. I cache excluded two URLs:

    ^/login
    ^/activity

    and I turned a very specific setting on our end off – it was referenced in an old BuddyPress ticket that related to some of the issues I was seeing.

    The setting name is “heartbeat_autosave_only” which I toggled to off

    Hope this helps!

    #307217
    vida28
    Participant

    Hi,Got this error on the last update.
    fatal error: call to undefined function bp_get_activity_slug() in /home/farslm/domains/farslms.com/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 236

    Sujatha
    Participant

    Hello Friends,

    I want to created an android application for my website created with buddypress. I have a plan to provide the android app to my website viewers. Help me to create an android app for my buddypress website.

    Thank You.

    Sujatha
    Participant

    Hello freinds,

    I want to add monthly based subscription in my BussyPress website. I have a plan to collect money from people for read the news and articles in my website. Please help me to Add payment subscription in my buddypress website.

    Thanks.

    stokim2012
    Participant

    Hi!
    I would like to block loading buddypress custom css file in theme’s buddypress folder on every pages. I used this code in functions.php
    function conditional_buddypress_styles_scripts() {
    if ( function_exists( ‘is_buddypress’ ) ) {
    if ( ! is_buddypress() ) {
    wp_dequeue_style( ‘buddypress’ );}}

    However, theme folder/buddypress/buddypress.css file is still on load. How can I dequeue custom buddypress style sheet?
    I need your help. Thanks in advance.

    #307176
    gingerbooch
    Participant
    #307174
    Sujatha
    Participant

    Hi Friends,

    I want to add live chat between registered members in my website. Iam using BuddyPress. Please help me to add the live chat.

    Thank You

    urlemontea
    Participant

    Hello, I’m using BuddyPress on my website with multiple themes, I recently noticed that my users would be logged out when they were directed to certain pages, that’s not what I want to happen, please let me know if anyone knows how to solve this.
    This is the Link to that page

    #307157
    ds123
    Participant

    i found this thread searching for buddypress sharing ….Paul Gibbs i’m with you on how it needs some love this idea of making the activity posts more like twitter does

    so there are 2 out of 3 built into buddypress now ….1. comments on activity entry 2. favorite an activity entry (however the favorite item does not show on the users “feed” or “wall” / personal activity stream on their profile page

    so what about REPOST (same idea as a retweet) ?

    justvdv
    Participant

    Hi,

    My goal is to grab the buddypress private messaging part and include this in another page such that this can be used as a single messaging feature without the complete buddypress profile.

    I am somewhat familiar with customizations of templates and usage of hooks in wordpress.
    My wordpress version is 5.2.2 and my buddypress version is 4.4.0.

    So when digging into buddypress I found the bp_templates folder and figured out that to for example load the message composition part we should use bp_get_template_part( 'members/single/messages/compose' );. This included the part but without any styling while the stylesheet of buddypress does seem to be included when looking into the developer tools of Chrome.

    Therefore my question is: How to include the complete private messaging part on another page with the styling included?

    Kind regards,
    Justvdv

    #307153
    TonyPrower
    Participant

    Here is my profile
    https://nature-photo-travel.co.uk/members/radar/

    I am admin and I chose “radar’ to add an extra level of security. hat security is compromised because my ‘hard-to-guess’ admin name is displayed on my public profile and even in the url.

    What a gift for the hackers!!

    I have ‘Tony Prower’ set as my display name in my wordpress profile. How do I get that to reflect in my buddypress profile?

    develhem
    Participant

    Hi,
    i use your plugin since a long time but now, i have a big problem.
    When i want to access to profil page (/members/username) or to the user drive (/members/username/drive), i’am disconnected automatically….

    I search yesterday but i don’t find issues to fix this bug, so i write you to know if you have an idea about this.

    #307146
    studiocrafted
    Participant

    Inherently with the default functionality of BuddyPress, page scroll or not. The comment reply will always appear under the current nest.

    #307145
    King Ding
    Participant

    It does seem odd, but that’s the nature of nested comments. I’d prefer like you the default action went through a single form and not a different form for every nest.

    Whilst that’s not the issue in question, I do agree – that would be good. But my primary concern is the Buddypress scroll position :-/

    #307144
    studiocrafted
    Participant

    Yeah the scrolling is BuddyPress. The theme position just looked a bit off in the video, I’d ignore my comment on that if the position is fine.

    It does seem odd, but that’s the nature of nested comments. I’d prefer like you the default action went through a single form and not a different form for every nest.

    There is a work around, I’d do it as a custom solution for you as I really need the money and do this on a professional basis.

    #307143
    King Ding
    Participant

    I have no problem with the form position, as you highland in your first 2 sentences. It’s just that the auto-scroll rolls the page into a position that seems odd. I like the auto-scroll, I just wish it rather scrolled to a point where the form was at the bottom of the page rather than the top.

    I’ve turned off the theme, and the action persists, so I believe that’s a trait of Buddypress?

    #307140
    mohamedbakry83
    Participant

    i found this but don’t know how to customize to be like this picture ( https://imge.to/i/Z60pF ) for non payed levels

    bp_no_access_message

    #307128
    King Ding
    Participant

    How do I remove the activity scroll when a user clicks on reply? I just want the user to click on the reply button and for the textarea to just open but not scroll the page down to the reply.. I just want it to open in place.

    This question has been asked before here: https://buddypress.org/support/topic/removing-activity-reply-scroll/ But it seems mega outdated.

    Thanks!
    – D

Viewing 25 results - 4,451 through 4,475 (of 69,040 total)
Skip to toolbar