Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,376 through 16,400 (of 64,532 total)
  • Author
    Search Results
  • #159235

    In reply to: bbpress ranking

    Robin W
    Moderator

    you’d add this code in the theme function`’s files

    Functions files and child themes – explained !

    #159234

    In reply to: bbpress ranking

    Robin W
    Moderator

    You cuurentl show the bbpress user roles under the avatar on each topic/reply

    you can either change the display name or add new roles to achieve this

    see

    https://codex.bbpress.org/bbpress-user-roles-and-capabilities/

    Custom Capabilities

    #159233
    jaydd
    Participant

    Hello!
    I would like to know if you know about any way i could give my user a rank like ‘boss’ and if possible a picture connected to the rank(that are displaying in the forum near the person’s name for example when one submits a reply)
    The important thing here would be to have ranks set by me,the administrator, without any pointing system and stuff, just manually
    Thanks, Daniel

    #159232

    In reply to: Topics do now show

    Robin W
    Moderator

    It could be a theme or plugin issue

    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.

    Then come back

    #159225
    royggg
    Participant

    Dear People,

    I just installed bbpress and im facing some problems. I did install it before but this time im facing various problems. First of all the permalinks are pretty strange and i dont know how to fit it. My second problem is the forum main page. I created my main forum and added some topics as admin. However the topics i made are not on the forum page, but i did link them to eachother.

    http://www.pokeren.nl/forums/forums/pokeren-nl-community-forum

    Maybe someone can take a look and help me further

    #159223
    mvasicm
    Participant

    Hello,

    I need to translate this line into my language:

    “ERROR: Your topic needs a title.”

    I have the latest bbpress installed, but the .POT file is missing this line. Can you help?

    Thanks

    #159222
    SaumyaShrivastava
    Participant

    Thanks Mike for sharing your post and solving the bug as well. But, I also think, you need to approach bbpress tools plugin author.

    #159216
    Robkk
    Moderator

    contact the gd bbpress tools plugin author

    #159215
    Robkk
    Moderator

    common issue with yoast breadcrumbs.

    /**
     * Filter to call default bbPress breadcrumbs
     */
    add_filter( 'bbp_get_breadcrumb', 'myfix_bbp_get_breadcrumb', 1, 3 );
    function myfix_bbp_get_breadcrumb($trail, $crumbs, $r){
            // This will remove wordpress-seo filter to disable bbPress breadcrums by default
            remove_all_filters("bbp_get_breadcrumb",10);
            return $trail;
    }

    use this to enable bbPress breadcrumbs

    #159212
    edavidson961-b
    Participant

    When I installed BBpress the menu items in the admin navigation area did not show up. After turning off the plugins one at a time they show up. The plugin is “Constant Contact Plugin for WordPress” Is their any known fix for 2 plugins that are in conflict like what I am experiencing in this situation?

    #159207

    In reply to: widget side

    Robin W
    Moderator
    #159206
    Robin W
    Moderator

    hmmm… something is changing that

    It could be a theme or plugin issue

    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.

    Then come back

    #159198

    Topic: widget side

    in forum Troubleshooting
    Pierre Ledoux
    Participant

    Hello,

    i am using the latest WP version + a theme. In addition i installed bbpress. So far its working fine, but i have a problem with the widgets.

    The Basic Setting is, that the widgets are left hand side.
    Please Checke: http://die-analysten.com/forums/

    If i enter a Subforum the widget changes from left to right and keeps left, until i leave the subforum.
    Please check: http://die-analysten.com/forums/forum/forex-devisen-handeln/

    Can anyone help me?
    Pierre

    Robin W
    Moderator

    It could be a theme or plugin issue

    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.

    Then come back

    Robin W
    Moderator

    ok, try adding this plugin

    bbpress wp4 fix2

    #159164
    Robin W
    Moderator
    #159162
    Robin W
    Moderator
    #159158

    Topic: Pagination

    in forum Installation
    s1r0n
    Participant

    On my site the pagination bar has line breaks make it line up vertically horizontally. On this bbpress site the pagination bar sits horizontally. How do I get rid of those breaks? I’ve looked into the code but can’t seem to find a way to do it.

    you can see my pagination
    1
    2
    3

    on this site

    http://www.thelightningpath.com/forums/

    #159157

    In reply to: forum martinique

    Robin W
    Moderator
    #159152
    remi31
    Participant

    Hello,

    J’ai un site sur la martinique avec un forum martinique avec pleins de questions et réponses sur l’ile. Une communauté de plus de 1 000membres.

    I have a forum martinique on phpbb and i would like to transfert to bbpress, is possible ?
    I have 1 000members.

    #159150
    s1r0n
    Participant

    Can somebody point me in the direction of how to get the cool site widgets we see on these forums, like forum info, tags, feeds. slick forum list and etc. i don’t see these widgets as part of the default bbpress

    mattvr
    Participant

    Hello everyone,

    I’d like to know how to change the breadcrumbs on my bbPress installation. On the topics pages, the breadcrumb is something like this:

    Home / Topics / *Forum Name* / *Topic Title*

    Is there a for it to be like:

    Home / Forum Index / *Forum Name* / *Topic Title*

    cjerrells
    Participant

    Hi,

    I’m running the latest bbPress (2.5.4) and using Gravity Forms and the Custom Post Types addon to automatically create a bbPress reply when somebody submits a form. This is mostly working – the reply post is created in WordPress, I’m setting the _bbp_reply_to, _bbp_forum_id and _bbp_topic_id meta fields and it looks like it should in the backend.

    However it doesn’t appear as a reply under the topic when you view the forums.

    If I edit the newly-created reply in the WordPress admin backend (just hitting Update without making any changes) it does then appear.

    I presume there’s some additional step required to update the forums metadata or relationships? I’ve tried using the “repair forum” tools after creating the reply, and calling bbp_update_reply from a hook on form submission, but neither seem to make the reply appear. The only thing which does is clicking “Update” in the backend.

    Any pointers would be very much appreciated! It feels like I’m 90% there but am missing some vital “refresh” step at the end.

    #159142
    Actinidia
    Participant

    Using the Hueman theme with latest bbpress and wordpress. The forums page has the correct sidebar, but when I click on a topic, a another, different sidebar appears.

    #159141
    Marion Peterson
    Participant

    Unfortunately, deactivating all plugins did not help. I did not test a default theme.

    If I create a child theme and install the bbpress codes, will I still potentially have a problems with this, or will this no longer be an issue then?

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