Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 4,126 through 4,150 (of 64,450 total)
  • Author
    Search Results
  • #213890

    In reply to: Registration Account

    Robin W
    Moderator

    Welcome to bbpress !

    This registration is done by Buddypress not bbpress, so you’d be better asking the question on their support forum

    https://buddypress.org/support/

    #213887
    ChristineZ
    Participant

    Heeelllloooo bbPress! 🙂

    This is my first time writing you and I have first say, I LOVE your plugin. GREAT job!

    I have a couple of question about the Registration page.

    Website: http://zolofly.com/register/
    WordPress Version: 5.5
    bbPress Version: 6.2.0

    1) How can extend the Profile Details … under the Account Details so that the page lays out nicely?
    Screenshot for your reference: http://prntscr.com/u36rrl … make since?

    2) How can I make some columns for the Hobbies? Rather than it just being one long row.

    3) Where can I add the Terms and Conditions next to the Privacy Policy?
    Screenshot for questions 2 and 3 for your reference: http://prntscr.com/u36tex

    That’s it and thank you so much for your support,
    Christine 🙂

    #213876
    hellojesse
    Participant

    Checkout template files for bbpress in theme directory, then just call widgets and sidebars you want That way you can customize whole bbp subpage s.

    #213864
    Mark Smith
    Participant

    You can go through this link for finding better solution.

    Layout and functionality – Examples you can use

    #213862
    Bingo Bongo
    Participant

    Activating bbpress throws errors
    All other plugins deactivated

    bbpress v 2.65
    wp v 5.5
    https://elumine.interconnected.me/
    theme – elumine, and twenty twenty, both up to date.

    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2172
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2176
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2182
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2186
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2190
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2194
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2199
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2203
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2208
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-content\plugins\unyson\framework\extensions\shortcodes\extensions\page-builder\class-fw-extension-page-builder.php on line 510

    Please advise.
    Thanks.

    #213848
    Robin W
    Moderator

    the logic is that at this point it is simply seeing what is stored in the database, rather than using wp-bakery to interpret it.

    Whilst I use WP-bakery on a couple of sites, none that use bbpress.

    sorry not sure I can help further

    #213846
    Robin W
    Moderator

    hmmm….not sure what to suggest next

    sort of looks like wp-bakery want you to buy an add-on for bbpress shortcodes

    bbPress Shortcodes

    #213840
    Robin W
    Moderator

    and can you look at this

    Step by step guide to setting up a bbPress forum – Part 1

    Items 3 and 8

    #213836
    rosbiffer
    Participant

    I’ve installed bbpress on my wordpress site. On every page I have a footer supplied by the theme which displays fine, except on all my forum pages. Here it just displays as text, starting with “[vc_row full_width=”stretch_row” content_placement=”middle” etc, so all of the WPBakery markup is just showing as text. I can’t try another theme as twenty twenty doesn’t show the footer anyway!

    Any idea what I can look at? According to WhatTheFile it’s just using my theme’s page.php file

    #213823
    Robin W
    Moderator

    hmm – what other bbpress related plugins do you have?

    This is already fixed in bbPress and will be part of the next release.

    These are just notices. There is nothing wrong or failing. They are annoying. I think misused in this situation. But it has been addressed.

    Renato Alves
    Participant

    @phy9pas Which bbPress version are you using?

    phy9pas
    Participant

    I’m running WP 5.5 and BBP 2.6.5

    It seems that WP5.5 has deprcated the method wp_make_content_images_responsive but it is still being hooked in
    /plugins/bbpress/includes/core/filters.php
    lines 194 & 195

    This is causing a warning message to be thrown

    #213793
    p3t3rr
    Participant

    UPDATE:

    I found the issue. 2 weeks back I added the following function to functions.php > child theme, because I wanted to rename the Keymaster to Administrator:

    // change user role name 'Verwalter' to 'Administrator'
    function ntwb_bbpress_custom_role_names() {
    	
    	// Keymaster
            bbp_get_keymaster_role() => array(
                'name'         => 'Administrator',
                'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() )
            )
    }
    add_filter( 'bbp_get_dynamic_roles', 'ntwb_bbpress_custom_role_names' );
    

    It successfully renamed the role and I was done with the issue. However, it apparently removed all the other default bbpress roles. I thought this function is exclusively for renaming roles as the name suggests.

    I went back and included all other default roles into that function in the child theme (The complete rename roles function can be seen eg here.) Now I see all roles in settings > forum > automatically assign roles. Also in user management I see all forum roles. Also, new forum registrants are automatically assigned to subscriber.

    problem solved.

    #213786
    Robin W
    Moderator

    something strange going on!

    I can only suggest it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Then come back

    I’d start by taking out any code in your child theme’s functions file !

    #213779
    p3t3rr
    Participant

    I just noticed the following: as a site admin I cannot change forum roles of users. I can only assign the role ‘administrator’ or ‘-nor roles for these forums-‘. No option to assign moderators or anything else.

    How could this have happened @robin-w? At one point I installed buddypress, but deinstalled it again.

    I already deactivated and activated bbpress and went through repair forums > default user roles. When I did the repair all users were assigned forum role ‘administrator’.

    #213741
    knudsen09
    Participant

    My bbPress forums page contains “bbPress Forums” just above the page title. Please advise on how to remove this.

    Theme: Creativ Blog

    #213739

    In reply to: Archive

    Robin W
    Moderator

    Yes I understand – your theme is doing that, not bbpress.

    #213737
    valdemarcrafter
    Participant

    Hello everyone, I need your help. I’m trying to make new roles in bbpress.php and capabilities.php, but it does not works.Then the debug page will be enabled. I think I do somthing wrong, Pease help me.

    taxconcept9
    Participant

    please guide/process ask.

    p3t3rr
    Participant

    Hi there,

    I am currently setting up a bbpress forum. This is why I post a view threads atm because I have questions. Hopefully, it’s not perceived as spam.

    I know that this is not a bbpress issue, more of a wordpress thing in general. However, I guess that most bbpress developers/admins have solved this issue – therefore I ask it here.

    I want to disable access to wordpress admin dashboard for all normal forum participants (role: subscriber/participant).

    I have done some searching and found that it could be achieved through the following custom php.

    disable wp-admin:

    // redirect back to homepage and not allow access to wp backend for subscribers
    function rkk_redirect_admin(){
    	if ( ! wp_doing_ajax() && ! current_user_can( 'edit_posts' ) ) {
            wp_redirect( site_url() );
            exit;
        }
    }
    add_action( 'admin_init', 'rkk_redirect_admin' );

    disable wp admin toolbar:

    // disable wp toolbar on the frontend of website for subscribers
    function rkk_disable_admin_bar() {
        if( ! current_user_can('edit_posts') )
            add_filter('show_admin_bar', '__return_false');
    }
    add_action( 'after_setup_theme', 'rkk_disable_admin_bar' );

    I included that code in functions.php of childtheme. However, it does not seem to have an effect. Subscriber can still access wp-admin and can see the wp toolbar in the front end.

    Anybody have a good solution for this? I don’t want to use an extra plugin for that.

    thank you for helping. best regards, peter

    #213716
    p3t3rr
    Participant

    Hi there,

    I am currently setting up a bbpress forum. This is why I post a view threads atm because I have questions. Hopefully, it’s not perceived as spam

    I noticed that new users are automatically assigned to the forum role administrator, eventhough automatic role assignment as forum admin for new users is not checked under settings > forum > user settings for forum.

    Why is this? Am I missing something?

    New users should just get the wordpress default role subscriber and forum role participant.

    Hopefully you can help. best regards, peter

    Chuckie
    Participant

    Hi Guys

    I have just added my first plugin to the WordPress Plugin Directory:

    Add AutoSave | Fullscreen to TinyMCE

    I wonder if it can be added to the list here on the site (or maybe in bbp style pack list)?

    If you have the TinyMCE toolbar activated in your bbPress forum then it should hopefully show the extra two toolbar icons as details in the description for the plugin.

    It works for me – has done so for many months. I just decided to make it available to the community and updated it to use the officially supported TinyMCE as was released with WordPress 5.5.

    I am no plugin guru by any means, if it it helps anyone then it will have served it’s purpose.

    Have a good day.

    Andrew

    #213710
    p3t3rr
    Participant

    Hi,

    I want to display a forum specific sidebar on all bbp pages. For this I include the desired widgets in design > widgets > Forum. The sidebar is correctly shown on many bbpress pages, but not all. For example the forum index page and the bbpress profile page (‘/forum/user-base/username/’) does not have the sidebar.

    How can I have the sidebar (named ‘Forum’) display on those pages as well? I am looking for a little php function which I can include in the child theme functions.php. I am using the Enfold theme which generally seems to work very well with bbpress.

    I had the same problem when I was experimenting with buddypress (I decided to not use buddypress though). To have the sidebar displayed on all buddypress pages we came up with the following working function:

    //custom forum sidebar on buddypress pages
    add_filter('avf_custom_sidebar','avf_custom_sidebar_mod');
    function avf_custom_sidebar_mod($sidebar) {
    	if ( bp_current_component() ) {
    		$sidebar = "Forum";
    	}
    	return $sidebar; 
    }

    Can this function be adjusted to work with bbpress? I thought maybe just change the if condition to if ( bbp_loaded() ). But it does not seem to work.

    Any help would be greatly appreciated. Best regards, peter

    #213661
    Jing
    Participant

    We are building a mobile app that connects to the bbPress forum on our site. We have been told that bbPress does not have its own API. Can WP REST API handle the following:

    1) Create a new topic
    2) Reply to a topic
    3) pull out topics and replies by a specific user
    4) pull out profile info of a user who created a topic or replied to a topic
    5) subscribe / unsubscribe to a topic.

    Are there any limitations?
    Where can we find the documentation?

    Thank you so much!

    Jing

Viewing 25 results - 4,126 through 4,150 (of 64,450 total)
Skip to toolbar