Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 15,201 through 15,225 (of 64,518 total)
  • Author
    Search Results
  • #162696
    Robkk
    Moderator

    Adding menu links like that is quite difficult unless you manually create the menu in HTML and just not worry about the WordPress menu configuration.

    I suggest maybe creating a copy of the login widget and add whatever links you want for the suer to the bbPress login Widget.

    This explains it quite briefly.

    Layout and functionality – Examples you can use

    If you need help or an example plugin to create this please reply back.

    #162695
    Robkk
    Moderator

    @muchman13 and @dreambot

    Guys this is an old topic

    The theme was probably for bbPress v1 so not for the bbPress 2 plugin

    the guy doesn’t even use WordPress, that is just a static site hosted on I think Github

    #162693

    In reply to: @mentions feature

    Robkk
    Moderator

    @jturet

    I don’t know , suggest you hire a developer if you really want this functionality.

    but by default bbPress and BuddyPress do not use the visual editors so Id say just use the default text editor.

    #162692

    In reply to: bbPress 2.5.5

    Robkk
    Moderator

    @littleapplebigpear

    To create a topic you choose the forum you want to create a topic in from the left forums list.

    then you scroll down to the topic form.

    to fix your issue.

    #bbpress-forums .reply,
    #bbpress-forums .reply:hover {
      color: #000000 !important;
    }
    #162691

    In reply to: bbPress 2.5.5

    littleapplebigpear
    Participant

    hello, sorry to budge into this convo.. but i don’t know how to start a new topic.. lol

    I cant seem to find a solution to this:
    my bbpress only show the comments of the topic creator but unable to show the comments of others who comment on that topic.. please help 🙁

    Here is what i am referring about(notice the blank replies other than the topic creator):
    http://sgreview.sg/forums/topic/hai-di-lao-hot-pot/#post-110

    #162689
    jookkoo
    Participant

    Hello.
    My site in wp-config.php i uses define(‘WP_DEBUG’, true) and it warning as below:

    Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/xxx/xxx/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28

    Please help
    Thank you

    #162680

    In reply to: New Replies on top

    Robin W
    Moderator

    try adding this to your functions file

    add_filter('bbp_has_replies_query', 'modify_replies_query');
    
    function modify_replies_query($bbp_r) {
    $bbp_r = 'ASC';
    return $bbp_r;
    }
    
    

    Functions files and child themes – explained !

    #162679

    In reply to: Broken Breadcrumbs

    Robin W
    Moderator

    ok, just because there are the same symptoms, doesn’t mean that the solution is the same !

    have you installed

    https://wordpress.org/plugins/bbpress-genesis-extend/

    @mercime
    Moderator

    #162670
    Kennon1st
    Participant

    I’ve been working hard at setting up a site for my podcast and things had been going swimmingly, but while looking around at some RSS feed import widgets and such today, somehow I seem to no longer have working BBpress forums. It doesn’t seem like it would be related, but who knows?

    The forums still show in my dashboard, and I was able to create a forum page by hand and get it to show the index with shortcode, but when I click on any of the forum links, it gives me a page not found error. It seems to do so even if I swap to one of the bundled 201x themes.

    The RSS widget I was testing out is RSS Multi Import 3.15 and I’m running WordPress 4.2.2 with the Generate Press theme 1.2.9.8 and BBpress 2.5.7. Website is http://www.whitebookpodcast.com.

    I’m a quite a newb to delving in to WordPress stuff, so I have to admit that I’m at a loss. Any thoughts on possibilities?

    Rachel Biel
    Participant

    I have several issues on my site, including buddypress/bbpress and would like to hire someone who can problem solve possible plugin conflicts, etc. Where is a good place to go to find people who are available, not crazy expensive, and who can quickly fix what is wrong. Is there a job board somewhere?

    My site: http://www.tafalist.com/

    #162666
    Robin W
    Moderator

    suggest you look on/raise in

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

    #162664
    Shmoo
    Participant

    That’s why I installed it.. Testing the code and by the time my forum is done bbPress 2.6 will be released I hope.
    But still, a missing core stylesheet?

    Some developer who has worked last on the code should’ve mentioned it don’t you think, maybe the developers have some fancy tool where they test/fork the alpha and beta versions with?
    I just downloaded the latest version (trunk) of the trac website.

    https://bbpress.trac.wordpress.org/browser/trunk ( bottom – download .zip )

    BenM
    Participant

    Hi,

    Lots of plugins make this message appear :

    
    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /srv/wp-includes/functions.php on line 3560

    How could we correct this, it’s very annoying because even my functions (not related to bbpress) causes this !

    For example, this code display bbpress error :

    if (!current_user_can('update_plugins')) {
     	add_action('admin_init', create_function(false,"remove_action('admin_notices', 'update_nag', 3);"));
     }
    #162662
    BenM
    Participant

    In fact, I prefered to do iy myself. It’s not specific to bbpress and I’m very surprised that WP doesn’t have this feature natively.

    For the ones who nedd this, here is my simple code :

    function yournamespace_exclude_menu_items( $items, $menu, $args ) {
        // only hide items in front, not admin
        if ( !is_admin() ) {
        // Iterate over the items
        foreach ( $items as $key => $item ) {
          // hide menu items which leads to pages with 'private' status
          if ( !is_user_logged_in() && get_post_status($item->object_id) == 'private' ) unset( $items[$key] );
        }
        return $items;
      }
      else return $items;
    }
    
    add_filter( 'wp_get_nav_menu_items', 'yournamespace_exclude_menu_items', null, 3 );
    #162659
    Robin W
    Moderator
    hammed4real101
    Participant

    Hi Everyone,

    Please, i want to make my wordpress site a forum website. so, have decided to use bbpress.

    And i want my forum to look exactly like this forum (styling and everything)

    So, have decided to use a template file.

    So, can somebody help me with the php code and css code to make my forum look exactly like this one.

    Thanks in anticipation.

    #162655
    Shmoo
    Participant

    I just downloaded 2.6-Alpha (trunk) version and installed it but the bbpress.css stylesheet is missing.

    ??

    #162654

    In reply to: Is BBPress responsive?

    PJ Brunet
    Participant

    The trouble is, by default bbPress has a lot of bells and whistles (features) that will quickly clutter a small screen.

    So it’s a lot of work to clean up the clutter and remove unnecessary design elements, borders, etc. Convert “px” to “em” and percentages. Use something like Flowtype to resize your text.

    Here’s an example of what you can do: http://linkedexpertsalliance.com/forums/

    I spent about an hour just cleaning up the boxes and borders bbPress draws around the text editor, which makes all of your editor buttons too small to press on a phone. You want that text editor to use up the full width of your device. I tried to make those buttons responsive but the problem is you need those buttons to be big enough to tap, like the “bold” button is tiny. In the end, decided to go with a fixed viewport. It’s just lots of little tradeoffs here and there that makes it frustrating.

    #162643
    Robin W
    Moderator
    #162639
    bayan.assaf
    Participant

    Hello Ben,

    Add this function to your functions.php file:

    add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bavotasan_bbpress_upload_media’ );
    /**
    * Allow upload media in bbPress
    *
    * This function is attached to the ‘bbp_after_get_the_content_parse_args’ filter hook.
    */
    function bavotasan_bbpress_upload_media( $args ) {
    $args[‘media_buttons’] = true;

    return $args;
    }

    This adds an “Add media” button to the write panel.

    #162634
    alekseevas
    Participant

    Hello!
    Tell me, please, in what file you can edit the сascading style sheets for forum on bbpress?
    – To change the font size (too small).
    – To change the order of sub-forums – that was a column (and not in line).

    * bbPress version – 2.5.7

    #162631
    bayan.assaf
    Participant

    Hello,

    Here is your solution:
    Add the following to functions.php file in your child theme:

    add_action(‘media_buttons’, ‘ml_pre_media_buttons’, 1);
    add_action(‘media_buttons’, ‘ml_post_media_buttons’, 20);
    function ml_pre_media_buttons($editor_id) {
    if (!$editor_id == ‘bbp_reply_content’)
    return;

    $GLOBALS[‘post_temp’] = $GLOBALS[‘post’];
    $GLOBALS[‘post’] = null;
    }
    function ml_post_media_buttons($editor_id) {
    if (!$editor_id == ‘bbp_reply_content’)
    return;

    $GLOBALS[‘post’] = $GLOBALS[‘post_temp’];
    }

    Reference: https://bbpress.org/forums/topic/solved-only-keymasters-admin-can-upload-images/

    #162629
    Robin W
    Moderator

    it’s in

    /includes/forums/template.php

    lines

    1987, 1995, 2007, 2017

    You could probably filter it by

    
    //This function changes the text wherever it is quoted
    function change_translate_text( $translated_text ) {
    	if ( $translated_text == 'This forum contains %1$s and %2$s, and was last updated by %3$s %4$s.' ) {
    	$translated_text = 'This elephant contains %1$s and %2$s, and was last giraffed by %3$s %4$s.';
    	}
    if ( $translated_text == 'This forum contains %1$s, and was last updated by %2$s %3$s.' ) {
    	$translated_text = 'This elephant contains %1$s, and was last giraffed by %2$s %3$s.';
    	}
    if ( $translated_text == 'This forum contains %1$s and %2$s.' ) {
    	$translated_text = 'This elephant contains %1$s and %2$s.';
    	}
    if ( $translated_text == 'This forum contains %1$s.' ) {
    	$translated_text = 'This elephant contains %1$s.';
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'change_translate_text', 20 );

    in your functions file

    Functions files and child themes – explained !

    #162627
    Robin W
    Moderator

    I believe the following in your functions file should work

    function no_edit_lock($retval, $cur_time, $lock_time, $post_date_gmt){
     return false;
     }
     add_filter( ‘bbp_past_edit_lock’, ‘no_edit_lock’, 1, 4);

    Functions files and child themes – explained !

    Please come back and tell us if it does !

Viewing 25 results - 15,201 through 15,225 (of 64,518 total)
Skip to toolbar