Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 26 through 50 (of 7,560 total)
  • Author
    Search Results
  • #334823

    In reply to: disable rss

    Venutius
    Moderator

    @mike8022 It’s certainly something something that I’ve done, because removing items from search can really hit large servers, it’s a known performance issue. So it’s better to not offer search to the bots, so that you can have a more nuanced approach to search for logged in users, and also for people visiting the site. A bot should not ne using search at all, in fact this is a primary part of a DOS attack, to het WordPress constantly searching for none existent pages. So what I’m thinking for my plugin, is to exclude bots from all searches, to give logged in users full search, and to have controls on what site visitors are able to search for. Included in this is the need to have control over the xml sitemap, and to enable hard rules for exactly what site visitors are allow to search for. Include in this a strategy of honeypots and other traps for those with prying eyes.

    bbPress tags seem be a bit of a target, as a lot of the security solutions out there do not cover them. it pretty simple to turn those off for not logged in users, and also to choose to turn them off just for bots I reckon, but it shows a comprehensive approach is needed I reckon, and this DOS attack I’m looking at currently is helping my ideas gel into that comprehensive approach. As I see it, ideally, next time I get an attack, I’ll have a single page allowing me to lock down the entire site if I need to.

    #334761

    In reply to: disable rss

    Venutius
    Moderator

    Currently, I’ve got part of the solution, I can redirect all the bbPress feed links to a 404 or back to the originating page. However, I want to remove those links, and ideally stop the rss functions from being triggered. I did find some clues for that on friday when I last worked on it, and should be back working on it on Monday.

    #334758

    In reply to: disable rss

    Mike Witt
    Participant

    @venutius, did you figure out how to disable the bbpress feeds?

    #334740

    In reply to: disable rss

    Venutius
    Moderator

    I woke up thinking, don’t forget bbPress.

    #334582
    Venutius
    Moderator

    That’s not a BuddyPress function, it’s bbPress.

    #334174

    Hey.

    I am looking into BuddyPress.
    For a Norwegian Permaculture web site using the Site Editor and Twenty Twenty Three theme.

    Should I have a subdomain with another installation of WordPress containing BuddyPress to not cloud up the default site?

    Hjem

    Should I just add it into the default site?
    I am wondering if someone creates a kind of mini video tutorial going through BuddyPress? Kinda like twice a year there is a tips and tricks in beginning with BuddyPress. A kind of 7-10 minute video just going through the standard.

    Should I add bbPress into BuddyPress?
    Basically what would be helpful is to have some better visual documentation.
    Btw I found this: https://github.com/buddypress/buddypress/tree/master/docs/user/getting-started

    Thank you.

    #334116
    ferencvaros
    Participant

    Hi!

    I have a WordPress website with the theme Jannah. It is compatible with both BuddyPress and BBPress which I use for forums.

    I have just now installed BuddyPress, and I think it looks great. It gives me all the features that I’m looking for, for my small community.

    However, there is something that annoys me. It is the “name” field. It appears automatically in the registration page, and of course on the edit user page.

    How can I get rid of this field? Basically I would just like to have these as required fields:

    – Username
    – Email
    – Password

    Thanks

    #334060
    thinlizzie
    Participant

    Thanks venutius for removing all potential spam from this forum, it’s appreciated.

    The question was regarding: why are forums not showing on my Buddypress site?

    My reply: Buddypress does not include forum functionality by default.
    Usually this can be added via another plugin eg. bbpress.

    Find the bbpress plugin on the WordPress plugins website.

    Install it, that should solve your issue.

    #334050
    tceg
    Participant

    Hi,

    I just want to know if it’s possible to stop the wordpress author page from being redirected to mydomain.com/bb-members/user?

    Any help would be appreciated, thank you.

    #333816
    lmstearn
    Participant

    Interesting, the _wpnonce is required or else it won’t work.
    Anyhow, it looks more like a longstanding bbPress issue from sometime back:

    “New Reply”-Notification – Link to the Reply, not Topic


    Funny that, as the #post-XXXX is included in the jump link.

    #333808
    lmstearn
    Participant

    Activating the Bubble link notification of a topic reply always gets the page that points to the beginning of a BBPress topic, not to the reply itself, which requires manual navigation in the topic to the usually the last post.
    Placing this here as a wish, as it seems currently to be by design, if the bubble url can ever direct to #last reply of topic instead, that would be wonderful.
    Thanks.

    #333426

    In reply to: URL issues

    fatdogstudios
    Participant

    I have a similar issue. After plugin updates, the activity page url often stops working.

    To get around it I have to add “-3” to the end of the activity page url, and then create a redirect as we have urls going to the activity page in our menu. It works for a while, but eventually stops working. When this happens, I change the url back by removing the “-3” and remove the redirect.

    I need to change the members url as well by adding “-3” to the end of it, or removing it depending on which url is working.

    This typically only happens after running plugin updates. This last time a plugin auto updated and we lost our urls. wpmudev. I’ve turned off auto updates so I can keep an eye on things, but it would be good to know what’s causing this.

    I have the latest version, and BP classic, also the latest version. WP and everything else is kept up to date.

    Thanks

    1. Which version of WordPress are you running? latest

    2. Did you install WordPress as a directory or subdomain install? installed at /

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

    4. Did you upgrade from a previous version of WordPress? If so, from which version? always up to date.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes

    6. Which version of BP are you running? 12.3.0

    7. Did you upgraded from a previous version of BP? If so, from which version? yes. using BP for over 5 years. kept up to date weekly.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? too many to list…

    9. Are you using a standard WordPress theme or customized theme? custom

    10. Which theme do you use ? Thrive

    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? not running bbPress

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress autoindex error happened around the time a plugin auto updated, which I suspect caused the url change. The plugin was wmpu dev, but other updates cause this as well. error references public_html/.well-known/. not sure if this is related.

    15. Which company provides your hosting? liquidweb

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

    17. Which BP Theme are you using?

    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 know of.

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. New Template/Nouveau Template

    #333418

    In reply to: URL issues

    exxxxxodus
    Participant

    Worse for me.

    I have a problem installing BuddyPress from a “fresh” installation of WP. The WP installation works correctly, nothing to report. I go through the plugins admin page and search for buddypress, download it and install it and activate it. No error message, installation seems to work. I have the additional menu items including the URL slug management page. But none of the pages work, all fall to 404. Even if I change a slug for a custom one and save. Nothing works.

    The only particularity is that the initial installation of WP is in French. But even if from this “fresh” installation in French I revert WP to US English, nothing happens, none of the slugs work!

    1. Which version of WordPress are you running?
    6.4.3

    2. Did you install WordPress as a directory or subdomain install?
    Main domain install : http://www.sudnat.be

    3. If a directory install, is it in root or in a subdirectory?
    in the root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    not relevant, new WP install

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    yes

    6. Which version of BP are you running?
    12.3.0

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No, fresh install

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    None

    9. Are you using a standard WordPress theme or customized theme?
    Twenty Twenty-TwoVersion: 1.6, no customisation

    10. Which theme do you use ?
    Twenty Twenty-TwoVersion: 1.6

    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?
    not running bbPress

    14. Please provide a list of any errors in your server’s log files.
    I have the additional menu items including the URL slug management page. But none of the pages work, all fall to 404. Even if I change a slug for a custom one and save. Nothing works.

    15. Which company provides your hosting?
    ovh.fr

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

    17. Which BP Theme are you using?
    BuddyPress Nouveau

    18. Have you overloaded any BuddyPress template files.
    no

    19. Any other site customisations that might have a bearing on the issue?
    no

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    New Template/Nouveau Template

    #333415
    quantessence
    Participant

    I have 404 error each morning when a plugin has been updated during the night (seems to be related but not sure), I have to go to the BP URL page do save an it works again. This was not doing that before the big 12.0 update. I am using Youzify (last version), I had to install BP Classic for a while it was still working, and now I go the issue almost everyday. Not sustainable…

    1. Which version of WordPress are you running? 6.4.3

    2. Did you install WordPress as a directory or subdomain install? Not sure to understand, we are using a subdomain for the website, but it is not a multi-website structure, it is an autonomous install

    3. If a directory install, is it in root or in a subdirectory? in the root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?not relevant, always using the last version of wordpress

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.yes

    6. Which version of BP are you running? 12.3.0

    7. Did you upgraded from a previous version of BP? If so, from which version?yes we have using BP for more than 1 year

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Youzify

    9. Are you using a standard WordPress theme or customized theme? Divi standard, no customisation

    10. Which theme do you use ? Divi

    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? not running bbPress

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress I have 404 error each morning when a plugin has been updated during the night, I have to go to the BP URL page do save an it works again

    15. Which company provides your hosting? Planethoster

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

    17. Which BP Theme are you using?

    18. Have you overloaded any BuddyPress template files. no

    19. Any other site customisations that might have a bearing on the issue? No Youzify support cannot find the issue

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. New Template/Nouveau Template

    #333414
    wingflap
    Participant

    That bug report entry was last updated 3 years ago and it’s status is still awaiting review and it says needs testing? I hope it’s not a bbPress issue since bbPress rarely gets updated. Any thoughts?

    #333369
    wingflap
    Participant

    When I create a group and set it to hidden, it is not visible to me as admin (or any other user whether they’re members of the group or not.

    To test, I created a fresh WordPress install, installed the BuddyX (free) theme, then BuddyPress, bbPress, and finally BP Classic plugin. I’m logged in as admin. I created a user called sub1 who is a subscriber.

    I created a group called Normal which is set up as a public group. Then I created a second group called Private which is set up as private. Then I set up a group called Hidden which is set to hidden. When creating each group, I sent an invite to user Sub1.

    When I go to the Groups page (/groups), I see the group count as 3. I see the group Normal which I can click into and view group info, and the group Private which I can click into and see group info (since I’m logged in as admin who created the group). I do not see the group Hidden. But on the bottom it says “Viewing 1 – 3 of 3 groups” even though I can only see 2.

    If I log out, I can see the group Normal and click into it and see group info. I can see the group Private and click into it, but see a message saying that this is a private group. No group Hidden when logged out (as expected) and on the bottom it says “Viewing 1 – 2 of 2 groups”.

    If I log in as user Sub1, I only see 2 groups but “Viewing 1 – 3 of 3 groups”. The group Private says I have to be a member of the group to see anything. Then I accept the invite to group Private. Then I can see everything in the group. I don’t see the group Hidden. In my notifications, I click on the invitation to group Hidden and nothing happens.

    I tried and succeeded to reproduce this in a vanilla environment. Any help would be appreciated.

    Thanks.

    #333359
    rnmartinez
    Participant

    Hi everyone

    I am relatively new to BuddyPress, and quite experienced with WordPress. I have my setup ready and created a group and the corresponding forum (I am using it combined with bbpress) but cannot get my cover images to save. I am using the 2024 theme with some CSS changes, and I also host my media on digitalocean spaces. Whenever I upload an image I just get the broken question mark icon, and the cover image area just loads a blank grey rectangle.

    Any ideas on how I could solve this? Also, any chance that in future releases I could use my ieda library (it seems my buddypress uploads are all manual – all other media works fine on the site, so I feel like if I could select from my media library it would all work)

    Thanks!
    Rodolfo

    ajgetmilk01
    Participant

    Hi everyone,
    I am currently facing a problem with Buddypress and AWPCP when i set the listings to show on the buddypress profile page it giving me a page not found error, but is I set the ad to not display on the buddypress profile it works as normal. Anyone encountered this problem before and knows how to fix this issue?

    Thank you.
    AWPCP Version 4.3.1
    Bbpress version 2.6.9
    Vyddtoress 12.3.0

    #333312
    boomer68
    Participant

    Hi there, I’ve created a forum and topic… but when I click the link to the forum on my page, I get a blank page at:
    https://claudiabatschari.com/forum/forums/forum/welcome-to-the-ayurvedic-seasonal-cleanse/

    The URL looks strange… forum/forums/forum/

    Any assistance would be much appreciated!

    Thanks, Richard

    bbPress: Version 2.6.9
    BuddyPress: Version 12.3.0

    #333270
    pachat
    Participant

    Hi, v12.2.0 is breaking my site WPv6.4.3 + BuddyPressv12.2.0 + bbPressv2.6.9 + Theme Beehivev1.4.5

    https://mysite.fr/members-2/0qchw/activity/
    Deprecated: Le crochet bp_uri est obsolète depuis la version 12.0.0, sans aucune alternative disponible. in /home/mysite/wp-includes/functions.php on line 6031
    Warning: Cannot modify header information – headers already sent by (output started at /home/mysite/wp-includes/functions.php:6031) in /home/mysite/wp-includes/pluggable.php on line 1435
    Warning: Cannot modify header information – headers already sent by (output started at /home/mysite/wp-includes/functions.php:6031) in /home/mysite/wp-includes/pluggable.php on line 1438
    That’s all on the activity page

    On other pages, I get only the Deprecated message
    Also on the forum page which shows no poste.

    HTH

    #333185

    In reply to: Preview New Forum Post

    Varun Dubey
    Participant

    @lesd1315 it’s more specific customization related to bbPress, you can override the form-topic.php template and add some additional custom codes.

    pxmedia
    Participant

    Dear Team,

    I trust this message finds you well. I am encountering a compatibility issue between BuddyPress and my website, particularly on pages built using Divi (Ally theme). While other sections of the website function smoothly, the BuddyPress-integrated pages are experiencing disruptions, notably at the URL: https://kiero.tempurl.host/activity/.

    Here are the relevant details:

    WordPress Version: 6.4.2
    BuddyPress Version: 12.2.0
    Paid Memberships Pro – bbPress Add On Version: 1.7.4
    RegistrationMagic Version: 5.2.5.9
    WooCommerce Version: 8.5.2
    Divi – Ally Child ThemeVersion: 1.5

    I’ve tried troubleshooting independently, but the issue persists. It’s imperative to resolve this promptly to ensure seamless user interactions and community features.

    Your expertise in addressing this specific compatibility issue between BuddyPress and Divi (Ally theme) would be greatly appreciated. Any guidance, updates, or troubleshooting steps you can provide are invaluable.

    Thank you sincerely for your swift attention and assistance.

    Best regards,

    pxmedia
    Participant

    Dear Team,

    I trust this message finds you well. I am encountering a compatibility issue between BuddyPress and my website, particularly on pages built using Divi (Ally theme). While other sections of the website function smoothly, the BuddyPress-integrated pages are experiencing disruptions, notably at the URL: https://kiero.tempurl.host/activity/.

    Here are the relevant details:

    • WordPress Version: 6.4.2
    • BuddyPress Version: 12.2.0
    • Paid Memberships Pro – bbPress Add On Version: 1.7.4
    • RegistrationMagic Version: 5.2.5.9
    • WooCommerce Version: 8.5.2

    I’ve tried troubleshooting independently, but the issue persists. It’s imperative to resolve this promptly to ensure seamless user interactions and community features.

    Your expertise in addressing this specific compatibility issue between BuddyPress and Divi (Ally theme) would be greatly appreciated. Any guidance, updates, or troubleshooting steps you can provide are invaluable.

    Thank you sincerely for your swift attention and assistance.

    Best regards,

    #333030
    yatesa01
    Participant

    I’m also running bbPress and small number of plugins, not sure if those still require it. I did try turning BP Classic off to see if that was causing the problem, but the sorting issue remained.

    #332985
    Gomle
    Participant

    I am glad to hear that a v.14 is planned!
    For 10 years I’ve tried to build something with buddypress, but I have never been able to launch a completed project, as I haven’t had the skills to make it as functional as it needed to be.

    I am one of those guys that have used wordpress + various other members plugin + freelancer to make what I want.

    Every community is different – so is the ones I’ve tried to make, and more often than not I haven’t needed 60% of the functionality coming out of the box in buddypress. But there are always something missing, at least for what I wanted to use Buddypress for.

    In version 14 I hope to see more functionality (presented in a clear way for the users) towards user-interacting: Easy to use notification system for 100% of interactions between users.

    All notifications is so, so important – as this is the way to bring members back. “Lila has sent you a message, click here to see”, “You got a new friend request”, “Someone replied to your topic”.. This brings people back, helping to grow the community!

    So: Live popups and emails + bell notifications for:
    Private messages, new bbpress replies / new topics, bbpress mentions, commenting, like buttons, added, follows, friend requests, accepted friend request, rejected friend requests, rating of content, e.g posts, forum posts etc.

    And the entire notification system must be easy to use for both members and the admins!
    Not all admins have coding skills. We just need an easy way to implement a bell in the header, which nicely presents new notifications. Small things like that is what I’ve been looking for.

    And I have often found that 50% of it is working as I hoped, but then the other 50% is just not there. Forcing me to go to Freelancer, and from the developers over there, getting told: “You don’t need such a heavy tool like buddypress to accomplish this. Let me fix it for you just using wordpress and UsersWP”.

Viewing 25 results - 26 through 50 (of 7,560 total)
Skip to toolbar