Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 6,001 through 6,025 (of 14,219 total)
  • @robin-w

    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Freshness Display

    @robin-w

    Moderator

    just tried it, it is all good, you must have missed a character off somewhere, just add it to the end

    <?php
    function hello_elementor_child_enqueue_scripts() {
    wp_enqueue_style(
    'hello-elementor-child',
    get_stylesheet_directory_uri() . '/style.css',
    [
    'hello-elementor'
    ],
    '1.0.0'
    );
    }
    add_action( 'wp_enqueue_scripts', 'hello_elementor_child_enqueue_scripts' );
    function ele_disable_page_title( $return ) {
    return false;
    }
    add_filter( 'hello_elementor_page_title', 'ele_disable_page_title' );
    add_filter( 'bbp_register_topic_post_type', 'rew') ;
    
    function rew ($rew) {
    
    $rew = array(
    				'labels'              => bbp_get_topic_post_type_labels(),
    				'rewrite'             => bbp_get_topic_post_type_rewrite(),
    				'supports'            => bbp_get_topic_post_type_supports(),
    				'description'         => esc_html__( 'bbPress Topics', 'bbpress' ),
    				'capabilities'        => bbp_get_topic_caps(),
    				'capability_type'     => array( 'topic', 'topics' ),
    				'menu_position'       => 555555,
    				'has_archive'         => ( 'forums' === bbp_show_on_root() ) ? bbp_get_topic_archive_slug() : false,
    				'exclude_from_search' => true,
    				'show_in_nav_menus'   => true,
    				'public'              => true,
    				'show_ui'             => current_user_can( 'bbp_topics_admin' ),
    				'can_export'          => true,
    				'hierarchical'        => false,
    				'query_var'           => true,
    				'menu_icon'           => '',
    				'source'              => 'bbpress',
    			)  ;
    			
    return $rew ;
    }
    
    add_filter( 'bbp_register_reply_post_type', 'rew2') ;
    
    function rew2 ($rew) {
    
    $rew2 = array(
    				'labels'              => bbp_get_reply_post_type_labels(),
    				'rewrite'             => bbp_get_reply_post_type_rewrite(),
    				'supports'            => bbp_get_reply_post_type_supports(),
    				'description'         => esc_html__( 'bbPress Replies', 'bbpress' ),
    				'capabilities'        => bbp_get_reply_caps(),
    				'capability_type'     => array( 'reply', 'replies' ),
    				'menu_position'       => 555555,
    				'exclude_from_search' => true,
    				'has_archive'         => false,
    				'show_in_nav_menus'   => true,
    				'public'              => true,
    				'show_ui'             => current_user_can( 'bbp_replies_admin' ),
    				'can_export'          => true,
    				'hierarchical'        => false,
    				'query_var'           => true,
    				'menu_icon'           => '',
    				'source'              => 'bbpress',
    			)  ;
    			
    return $rew2 ;
    }
    In reply to: @mentions

    @robin-w

    Moderator

    maybe, I’m tied up in paid work at the moment, so can’t really find time to take a look at the code

    In reply to: Freshness is way off

    @robin-w

    Moderator

    yes

    @robin-w

    Moderator

    great

    In reply to: Incorrect Forum stats

    @robin-w

    Moderator

    this can happen when a message gets flagged as spam.

    go to

    dashboard>tools>forums>repair forums and go through those that count topics and replies

    In reply to: @mentions

    @robin-w

    Moderator
    In reply to: Formatting not Apply

    @robin-w

    Moderator

    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

    @robin-w

    Moderator

    not used elementor, but this should let you style bbpress

    bbp style pack

    @robin-w

    Moderator

    great

    @robin-w

    Moderator

    forums etc. are not for the dashboard part of the site for participants.

    create a page and put this code in it

    [bbp-forum-index]

    Then put this page into your site menu

    @robin-w

    Moderator

    sorry, no idea why.

    Beyond free help, esp. given that divi is a paid product and bbpress is free.

    In reply to: Topic Title length

    @robin-w

    Moderator

    great!!

    In reply to: Topic Title length

    @robin-w

    Moderator

    Put this in your child theme’s function file – or use

    Code Snippets

    In reply to: Errore nel login

    @robin-w

    Moderator

    bbpress just uses WordPress login, so the issue lies with your site/wordpress

    @robin-w

    Moderator

    ok, I can only suggest that you revert to the standard tests

    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

    @robin-w

    Moderator

    I cannot see an obvious error.

    in which file in your theme are you putting this ?

    php can haveissues with the various quote marks, particularly if they have been copy/pasted so maybe type the line in again by hand, rather than copy

    @robin-w

    Moderator

    and then change the menu item from a ‘forum link’ to the page you’ve created

    @robin-w

    Moderator

    ok, I’d suggest you take the breadcrumb out as well – that’s the

    Home › Forums › Community

    So put this in your theme’s custom css area

    div.bbp-breadcrumb {
    	display: none !important;
    }

    @robin-w

    Moderator

    ok,

    dashboard>pages>add new

    give it a title of community

    and in the content put

    [bbp-single-forum id=4011]

    and publish and view the oage

    This should then show this forum in a page

    if that works, then come back with the url and I’ll tell you what to do next

    @robin-w

    Moderator

    ok, poorly asked question by me !

    Let me try a couple pf questions, then I’ll see if I can help

    1. in dashboard>appearance>menus how is the menu item ‘community’ set up. Is this a custom link or a forum or a page(look at the right hand side of the item in the menu part)
    2. is community the only forum you are planning ?

    @robin-w

    Moderator

    yes please, it should give us the full error

    @robin-w

    Moderator

    do you know how to turn debug in ?

    @robin-w

    Moderator

    do you have the full error message?

    In reply to: Reddit style forum

    @robin-w

    Moderator

    link to your site?

Viewing 25 replies - 6,001 through 6,025 (of 14,219 total)