Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 101 through 125 (of 7,560 total)
  • Author
    Search Results
  • #331256
    AWOL
    Participant

    Hi @imath,
    Thanks for that, and sorry to be a pain (although hopefully I am bringing up things that do need addressing and are not unique to my setup), but I have discovered something else that is not working as I expect, as follows:
    If someone comments on an Activity post, on my existing (not test) setup, that comment has the options below it to either Reply, Edit or Delete; but the reply and edit options are missing in my test setup for non-admin users, and the reply one is missing for admin. I am still using the default theme on my existing site, whereas I am using Nouveau on the test site, so is this a Nouveau issue? I downgraded to the current non beta BP on my test site but no difference. I am going to also investigate if a plugin is causing it, but as I have the same plugins on both sites it seems unlikely. I deactivated one plugin that seemed the most likely culprit (Buddypress Edit Activity from Buddyboss – https://en-gb.wordpress.org/plugins/buddypress-edit-activity/) but it was still the same (except of course this plugin is what adds the edit button in the first place, but the reply one is still missing).

    On a bit of a tangent, can I assume that this forum is running on bbpress? It’s just that I am thinking about adding a forum but am not finding this one very user friendly – for example the reply button is not visible until you hover over the post you want to reply to, and then it doesn’t automatically add the “@name” at the beginning, plus everything is written in a code box rather than normal input, just for starters. Font size could do with being larger too. Or is it just me?

    cantik29
    Participant

    i used buddypress version 11.3.1
    i used aardvark theme
    8.1.10 php version

    the error text is in feature groups
    img link =”https://drive.google.com/file/d/1B-0LZXvzA3Sg8SEC-4YGQPPaQG_MIrzu/view?usp=sharing”

    the line code where the error is located
    line code img =”https://drive.google.com/file/d/1SGPg7WoSh2DhAmap2JsKtO9Y_2Pak6un/view?usp=sharing”

    i already test and the cause of the error is in bbpress plugin and buddypress plugin

    Frederic Pilon
    Participant

    Hello!

    I’m currently in the middle of integrating a bbpress/buddypress site and this has come up;

    I’m using groups to prevent access to some forums, but is there a way to do the same with some pages?

    Like say page X is only available if you have user role Y?

    csoffy
    Participant

    Hey! I have a bilingual site that sends emails to users based on their activity. What I would like to do is that if someone uses the site in English mode, they will receive emails in English. And if you use the site in Italian, you will receive emails in Italian. Buddypress email. BBpress, Translatepress.
    How can i do this?

    lmstearn
    Participant

    WP Ver: 6.3; BuddyPress Ver: 11.2.0; BBPress Ver: 2.6.9
    Hi, as creating a group and applying it to an existing private forum A is not possible, a new, empty, private forum B is created by default instead. Once the existing forum A is added to the group, will it break anything to remove the newly created empty forum B?
    The two forums appeared to be linked in some way.
    Thanks.

    #330465
    fawp
    Participant

    Hi @cthangaraja – as far as I’m aware, BuddyBoss, like BuddyPress, doesn’t have a forum component of their own.

    So you would need an additional forum plugin (such as bbPress, wpForo, Asgaros, etc.)

    #330452
    fawp
    Participant

    Hi @cthangaraja

    What forum are you using? bbPress?

    #329944

    In reply to: Hide pages/content

    Anonymous User 18187419
    Inactive

    This might work for you, it will restrict non-loggedin from accessing user profiles & members page.
    Change the redirect URL as appropriate.

    
    function michael_bp_not_loggedin_redirect() {
         global $bp;
         if ( is_buddypress() or bp_is_user() ) {
         if ( !is_user_logged_in() and !bp_is_register_page() and !bp_is_activation_page() ) {
          wp_redirect('https://yourwebsite/wp-login.php');
          exit;
          }
          }
    }
    add_filter( 'get_header' , 'michael_bp_not_loggedin_redirect',1 );
    
    

    If you also want to restrict bbpress, then change the third line to:

    
    if ( is_buddypress() or bp_is_user() or is_bbpress() ) {
    
    #329901
    flamuren
    Participant

    Hi,

    I am building a membersite using buddypress, bbpress and package it with buddyx theme.

    If I visit as non-logged in I can see activites, forums, member etc. Is it possible to somehow block that? Perhaps re-direct to a login/register page as facebook does?

    Best regards,

    flamuren

    #329841
    gather1
    Participant

    Agree, I was just looking to see if anyone was going to reply. Having the same issue that with the Latest Activities widget, nothing shows up although the site has activity. Everything is updated.

    On another note, on the activity page, it was showing some HTML in the feed… but wasn’t in the actual bbpress forum post.

    eluyawi
    Participant

    Hello everyone!!!
    I have installed BBPress and BuddyPress.

    When I only had BBPress, I was able to modify many fields in the BBpress profile, such as.
    – First name
    – Last name
    – Nickname
    – Bio
    @username
    – Username.

    Now, I have installed BBPress and BuddyPress, and I can’t find where these fields are to edit them so I can change their values. How can I put these BBPress fields in BuddyPress? Do I need a plugin?

    Thanks

    Steel Rat
    Participant

    Using WP 6.2.2, bbPress 2.6.9, and BuddyPress 11.2.0

    I’ve had the Latest Activities widget added to the right sidebar for some time, but it never shows anything. This is a site still in progress, but I had a friend login and post some forum topics, such, but still nothing ever shows.

    What should I see there?

    #329635
    oliveranthony
    Participant

    BBPress is a WordPress plugin that allows you to add a forum or discussion board to your WordPress website. While it doesn’t come with a built-in private messaging feature, there are a few ways you can add this functionality to your forum:

    Use a plugin: There are several plugins available that allow you to add private messaging to BBPress. One popular option is the “Private Messages For BBPress” plugin, which adds a private messaging system to your forum. You can also check out other plugins that are available in the WordPress repository.

    Use a third-party service: Another option is to integrate a third-party service that offers private messaging. For example, you could use a service like BuddyPress, which offers a range of social networking features, including private messaging. You can integrate BuddyPress with BBPress to add private messaging to your forum.

    Custom development: If you have the technical skills or can hire a developer, you could also develop a custom solution to add private messaging to your forum. This would involve creating a plugin or customizing the BBPress code to add the functionality you need.

    Whichever method you choose, it’s important to consider the security and privacy implications of adding private messaging to your forum. Make sure to implement appropriate security measures to protect user data and prevent spam or abuse.

    #329628
    zoddshop63
    Participant

    how to make author in bbpress clickable to send message?

    #329625
    zoddshop63
    Participant

    I have buddypress installed but how do I integrate its private messaging system with bbppress? I’ve seen some functions.php snippets on google but none them still work.

    #329603
    faile486
    Participant

    Having a bit of a strange issue. I’m using Local by Flywheel to develop a site with buddypress, bbpress, and rtMedia. This is a website for mostly personal use, so I was planning on only sharing a live link with my spouse. Unfortunately, while everything works perfectly on my local machine, all buddypress features break when using live links. I get an error about too many redirects.

    I’ve tried this with multiple themes, including X/Pro, Twenty-Sixteen, Twenty Twenty-Three, and NanoSpace.

    Any suggestions?

    WordPress 6.2
    BuddyPress 11.1.0
    bbPress 2.6.9
    rtMedia 4.6.13

    It took a while to get Pro working with rtMedia, so it’d be a shame if this can’t be fixed! Site contains adult content (erotic hypnosis files), and I’d prefer to give the address out via DM.

    #329601
    bradcds
    Participant

    Hi all,

    I had BuddyBoss on my site for a long time but removed it and I am trying to use the original BuddyPress and BBPress.

    For some reason though when trying to upload a new profile or header image it allows me to select a file and after clicking done nothing happens.

    #328878
    Marisa
    Participant

    A month ago I created my first WordPress site with one third-party plugin and the forum plug-in bbPress.

    Getting a theme to work well with both plugins took quite a bit of time as I had to write a small bit of custom css and PHP. My knowledge of css and PHP is low. Actually it took a few weeks to get everything to look nice and work well together, although the work was done on a very part-time basis.

    I now want to install BuddyPress and bbPress together on another WordPress site as community software for a certain niche.

    Is there a reasonably low-priced (or free) theme I can purchase for BuddyPress (and that works with bbPress installed on the same site) that looks nice?

    Please give me some recommendations. I don’t want to spend three weeks making css tweaks to get a decent look community website.

    #328795
    Earl_D
    Participant

    Yep when groups are created bbpress is installed you can create a forum for the group.

    #328794
    snowfox6
    Participant

    Can we create Forums in Buddypress the same way we create forums with BBpress ?

    #328740
    eluyawi
    Participant

    I have installed Woocommerce + Buddypress + bbpress but I have a problem with the plugin Buddypress, My goal is the following:

    The student has a header menu and one of them is “My account”, when the user clicks, the Buddypress menu should appear (with his photo, forum, profile field, messages field, etc.) but no information appears.

    For example in:
    http://www.example.com/miembros/admin/profile gives page error.
    http://www.example.com/mienbros/admin/forums gives page error.

    I dont have idea how get the user profile.

    Maria Amato
    Participant

    Salve vorrei sapere se con bbpress o Buddypress posso creare un sito dove gli utenti possono postare degli annunci gratuiti e che possono essere poi contattati in privato, senza dover installare altri plugin che fanno gli annunci, ma vorrei un sito più stile forum
    Se devo aggiungere qualche estensione grazie

    Il mio sito è questo Segnatiilmioblog.it Vorrei installarci su bbpress e creare una sezione che funziona come un sito di annunci stile forum.

    Grazie

    Tim Wilson
    Participant

    I have set up a new WordPress blogging website with a BuddyPress members only community back end consisting of 10 groups.

    Each group has it own separate bbPress forum. This all works OK except BuddyPress has its own forum which is bland and limited and bbPress is the “nice” functional forum which I want to use. Both these forums appear to be linked i.e a post to the bpPress forum also appears in the BuddyPress forum space although it seems that either can be independently deleted.

    As it stands I find having these two forums confusing and messy from a user perspective.

    What I want to do is replace the BuddyPress forum with the bpPress forum so that you only see the bpPress forum on the home page of each group and do away with the group Forum tab which currently links to the bbPress forum.

    I don’t really need each group to do anything else rather than host the bpPress forum. Perhaps a single message on the group home page that a group moderator could change/edit would be a nice addition but it is not essential.

    I have done a lot of Googling and while this problem has been mentioned a few times the solutions suggested seem very old and/or irrelevant.

    I am comfortable with PHP etc but have very limited experience with BuddyPress and bpPress. Of course there may be a plugin which will do all this but I haven’t found one yet.

    I am using WordPress 6.1.1. Buddy Press 11.1.0 bb_press 2.6.9, Theme Blocksy. The url of the website is https://PinkPantherActivists.au

    If anyone can point me in the right direction it would be appreciated.

    Thank you.

    angrywarrior
    Participant

    Pretty much as the subject head line says.
    I found a bunch of very old suggestions and solutions on this forum / internet but most are dead and no plugins are working.

    is there a way in 2023 to disable the moderation to that the post are instantly published without any admin intervention because images or links (or both) as added to thread post in BBpress?

    Thanks in advance.
    Kind regards

    Anonymous User 18187419
    Inactive

    Hi kp,

    yes I’m with ya on keeping extra plugins to a minimum.

    Code published here…

    https://easywebdesigntutorials.com/hide-buddypress-pages-and-bbpress-forums-from-not-logged-in-users/

    …with minor modification (to remove bbpress check) seems to achieve what you want, as per below:

    function ps_guest_redirect() {
         global $bp;
      if ( bp_is_user() ) {
          if(!is_user_logged_in() and !bp_is_register_page() and !bp_is_activation_page()) {
               wp_redirect('https://google.com');
      exit;
          }
      }
    }
    add_filter( 'get_header','ps_guest_redirect',1);
Viewing 25 results - 101 through 125 (of 7,560 total)
Skip to toolbar