Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 17,376 through 17,400 (of 64,532 total)
  • Author
    Search Results
  • #155928
    cyclesha
    Participant

    Please take another look. I did use the info and set up a custom link. I do get the Private forum, however, the same, no such page error occurs for the other three sub forums.

    Do you mean you don’t want anyone else to start topics?******** Yes, that is correct. I do want them to reply to topics. Topics need to be started by admin only.

    there is a plugin for bbPress although I haven’t used it. https://wordpress.org/plugins/bbpressmoderation/ ************ I found it although it seems they say only is compatible with WP version 3.6.1 I have WP version 4.1. Can I try it or will it screw things up?

    #155915

    Hey there. You’ll need to write a small plugin to do this, as currently there is no classification of what roles a user has available to target.

    I’ve created this Trac ticket and slated it for the 2.7 release. It won’t be too difficult for us to make this easier for you in a future release.

    https://bbpress.trac.wordpress.org/ticket/2737

    #155914
    Bob1nz
    Participant

    ok so I have made some small progress

    add_filter('bbp_get_user_role_map','custom_bbp_get_user_role_map');
    function custom_bbp_get_user_role_map($role_map){
        $role_map['admin'] = bbp_get_admin_role();
        $role_map['guest'] = bbp_get_guest_role();
        return $role_map;
    }

    Works if I use the built in bbpress roles eg where is says bbp_get_admin_role(); have bbp_get_keymaster_role(); , bbp_get_moderator_role(); , bbp_get_admin_role(); bbp_get_participant_role();.

    I seem to be stuck on getting the custom roles that I have created in bbpress to be picked up in the map.

    The error I get is Fatal error: Call to undefined function bbp_get_admin_role() in [pathtomyfunctions.php] on line 550 which is $role_map[‘admin’] = bbp_get_admin_role();

    #155909
    melanie bund
    Participant

    Hi my forum appears in a part of the site that has a generic login. So what i need is that users have to type in email and name in order to post – is this possible? is there a shortcode for this or do i have to add something to the bbpress.php?
    thank you in advance
    Melanie

    #155907
    Bob1nz
    Participant

    I’m not an expert on these things but I just setup bbPress and I never setup a page for it.
    To add it to my menu I got the page url for it and added a custom menu item pointing to that url.

    I had a quick look at your website and the forums link in the menu appears to point to yourwebsite/?forum=forums which points to a page not found.

    Try using this link instead yourwebsite/?post_type=forum as it seems to show the forums page at least, although I cannot see any categories or forums on it.

    I do not want topics created from the front end

    Do you mean you don’t want anyone else to start topics?

    I will need to approve and post all replies to a topic

    there is a plugin for bbPress although I haven’t used it. https://wordpress.org/plugins/bbpressmoderation/

    To allow users to register on your website you need to enable that feature. Its in the dashboard under Settings->General-> Membership.

    Altersoundwork
    Participant

    Hi there,

    So, took forever but eventually the importer finished, all the forums are there, when you go to debates and replies in admin they are all there and assigned to the right users, but when going to the user side of things, the forums and subforums are there with the correct count of posts and so on within them but when you go in to any of them, there´s no threads, as if it was empty (even if the count is right and it does mention latest posts and threads and so on.

    #155898
    robertosalemi
    Participant

    Hi,
    the problem is still present.
    This morning when I upgraded my two plugin files .mo and .po bbPress and BuddyPress were overwritten …
    How so?
    Thank You.

    #155896
    Bob1nz
    Participant

    I found this

    /**
     * Return a map of WordPress roles to bbPress roles. Used to automatically grant
     * appropriate bbPress roles to WordPress users that wouldn't already have a
     * role in the forums. Also guarantees WordPress admins get the Keymaster role.
     *
     * @since bbPress (r4334)
     *
     * @return array Filtered array of WordPress roles to bbPress roles
     */
    function bbp_get_user_role_map() {
    
    	// Get the default role once here
    	$default_role = bbp_get_default_role();
    
    	// Return filtered results, forcing admins to keymasters.
    	return (array) apply_filters( 'bbp_get_user_role_map', array (
    		'administrator' => bbp_get_keymaster_role(),
    		'editor'        => $default_role,
    		'author'        => $default_role,
    		'contributor'   => $default_role,
    		'subscriber'    => $default_role
    	) );
    }

    Is there any way to add extra roles in that without editing the plugin files directly?

    #155895
    Tanya
    Participant
    #155894
    Robin W
    Moderator

    ok, the software is held in files, the content (forums, topics etc) is held in the database.

    Please read

    https://codex.bbpress.org/creating-a-test-site/

    for a long explanation of how wordpress is structured.

    I believe you issue is as simple as that the level of user that you are does not permit you to se the ‘backend’ – that is the forum stuff in the dashboard – so deleting and recreating the plugin will not help you.

    The answer I think is to go into phpmyadmin, and edit your entry to give yourself permission as per previous answer.

    The link above should give you sufficient to be able to find your entry and edit it.

    #155892
    raytronx
    Participant

    I’m seeing this problem as well with bcc header. Users can see all the other users email addresses that are subscribed to a thread even though it says it is a bcc.
    I use Siteground.com as a host. Siteground support says it is a WordPress or plugin issue.

    Here is my setup

    PHP 5.3.29
    MYSQL 5.5.31
    WordPress 4.1
    BuddyPress 2.1.1
    rtMedia 3.7.24
    OS Linux
    Imagick Not Installed
    GD bundled (2.1.0 compatible)
    [php.ini] post_max_size 20M
    [php.ini] upload_max_filesize 20M
    [php.ini] memory_limit 256M
    Installed Plugins AutoChimp by Wanderer LLC Dev Team version 2.15,
    bbp buddypress profile information by Robin Wilson version 1.0,
    bbPress Enable TinyMCE Visual Tab by Jared Atchison version 1.0.1,
    bbPress Stay Checked by Ephrain Marchan version 1.0,
    bbPress by The bbPress Community version 2.5.4,
    BP Profile Search by Andrea Tarantini version 4.0.3,
    BP Redirect to Profile for Buddypress by Brajesh Singh version 1.2,
    BuddyBoss Wall by BuddyBoss version 1.1.1,
    Buddypress Bump Activity Streams To Top by David Gladwin version 1.0.0,
    BuddyPress Group Email Subscription by Deryk Wenaus, boonebgorges, r-a-y version 3.5,
    rtMedia for WordPress, BuddyPress and bbPress by rtCamp version 3.7.24,
    Buddypress Xprofile Custom Fields Type by donmik version 2.0.5,
    BuddyPress by The BuddyPress Community version 2.1.1,
    GD bbPress Tools by Milan Petrovic version 1.6,
    Imsanity by Jason Hinkle version 2.3.1,
    Limit Login Attempts by Johan Eenfeldt version 1.7.1,
    myCRED by Gabriel S Merovingi version 1.5.4,
    rtMedia Pro by rtCamp version 2.5.13,
    TinyMCE Advanced by Andrew Ozz version 4.1.7,
    WangGuard Registration Notice Add-on by WangGuard version 1.0.0,
    WangGuard by WangGuard version 1.6.2,
    WordPress SEO by Team Yoast version 1.7.1,
    WP Editor by Benjamin Rojas version 1.2.5.1,
    wp-Monalisa by Hans Matzen version 3.4,
    wpMandrill by Mandrill version 1.33
    Theme Name BuddyBoss Child Theme
    Theme Version 4.0.0
    Author URL http://www.buddyboss.com

    #155891
    EvolveWorkforce
    Participant

    Hmm yes database editing may be too hard to me since I don’t have experience. After researching I did get close to what you are suggesting in MySQL but I think it may be a bit over my head.

    That said, I’m thinking it may be easiest if I completely deleted the plugin files from my server. Then I could re-install bbpress. I’d need to know what backed up files I need to add back to the plugin once it’s re-installed in order to get all of my threads, posts, and users back.

    Do you know what files that would be or how I could do that? Sorry this seems to be the never-ending support ticket!

    #155888
    cyclesha
    Participant

    Hello folks, I posted a topic on the trouble shooting page and think I should have posted it here.

    Well, I installed the bbPress plug in and have it shown in the left side bar of my admin screen.

    I then created a new page on my site: Forums and added the page to the menu.

    So far I have nothing. Please help.

    cycleshanty.com

    WP version 4.1

    Current (new) bbPress version

    richardlathrop
    Participant

    Hello!

    I would love to make it so, to post on other forums, users have to put a post in a Welcome forum, to introduce themselves. Does anyone know a plugin to make this work?

    Thanks!

    (latest version of wordpress and bbpress, bindebros.com)

    j0n4h
    Participant

    http://www.animusesports.com/forums/topic/this-is-a-test/

    bbpress Version 2.5.4
    WordPress 4.1

    For whatever reason, only my posts are visibly correct in post count under user avatar in the forums. Everyone else shows as having 0 posts. I’ve tried repairing each of the repairable items in the Tools>Forums to no avail.

    Ideas?

    Thanks in advance.

    #155880

    Looks like someone else is seeing this also.

    Cc instead of Bcc in notification emails

    It might be a server configuration issue, but I’m looking into it now.

    #155869
    Bob1nz
    Participant

    Hi 🙂

    Well I am setting up a small community for a minecraft server and we have a plugin for minecraft that will sync the ranks in game to the website http://www.spigotmc.org/resources/communitybridge.2232/

    So I am trying to replicate the ranks in game on the wordpress website.

    The end goal is
    InGameRank -> WordPressRole -> bbPressRole
    Owner -> Owner -> Owner
    Co-Owner -> Co-Owner -> Co-Owner
    Admin -> Admin -> Admin
    Moderator -> Moderator -> Moderator
    Member -> Member -> Member
    Guest -> Guest -> Guest

    The owner would essentially be bbPress’s keymaster but I would like to define the capabilities of each role.

    Using the code I posted I am unable to change my forum role.
    I am currently still set as Administrator in the Site Role.
    When I select my user in the dashboard and select change the forum role to the owner rank I created and click change it just reloads the page and my forum role is still keymaster.
    I am able to change other users forum roles correctly.

    My main question is how to get the wordpress roles to sync to the bbPress roles effectively making it so if i change the wordpress role the bbpress role will also change.

    (what is up with the tag changes I did not put those)

    #155861
    Robin W
    Moderator

    I think you mean breadcrumbs the following shows breadcrumbs

    Layout and functionality – Examples you can use

    They are still there, so you should see them, might be another plugin or your theme is hiding them

    try

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    clarer1
    Participant

    I run a support network Mailman email discussion group. Some members would prefer a forum. Others prefer email. The big advantage of the Mailman group is that everyone gets all the emails and we find people joining in discussion, when they wouldn’t necessarily have logged into a forum. And it’s quicker to reply by email than to log into a web forum. And easier on a phone. So everyone benefits. At the cost of inboxes becoming crowded on a busy day.

    A compromise would be to have a forum that has email access – both notification of new posts and replies, and the ability to post messages and replies by email.

    I’m new to forums and not sure where to begin.
    Can I do this with bbPress? Or is it better to use BuddyPress?
    Do I need plugins for the email functions?
    I came across < href=”https://wordpress.org/plugins/buddypress-group-email-subscription/”>BuddyPress Group Email Subscription and BuddyPress Reply by Email. Do these work with bpPress or only with the full BuddyPress? Are there other plugins that will work well?

    By the way, it’s a private group and people should be able to keep their email addresses private if wished. I saw some posts here that said email addresses were CC in notifications instead of BCC, which is a problem. And other posts saying that BCC notifications weren’t getting through spam filters.

    Sorry to leap in and ask so much in one go. I’m a bit lost trying to work out what setup to try.

    Thank you.

    #155850
    MorpheusWP
    Participant

    I’m having a bit of trouble with the phpBB importer in bbPress 2.5.4.

    I’ve been through about 15 imports in a cloned staging area with varying results.

    My phpBB forum contains 260,000 posts, 20,000 topics and about 13,000 users. The forum has been “cleaned up” in phpBB first meaning that I’ve used phpBB’s tools to resync the forums

    On each import, it works ok to a point where it successfully importing the users, forum structure and the topics. Once it begins importing and converting to replies, it gets to about 158,000 and hangs.

    Clicking Stop and allowing a few minutes of rest and start again does work but the converter slows to a crawl, sometimes to 1/50th of the original speed.

    Another issue is that many thousands of the replies seem to be mismatched and they’re not in their correct forums.

    Usually bbPress’s repair tools fail to correct the mismatch.

    Does anyone here have any guidance for me?

    #155847
    Ellievant
    Participant

    Hey there,
    after having recently started with bbpress 2.5.4 and WP 4.1, I ran into a “404” problem after having created forum and topic as per the step-by-step directive (using method #2 with shortcode).
    Right from the start, a “404” appeared when startgin from the forum index page (the one with the shortcode). I spent the last 40 hrs reading and trying the various proposed fixes, none worked.
    However, deactivating the installed plugins and trying did point to WooCommerce Multilingual
    being the culprit, since the forums, subforums, categories, topics work fine when WC Mutlilingual is deactivated. If WC ML is activated, the same URL (using “postname”) is crashing to a “404”.

    I somebody has run into similar problem and/or a diagnosis on what the reason is-
    or even better can provide the magic fix, please step up and collect the praise… I myself m at the very end of my wits and carry a dangerous 1/8 knowledge about what I am doing…

    Cheers,
    O.

    #155844
    Bob1nz
    Participant

    Hi

    This is my third time trying to post here hopefully it sticks this time.

    I am trying to add some custom roles to the bbpress forums and I have followed the Custom Capabilities codex page.

    It doesn’t appear to be working as intended though as I cannot give myself the owner role

    I would like these roles in bbpress to sync with some custom wp roles made with the members plugin.

    sorry for the wall of text below but its an effort to get this topic posted (i had links in the previous topics)

    here is what i have in my child themes functions.php

    // add bbPress Roles********************************************
    
     
    function add_new_roles( $bbp_roles )
    {
        /* Add a role called BlockFusion Owner */
        $bbp_roles['bbp_owner'] = array(
            'name' => 'BlockFusion Owner',
            'capabilities' => custom_capabilities( 'bbp_owner' )
            );
     
        /* Add a role called Co-Owner */
        $bbp_roles['bbp_co_owner'] = array(
            'name' => 'Co-Owner',
            'capabilities' => custom_capabilities( 'bbp_co_owner' )
            );
     
        /* Add a role called Admin */
        $bbp_roles['bbp_admin'] = array(
            'name' => 'Admin',
            'capabilities' => custom_capabilities( 'bbp_admin' )
            );
     
        /* Add a role called Moderator */
        $bbp_roles['bbp_moderator'] = array(
            'name' => 'Moderator',
            'capabilities' => custom_capabilities( 'bbp_moderator' )
            );
     
        /* Add a role called Member */
        $bbp_roles['bbp_member'] = array(
            'name' => 'Member',
            'capabilities' => custom_capabilities( 'bbp_member' )
            );
     
        /* Add a role called Guest */
        $bbp_roles['bbp_guest'] = array(
            'name' => 'Guest',
            'capabilities' => custom_capabilities( 'bbp_guest' )
            );
     
        return $bbp_roles;
    }
     
    add_filter( 'bbp_get_dynamic_roles', 'add_new_roles', 1 );
     
    function add_role_caps_filter( $caps, $role )
    {
        /* Only filter for roles we are interested in! */
        if( $role == 'bbp_owner' )
            $caps = custom_capabilities( $role );
     
        if( $role == 'bbp_co_owner' )
            $caps = custom_capabilities( $role );
     
        if( $role == 'bbp_admin' )
            $caps = custom_capabilities( $role );
     
        if( $role == 'bbp_moderator' )
            $caps = custom_capabilities( $role );
     
        if( $role == 'bbp_member' )
            $caps = custom_capabilities( $role );
     
        if( $role == 'bbp_guest' )
            $caps = custom_capabilities( $role );
     
        return $caps;
    }
     
    add_filter( 'bbp_get_caps_for_role', 'add_role_caps_filter', 10, 2 );
     
    function custom_capabilities( $role )
    {
        switch ( $role )
        {
     
            /* Capabilities for 'BlockFusion Owner' role */
            case 'bbp_owner':
                return array(
    
    				// Keymasters only
    				'keep_gate'             => true,
                    
                    // Primary caps
                    'spectate'              => true,
                    'participate'           => true,
                    'moderate'              => true,
                    'throttle'              => true,
                    'view_trash'            => true,
     
                    // Forum caps
                    'publish_forums'        => true,
                    'edit_forums'           => true,
                    'edit_others_forums'    => true,
                    'delete_forums'         => true,
                    'delete_others_forums'  => true,
                    'read_private_forums'   => true,
                    'read_hidden_forums'    => true,
     
                    // Topic caps
                    'publish_topics'        => true,
                    'edit_topics'           => true,
                    'edit_others_topics'    => true,
                    'delete_topics'         => true,
                    'delete_others_topics'  => true,
                    'read_private_topics'   => true,
     
                    // Reply caps
                    'publish_replies'       => true,
                    'edit_replies'          => true,
                    'edit_others_replies'   => true,
                    'delete_replies'        => true,
                    'delete_others_replies' => true,
                    'read_private_replies'  => true,
     
                    // Topic tag caps
                    'manage_topic_tags'     => true,
                    'edit_topic_tags'       => true,
                    'delete_topic_tags'     => true,
                    'assign_topic_tags'     => true,
                );
     
                /* Capabilities for 'Co-Owner' role */
            case 'bbp_co_owner':
                return array(
                    // Primary caps
                    'spectate'              => true,
                    'participate'           => true,
                    'moderate'              => true,
                    'throttle'              => true,
                    'view_trash'            => true,
     
                    // Forum caps
                    'publish_forums'        => true,
                    'edit_forums'           => true,
                    'edit_others_forums'    => true,
                    'delete_forums'         => true,
                    'delete_others_forums'  => true,
                    'read_private_forums'   => true,
                    'read_hidden_forums'    => true,
     
                    // Topic caps
                    'publish_topics'        => true,
                    'edit_topics'           => true,
                    'edit_others_topics'    => true,
                    'delete_topics'         => true,
                    'delete_others_topics'  => true,
                    'read_private_topics'   => true,
     
                    // Reply caps
                    'publish_replies'       => true,
                    'edit_replies'          => true,
                    'edit_others_replies'   => true,
                    'delete_replies'        => true,
                    'delete_others_replies' => true,
                    'read_private_replies'  => true,
     
                    // Topic tag caps
                    'manage_topic_tags'     => true,
                    'edit_topic_tags'       => true,
                    'delete_topic_tags'     => true,
                    'assign_topic_tags'     => true,
                );
     
                /* Capabilities for 'Admin' role */
            case 'bbp_admin':
                return array(
                    // Primary caps
                    'spectate'              => true,
                    'participate'           => true,
                    'moderate'              => true,
                    'throttle'              => true,
                    'view_trash'            => true,
     
                    // Forum caps
                    'publish_forums'        => false,
                    'edit_forums'           => false,
                    'edit_others_forums'    => false,
                    'delete_forums'         => false,
                    'delete_others_forums'  => false,
                    'read_private_forums'   => true,
                    'read_hidden_forums'    => true,
     
                    // Topic caps
                    'publish_topics'        => true,
                    'edit_topics'           => true,
                    'edit_others_topics'    => true,
                    'delete_topics'         => true,
                    'delete_others_topics'  => true,
                    'read_private_topics'   => true,
     
                    // Reply caps
                    'publish_replies'       => true,
                    'edit_replies'          => true,
                    'edit_others_replies'   => true,
                    'delete_replies'        => true,
                    'delete_others_replies' => true,
                    'read_private_replies'  => true,
     
                    // Topic tag caps
                    'manage_topic_tags'     => true,
                    'edit_topic_tags'       => true,
                    'delete_topic_tags'     => true,
                    'assign_topic_tags'     => true,
                );
     
                /* Capabilities for 'Moderator' role */
            case 'bbp_moderator':
                return array(
                    // Primary caps
                    'spectate'              => true,
                    'participate'           => true,
                    'moderate'              => true,
                    'throttle'              => true,
                    'view_trash'            => true,
     
                    // Forum caps
                    'publish_forums'        => false,
                    'edit_forums'           => false,
                    'edit_others_forums'    => false,
                    'delete_forums'         => false,
                    'delete_others_forums'  => false,
                    'read_private_forums'   => true,
                    'read_hidden_forums'    => true,
     
                    // Topic caps
                    'publish_topics'        => true,
                    'edit_topics'           => true,
                    'edit_others_topics'    => true,
                    'delete_topics'         => true,
                    'delete_others_topics'  => true,
                    'read_private_topics'   => true,
     
                    // Reply caps
                    'publish_replies'       => true,
                    'edit_replies'          => true,
                    'edit_others_replies'   => true,
                    'delete_replies'        => true,
                    'delete_others_replies' => true,
                    'read_private_replies'  => true,
     
                    // Topic tag caps
                    'manage_topic_tags'     => true,
                    'edit_topic_tags'       => true,
                    'delete_topic_tags'     => true,
                    'assign_topic_tags'     => true,
                );
     
                /* Capabilities for 'Member' role */
            case 'bbp_member':
                return array(
                    // Primary caps
                    'spectate'              => true,
                    'participate'           => true,
                    'moderate'              => false,
                    'throttle'              => true,
                    'view_trash'            => false,
     
                    // Forum caps
                    'publish_forums'        => false,
                    'edit_forums'           => false,
                    'edit_others_forums'    => false,
                    'delete_forums'         => false,
                    'delete_others_forums'  => false,
                    'read_private_forums'   => true,
                    'read_hidden_forums'    => false,
     
                    // Topic caps
                    'publish_topics'        => true,
                    'edit_topics'           => true,
                    'edit_others_topics'    => false,
                    'delete_topics'         => true,
                    'delete_others_topics'  => false,
                    'read_private_topics'   => true,
     
                    // Reply caps
                    'publish_replies'       => true,
                    'edit_replies'          => true,
                    'edit_others_replies'   => false,
                    'delete_replies'        => true,
                    'delete_others_replies' => false,
                    'read_private_replies'  => true,
     
                    // Topic tag caps
                    'manage_topic_tags'     => true,
                    'edit_topic_tags'       => true,
                    'delete_topic_tags'     => true,
                    'assign_topic_tags'     => true,
                );
     
                /* Capabilities for 'Guest' role */
            case 'bbp_guest':
                return array(
                    // Primary caps
                    'spectate'              => true,
                    'participate'           => true,
                    'moderate'              => false,
                    'throttle'              => true,
                    'view_trash'            => false,
     
                    // Forum caps
                    'publish_forums'        => false,
                    'edit_forums'           => false,
                    'edit_others_forums'    => false,
                    'delete_forums'         => false,
                    'delete_others_forums'  => false,
                    'read_private_forums'   => true,
                    'read_hidden_forums'    => false,
     
                    // Topic caps
                    'publish_topics'        => true,
                    'edit_topics'           => true,
                    'edit_others_topics'    => false,
                    'delete_topics'         => true,
                    'delete_others_topics'  => false,
                    'read_private_topics'   => true,
     
                    // Reply caps
                    'publish_replies'       => true,
                    'edit_replies'          => true,
                    'edit_others_replies'   => false,
                    'delete_replies'        => true,
                    'delete_others_replies' => false,
                    'read_private_replies'  => true,
     
                    // Topic tag caps
                    'manage_topic_tags'     => true,
                    'edit_topic_tags'       => true,
                    'delete_topic_tags'     => true,
                    'assign_topic_tags'     => true,
                );
     
                break;
     
            default :
                return $role;
        }
    }
    
    #155841
    spespam
    Participant

    Hello,

    I have a forum which still works with a very old version of fluxbb (1.2.22).

    I tried to convert my forum using the tool inside bbpress 2.5.4 but it doesn’t work at all. No forums is imported, no users, no topics, no replies, nothing at all.

    My question is : which version of fluxbb should I have to make it work ?

    Thank you

    #155836

    Topic: BBpress tinymce

    in forum Showcase
    Hephaestus_Xii
    Participant

    Greeting from Alabama,

    I am completely new BBpress but not so much with wordpress. I would like to add a tinymce editor that mimics the wordpress editor. I search the forum but most of the solutions seem out date or dont work. I have tried a couple plugins but they dont seem to affect the bbpress editor.

    Searching through the examples of bbpress forums i found tamierlfoundry and would like to implement this tinymce editor

    View post on imgur.com

    Is there a tutorial on how this can be done
    (I post this once before but it didnt show up as posted)

Viewing 25 results - 17,376 through 17,400 (of 64,532 total)
Skip to toolbar