Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 801 through 825 (of 7,561 total)
  • Author
    Search Results
  • #270327
    Paul Wong-Gibbs
    Keymaster

    Right, it should work. Unless the poster is using Legacy bbPress forums; I bet those don’t.

    #270311

    In reply to: 1 forum on homepage

    Henry Wright
    Moderator

    Try asking at bbPress. They handle all forum related questions.

    neo323neo323
    Participant

    Hi guys! I have this problem and i spent all the morning read online but nothing seems work so i wish someone around here with a nice heart would help me to find a solution for this. I am building a forum using Buddypress and BBpress everything seems work smooth but when it comes to register a new user of the forum the activation mail it’s not sent. I tried to send again from Users->All Users and then send again the activation link but it dosen’t work. I also tried to send a test mail with WP Mail SMTP choosing PHP Default caption and the mail it’s sent and in general all the other mail about wordpress like update and comments to my posts(before i don’t have a forum) are always sent. I also tried Tools->Buddypress->Reinstall email(delete and restore defaults) but nothing changed. Seems it’s a problem only with Buddypress… anyone had this problem and found a solution?
    Wordpress verions 4.9.2
    Buddypress version 2.9.2
    Theme Sydney

    #270248
    Gunu
    Participant

    1. I think this is already possible by default see screenshot

    2. that is also possible, use bbPress Notify (No-Spam)

    #270246
    avaiya
    Participant

    Wordpress Version:4.9.2
    BuddyPress Version: 2.9.2
    Site: http://www.avaiya.com

    I’d like to have a notifications “bell” on the upper right menu bar of our membership site,
    such that people see the # of notifications they have. These would be notifications from BuddyPress, like when someone receives a private message, when someone gets a friend request, etc. These are the same notifications that get sent out via email as well.

    I’d also like it to integrate with bbPress and for it to show notifications from bbPress like when people post to a forum a member has subscribed to, etc.

    Thoughts on how to do this?

    Thanks!

    avaiya
    Participant

    Wordpress Version:4.9.2
    BuddyPress Version: 2.9.2
    Site: http://www.avaiya.com

    I’m launching a membership site using BuddyPress & bbPress & WP eMember. I’d like all our members to be able to Private Message each other without first having to send a Friend Request, and then that member to have to accept that Friend Request.

    Is there a way to do this?

    Thanks,
    Ande

    #270207
    Henry Wright
    Moderator

    If your question relates to your bbPress forum then try asking at bbPress. Alternatively see here for information on the bp_activity_add() function:

    bp_activity_add()

    averyjleon
    Participant

    1. Which version of WordPress are you running? 4.9.2
    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? root
    4. Did you upgrade from a previous version of WordPress? If so, from which version? no
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes, definitely checked that, permalinks are set to “pretty urls”
    6. Which version of BP are you running? 2.9.2
    7. Did you upgraded from a previous version of BP? If so, from which version? no
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? No, we disabled all of them, it still isn’t working
    9. Are you using the standard WordPress theme or customized theme? standard
    10. Which theme do you use ? twentyseventeen
    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? No, disabled it, still not working
    14. Please provide a list of any errors in your server’s log files.
    [Mon Jan 15 20:34:25.026815 2018] [authz_core:error] [pid 1160] [client 52.33.40.5:59040] AH01630: client denied by server configuration: /var/www/transfamilies.org/web/.user.ini, referer: https://www.transfamilies.org/.user.ini
    [Thu Jan 18 19:10:09.771753 2018] [fcgid:warn] [pid 29851] (32)Broken pipe: [client 73.221.194.79:54064] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: https://www.transfamilies.org/wp-admin/plugins.php
    [Thu Jan 18 19:45:39.653380 2018] [authz_core:error] [pid 31518] [client 52.33.40.5:60936] AH01630: client denied by server configuration: /var/www/transfamilies.org/web/.user.ini, referer: http://www.transfamilies.org/.user.ini
    15. Which company provides your hosting? Amazon
    16. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux, Ubuntu LTS, most recent version
    Running most current version of WordPress, not on a subdomain. We have tried disabling all plugins and selecting the default theme (twenty seventeen) and the same issue persists.
    BuddyPress (and bbpress) were previously installed and working. I then installed Theme-My-Login, but it disabled all login access. I removed Theme-My-Login via FTP and was able to log back in, but the Register and Login pages were no longer accessible. I deactivated and deleted BuddyPress and tried reinstalling.
    Then I got this message:
    “The following active BuddyPress Components do not have associated WordPress Pages: Members, Activity Streams, User Groups, Activate, Register. Repair”
    BuddyPress had not created these pages on install. I’ve since tried several times to reinstall it, but same problem. I can create the pages, but they’re just blank.
    That about covers it!

    quentro
    Participant

    Hello, everyone,

    I have activated ‘Enable group creation for all users’. In addition, I have bbpress and allow there groups to have a forum. Now I want to distinguish between Official Groups and User Groups. The only difference between these two groups is that official groups have a forum (only admin can make them), but user groups do not.

    The problem: I have to get rid of the tab forum when creating a group, otherwise everyone will add a forum to their group. I can’t manually add a forum to a group from the backend, which would make sense in my opinion.

    Is there a solution? Maybe a plugin or so?

    Thanks in advance

    #270002
    ingohaeck
    Participant

    For privacy issues I want to hide certain links on profile view.
    i use the snippet, mentioned here (see script below):
    one

    This works fine with BP related links, but I cannot hide links from CPT like rtMedia and the link of this:

    `function bp_postsonprofile() {
    add_action( ‘bp_template_content’, ‘profile_screen_posts_show’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );
    }

    function profile_screen_posts_show() {

    $myposts = get_posts( array(
    ‘posts_per_page’ => -1,
    ‘author’ => bp_displayed_user_id(),
    ‘post_type’ => ‘post’
    ));

    if( ! empty($myposts) ) {

    echo ‘<ul>’;

    foreach($myposts as $post) {
    setup_postdata( $post );
    echo ‘<li><a href=”‘ . get_permalink($post->ID) . ‘”>’ . get_the_title($post->ID) . ‘</a></i>’;
    }

    echo ‘</ul>’;

    wp_reset_postdata();

    } else {

    echo ‘<div class=”info” id=”message”><p>’. bp_displayed_user_fullname() .’ hat keine Beiträge veröffentlicht.</p></div>’;
    }
    }

    add_action ( ‘profile_screen_posts_show’ );`

    function bpfr_hide_tabs() {
    global $bp;
    /**
    * class_exists() & bp_is_active are recommanded to avoid problems during updates
    * or when Component is deactivated
    */

    if( class_exists( ‘bbPress’ ) || bp_is_active ( ‘groups’ ) ) :

    /** here we fix the conditions.
    * Are we on a profile page ? | is user site admin ? | is user logged in ?
    */
    if ( bp_is_user() && !is_super_admin() && !is_user_logged_in() ) {

    /* and here we remove our stuff ! */
    bp_core_remove_nav_item( ‘activity’ );
    bp_core_remove_nav_item( ‘friends’ );
    bp_core_remove_nav_item( ‘groups’ );
    bp_core_remove_nav_item( ‘posts’ );
    bp_core_remove_nav_item( ‘forums’ );
    bp_core_remove_nav_item( ‘media’ );
    }
    endif;
    }
    add_action( ‘bp_setup_nav’, ‘bpfr_hide_tabs’, 15 );

    #269820
    richard.miller
    Participant

    I added this code to the bbpress.php template:

    <?php
    $user_id = bp_loggedin_user_id();
    $user_profile_url = bp_core_get_user_domain( $user_id );
    ?>

    Nothing showed up on the page.

    May I request more guidance, please?

    #269688
    bb3000
    Participant

    Is it possible to migrate from vBulletin 5 to bbPress?

    The platform dropdown only offers “vBulletin” and “vBulletin 3” as options.

    However, the article says “vBulletin v4.x”.

    Thanks for your help again.

    #269517
    Boone Gorges
    Keymaster

    Here’s some info on migrating vBulletin data to bbPress, which will get your content and users in. https://codex.bbpress.org/getting-started/importing-data/import-forums/vbulletin/

    #269442
    ademelo
    Participant

    HI Mercime.

    Thanks for getting back. Unfortunately i found that there was no ability to select “Keymaster” role from the top left flydown as you mentioned.

    I did find a very easy fix though on another forum and when i tried it, it was simple and quick.

    Go to Plugins > bbpress > settings > change default for forums to Keymaster (save) > go back to users and assign anyone you want to be Keymaster. (save) [anyone who had a previous assigned role to forums retains that role. It didn’t change any prevously assigned roles for members]. > once assigned, go back to Plugins > bbpress > setting > reset your default for forums for members back to whatever it was.

    #269425
    @mercime
    Participant

    @britur1345 Since you were able to install bbPress, could be a server time-out or something else. First, go to your wp-admin dashboard and click on “Plugins” on the left panel. If BuddyPress is in the list of installed plugins, click Delete. Then try installing BuddyPress again using Plugins > Add New. If that fails, you can try to install BuddyPress manually via FTP.

    #269424
    @mercime
    Participant

    @ademelo You mean BuddyPress was bundled as a premium package? As to the Keymaster role, that is controlled by the bbPress plugin (which might have been bundled as well).

    Normally to remove a person as Keymaster (with bbPress), you would go to wp-admin (backend) and click on the Users link on the left panel. Check the box beside the name of the user you would like to demote and then at the top of the table, on the second select box, change from Keymaster to Subscriber or whatever role you want. Same goes for the person you would like to promote, check the name of user in the table, then change to Keymaster in the second select box. By the way, you can have more than one Keymaster on bbPress forums.

    #269421
    richard.miller
    Participant

    Thanks for this, sorry for the delay – I don’t get email replies for this forum.

    So … this is code I would paste somewhere in my default BBPress template (I have one called bbpress.php)?

    If so, where should it go?

    #269410
    britur1345
    Participant

    WordPress 4.9.1 running Divi theme. Site is https://gobaug.org

    Have installed BBPRESS 2.5.14, now trying to install BuddyPress, receiving error below. Reason for installing BuddyPress is I believe it will through more flexible sidebar functions enable better management of the BBPRESS forum.

    Error received:
    “Could not copy file. buddypress/bp-templates/bp-legacy/css/twentyfourteen.scss”

    As newbie don’t know how to correct this error. Anyone who can help will receive my undying gratitude.

    Many thanks for newbie help.
    Brian Turner (Sweden)

    #269325

    In reply to: Groups Update Form

    Boone Gorges
    Keymaster

    This would take some custom coding. I don’t have any examples of how it could work for BP activity items. But I wrote something similar for bbPress replies a couple years ago, which might serve as an inspiration: https://github.com/boonebgorges/bbpress-reply-titles

    #269319
    grimbot
    Participant

    Sorry, this post has wrong information. I looked at the version for bbpress instead of biddypress. . I don’t see a way to edit or delete this post, so I’ve posted another with a similar title.

    #269311

    In reply to: Organic Square theme

    peter-hamilton
    Participant

    Thanks again, I do work better when sometimes tapped on the back, and there is such a need to improve on the available themes for BBPress/Buddypress, I feel they should not even be a separate thing… think they come from the same group of people!?.

    I aim to produce a usable skeleton theme in the next few months, to be honest now trying to learn how to create a customization page in the dashoard.

    #269310

    In reply to: Organic Square theme

    johnagreene
    Participant

    Seriously amazing work @peter-hamilton! It looks better than any premium Buddypress/bbPress theme I’ve seen. Great job and can’t wait to see the finished product!

    #269306

    In reply to: Organic Square theme

    peter-hamilton
    Participant

    I am aiming to make this a modern fully functional forum website that does offer the same if not more functions then most commercially available alternatives and prove that BBpress is capable of providing everything we need to create a full-fledged forum.

    As I am not a programmer I have been cutting and pasting for so long that I now start to get a basic understanding of php, but still only cutting pasting and making minor adjustments.

    I am almost ready incorporating all features I need, as soon as that is done I will once again rewrite all code to tidy it up and try to make it into a theme for others to use.

    I hope my effort shows those looking for software to make a forum that BBPress is capable and with wordpress in the background potentially better then anything you can buy.

    Peter Hamilton
    i-am-peter.com

    #269248
    Boone Gorges
    Keymaster

    I’d suggest starting a topic at https://bbpress.org/forums – bbPress is the software that is responsible for creating the index at /forums/, and the folks over there will probably be able to give better advice about how to limit what appears there.

    ovizii
    Participant

    I have a site running the latest WP and BP 2.9.2 and bbpress 2.5.14 while using the “Buddypress Default” theme. This site is basically only a bbpress forum, no real WP pages being used. It has run for a couple of years but after some of the most recent buddypress updates something seems ot have broken.

    Going to WP dashboard => settigns => budypress => settings tab I see: Template pack : Your template pack is out of date and there is only this one choice.

    Now the problems I see is that when creating a new thread, the thread is created and shown but only the title, the content posted when creating the thread is hidden. All subsequent replies show just fine.

    What should I do? Even if I select a new WP theme, BP still shows outdated template pack. Please advise, all I need is a free WP theme that looks like a forum and supports bbpress/Buddypress

Viewing 25 results - 801 through 825 (of 7,561 total)
Skip to toolbar