Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,326 through 1,350 (of 22,644 total)
  • Author
    Search Results
  • #315284
    wenlu
    Participant

    I’m new to WordPress and now I’m doing a project that related to buddyPress. But I don’t know how to customize the BuddyPress User Interface. The others pages I customized is using the elementor. The theme support told me that I can’t use elementor to customize it. I did some research on Internet. Some of them said need to use child theme. Can anyone tell me what should I do to customize bbPress or BuddyPress ?

    Besides, I wonder what’s the difference between listing and post ?

    #315279
    jcfromkc
    Participant

    Try the WP Mail SMTP plugin to see if that helps.

    WP Mail SMTP by WPForms

    #315268

    When a new user registers, no activation email is sent out. I checked all the settings and don’t understand what seems to be the problem.
    WordPress emails are sending normally.

    Thank you very much in advance for your help.

    Alina

    #315262
    shanebp
    Moderator
    #315238

    In reply to: Private Chat

    jcfromkc
    Participant

    Wise Chat works with BP.

    Wise Chat

    #315204

    In reply to: Need some guidance

    shanebp
    Moderator

    Your problem is not specific to BP and therefore out of scope for this forums.
    Here is some general advice.
    Clone the site to a dev site and do all your testing there.
    Turn off any caching plugins, update plugins and theme.
    Switch to a WP theme to check for theme-specific issues.
    Turn plugins off and on to isolate issues.
    Check your logs carefully.
    Try using the Query Monitor plugin – great for all kinds of info re errors and queries.

    Query Monitor

    jcfromkc
    Participant

    In notifications-loop.php, <?php bp_the_notification_time_since(); ?> displays the time format as 1 day, 9 hours ago. This method of displaying the time and date is different from anything else on a WordPress/BuddyPress site. When viewing my site on mobile, this method of displaying the time and date looks horrible.

    Can someone please point me in the right direction to change this? Instead of the time/date format reading 1 day, 9 hours ago, I’d like to shorten it to 1d. I’m assuming that a custom filter can be created to archive this but I’ve been looking for months and cannot find any real help with this anywhere. Any guidance on this would be greatly appreciated.

    Thank you.

    #315179
    snakeice
    Participant

    Hi, i’ve created a website with wordpress and i’ve correctly set up buddypress and some groups.
    The question is: I’s possible to make pages availeable only for groups member? So that if i’m member of group A i can watch pages X, while normal visitor or member of groups B dont?
    Thanks and sorry for my english.

    #315170

    In reply to: Private Chat

    ImbaSynergy
    Participant

    Hello, our team has developed the chat plugin for BuddyPress with many useful functions, such as: group chat, emoji, sharing files, online consultant.
    There is also function of private chat between users.
    The Basic tariff plan is free without limits.

    ImbaChat

    #315145
    kymegrant
    Participant

    Whenever I enable my paid membership plugin from buddypress my other plugins crash. What happens is the format of the other plugins changes, images get bigger and some just plain disappear leaving only words and fill in the blanks which makes all my other plugins almost implossible to navigate or use. I have no idea why this is happening and need help asap. My site is down and I do not know what to do at this point. I know that the buddy press paid membership plugin is causing the issue because when I deactivate it everything falls back in place. But i need the plug in because I am working on a paid membership site. How do I solve this issue? I need the plugin buts its messing with everything else!

    #315138
    #315122
    tnrfx
    Participant

    Hi there,

    We are experiencing issues with the Buddypress emails being sent in plain text, without any styling to it. I’m not experienced in coding/development, so I’m struggling to understand the logic behind the functions of Buddypress/WordPress that send the email.

    As an example, we created an HTML email template through beefree.io that would like to use for the activation email. How do we go about applying our own template to the emails being sent?

    Thank you very much in advance.
    TNRFX

    Wordpress: 5.5.1
    Buddypress: 6.3.0
    Youzer: 2.6.2
    Mailgun: 1.7.1 (emails sent via Mailgun API)
    Theme: Olympus 3.8

    VibeThemes
    Participant

    You can probably add something like this. Note, I have not tested it, so this will send a curl request to the same activation page with the activation parameter, in turn the user is activated.

    add_action('bp_before_activation_page',function(){
       if ( !bp_account_was_activated() ){
          
          $pages=get_option('bp-pages');
          if(empty($pages['activate'])){return;}
          wp_remote_post(get_permalink($pages['activate']),array(
             'method'      => 'POST',
             'timeout'     => 45,
             'body'        => array(
                 'key' => bp_get_current_activation_key(),
          ));
          //get the response from above and force user login into the site.
          // get user_id from the response wp_remote_retrieve_body
          // wp_clear_auth_cookie();
          //wp_set_current_user( $user_id ); log the user into wordpress
       }
    });
    allmyhoney
    Participant

    Hi there, I am hoping someone can help. I have a buddypress website setup and I have the messaging addon working between members of the site. What I have noticed is that the images between 2 private members, if they share images between themselves are stored in the defauly media library which of course is not ideal from a privacy standpoint if all the images that are sent in private chats are appearing in the default media library area of WordPress.

    So I was wondering if there was a way for buddypress to store these images elsewhere other than the defauly media library of WordPress?

    Any help would be much appreciated.

    Thanks,
    James

    #315032
    StaxWP
    Participant

    Hi, you should check out Buddybuilder plugin that allows you to build the templates for Buddypress components. Basically you drag and drop avatar widget, name widget, content and so on to build your members directory page or profile page.

    BuddyPress Builder for Elementor – BuddyBuilder

    #315019
    Varun Dubey
    Participant
    #315008
    ImbaSynergy
    Participant

    There’s free chat plugin ImbaChat with BuddyPress integration. The Basic tariff plan is free and includes such featurea as: private chat between users, group chat and live chat (online support chat).

    ImbaChat

    #314995
    Achille
    Participant

    Hello Best Team,

    I wanted to know if it’s possible to edit the private messaging so that the client doesn’t have to insert a subject before sending his message to his correspondent?
    The current version of the message subject is mandatory.

    http://prntscr.com/uuctsx

    WordPress version: 5.5.1
    BuddyPress version: 6.0.0

    Home

    #314992
    clickallco
    Participant

    I dont know any plugin which does it, but a solution could be to (if you know how to make templates and code basic stuff in wordpress) template it into the member types where the user would choose their layout themselves (control it how you’d like).

    So something like this would be the steps:

    1: Create your member types.

    2: Intersect the member types with your users’ Xprofiles.

    3: Start coding your templates to reflect the different dashboard you’d like them to have. You’d name the template front-member-type-yourmembertypename.php. So, for instance, if your member type was named “knights”, the template would be named front-member-type-knights.php

    4: upload your templates to buddypress/members/single/your-upload.php

    When the profile has chosen his or her member type, their members front page will reflect the template you’ve coded.

    #314989
    CloudedDottedMind
    Participant

    Hi,

    Connection requests don’t display inside the My Profile > Connections Requests tab. I do not know what could be causing this but with this users cannot confirm requests.

    Troubleshooting questions:

    1. Which version of WordPress are you running? – latest 5.5.1

    2. Did you install WordPress as a directory or subdomain install? – directory

    3. If a directory install, is it in root or in a subdirectory? – n/a

    4. Did you upgrade from a previous version of WordPress? If so, from which version? – not recently / this did not cause the issue, but I updated from the pas latest version

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes, the rest of the site works no issue

    6. Which version of BP are you running? – latest, BuddyBoss 1.5.2

    7. Did you upgraded from a previous version of BP? If so, from which version? n/a

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – yes, the list is here: https://ibb.co/VwWVy8p

    9. Are you using a standard WordPress theme or customized theme? – customised Stack WP theme + child theme

    10. Which theme do you use ? – Stack for WP with child theme

    11. Have you modified the core files in any way? – no

    12. Do you have any custom functions in bp-custom.php? – no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? – Buddyboss installed this built in

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress – no errors found, only 404 for those pages

    15. Which company provides your hosting? – Ionos

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? – Linux

    17. Which BP Theme are you using? custom – BP Nouveau

    18. Have you overloaded any BuddyPress template files. – No

    19. Any other site customisations that might have a bearing on the issue? – not that I can think of

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. – I couldn’t see this with buddyboss

    Thank you

    #314985
    CloudedDottedMind
    Participant

    Hi,

    I worked on a staging site I’ve now published live and it is not behaving the same as on staging. When logged in as a member, some of the BuddyPress (through BuddyBoss) pages return a 404:
    – cover photo
    – profile photo
    – privacy settings

    Also another odd one is the connection requests don’t display live when they did in staging – I am not sure that’s linked and the more urgent issue is those pages returning a 404.

    Troubleshooting questions:

    When I switch to plain permalinks the pages work but for the rest of the site it must be postname. When using post name these pages don’t work. I can’t find a way to make them work.

    1. Which version of WordPress are you running? – latest 5.5.1

    2. Did you install WordPress as a directory or subdomain install? – directory

    3. If a directory install, is it in root or in a subdirectory? – n/a

    4. Did you upgrade from a previous version of WordPress? If so, from which version? – not recently / this did not cause the issue, but I updated from the pas latest version

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes, the rest of the site works no issue

    6. Which version of BP are you running? – latest, BuddyBoss 1.5.2

    7. Did you upgraded from a previous version of BP? If so, from which version? n/a

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – yes, the list is here: https://ibb.co/VwWVy8p

    9. Are you using a standard WordPress theme or customized theme? – customised Stack WP theme + child theme

    10. Which theme do you use ? – Stack for WP with child theme

    11. Have you modified the core files in any way? – no

    12. Do you have any custom functions in bp-custom.php? – no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? – Buddyboss installed this built in

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress – no errors found, only 404 for those pages

    15. Which company provides your hosting? – Ionos

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? – Linux

    17. Which BP Theme are you using? custom – BP Nouveau

    18. Have you overloaded any BuddyPress template files. – No

    19. Any other site customisations that might have a bearing on the issue? – not that I can think of

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. – I couldn’t see this with buddyboss

    Thank you

    jonf3n
    Participant

    [This is a repost as my first post seems to be corrupted, cannot be edited and doesn’t display on the site]

    Hello, I am seeing an issue where the BuddyPress plugin seems to be breaking the forum “Subscribe” / “Unsubscribe” links on bbPress. Strangely, it works if JS is enabled (and therefore XHR is used), but does nothing if JS is disabled and the embedded link[1] is used. It just reloads the same page without actually changing the subscribed / unsubscribed state with no errors.

    Notes:

    • I have tested this with all other plugins disabled.
    • Disabling the BuddyPress plugin causes both to work correctly.
    • Tried enabling / disabling all combinations of Buddypress bp-components with no effect.

    I upgraded both plugins and PHP to the latest versions:

    PHP: 7.4.10
    Wordpress: 5.5.1
    Theme: Divi 4.6.5 (tried others like twentytwenty 1.5)
    bbPress: 2.6.5
    BuddyPress: 6.3.0
    

    Questions:

    • Are there any known issues I should look into?
    • Any suggestions where to look for debugging? I have WP_DEBUG enabled, but nothing useful in logs. I have tried using Query Monitor plugin, but its a bit unclear where to start looking.

    NOTE: I am new to WordPress and its plugin architecture, but have extensive HTML/CSS/JS/bash shell experience and am comfortable in PHP.

    Thanks in advance!

    Jonathan

    [1] Embedded subscribe link which fails: /forum/FORUMNAME/?action=bbp_subscribe&object_id=361&object_type=post&_wpnonce=XXXXXXX

    #314940
    angelevesque
    Participant

    I have Memberpress and Buddypress on my site and when I try to click on notifications from other members in the community, either from my email notification that takes me to my site or from the site itself, when I click on the notifications icon – I receive the message “There has been a critical error on your website. Learn more about debugging in WordPress.”

    When I checked the error logs there was this re-occurring error.

    PHP Fatal error: Uncaught Error: Call to a member function user_activities() on null in /www/chaosandlightcom_230/public/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php:374

    How do I fix this? Thanks:)

    #314938
    bharadhan
    Participant

    The edit , trash option is working for me in buddy version 6.3.0 in my wordpress site , but no in another wordpress site running buddypress version 6.1.0

Viewing 25 results - 1,326 through 1,350 (of 22,644 total)
Skip to toolbar