Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,326 through 13,350 (of 64,454 total)
  • Author
    Search Results
  • #168222
    Robkk
    Moderator

    Does installing the Query Monitor and Query Monitor bbPress & BuddyPress Conditionals help you any find these out??

    #168221
    Robkk
    Moderator

    Sorry for the late reply.

    Did you run the repair tools one a time in Tools > Forums??

    Troubleshooting

    #168220
    Robkk
    Moderator

    I bet you just closed the topic as well and the color of the text is a gray color that is hard to see.

    Use this CSS to fix that.

    #bbpress-forums .status-closed,
    #bbpress-forums .status-closed a {
    	color: #aaa;
    }
    

    You do not have to use the bbPress shortcode for registration, you can use alternative plugins for frontend forms if you want.

    Do users need to register with the forum first to see the content of a post?

    bbPress by default has nothing that would hide the content of a topic post. It will make a whole topic hidden if the forum is private and the user is not logged in, and the topic and forum could also be hidden if it is a hidden forum.

    If you want a menu item for registration you can create a custom link to the default WordPress registration form, or if you have another plugin that adds frontend forms you can link to that page if you want.

    Question really is: how does a user of the educational material get to see the forum questions/posts?

    It really depends on the LMS plugin you might be using with your bbPress forums really. By default though a sticky/closed post should be kind of visible, the gray is hard to see sometimes.

    #168219
    Robkk
    Moderator

    Sorry for the late reply.

    I am not sure exactly how you may have gotten this issue in DIvi, I have never came accross something like this.

    Only thing I can think of is that you copied the extras templates from bbPress and put it in the root of your child theme without editing the templates to match your theme.

    #168218
    Robkk
    Moderator

    Did you try running the repair tools in Tools > Forums one at a time??
    Has this issue always been present??

    Also here is some custom CSS to fix a weird avatar padding issue on your forums. Just add the CSS code into your child themes style.css file or anywhere else you can add custom css like in a seperate plugin.

    #bbpress-forums .avatar {
        padding: 0;
    }
    #168217
    Robkk
    Moderator

    THe issue in the image is a common theme related issue. The styles for list items in your theme is affecting the list items in the bbPress forums.

    I would give you a simple CSS fix, but you need to create a forum on your site, all I see is the notice saying you do not have forums.

    If you want to create full width forums, it is pretty easy if you are familiar to editing theme templates. You just need a simple loop and the surrounding classes to style it all together. Sometimes full-width templates can be copied and renamed to create a simple bbpress.php file in your theme.

    Getting Started in Modifying the Main bbPress Template

    I say just stay away from using iframes for this simple task.

    #168214
    Robkk
    Moderator

    Use a plugin like this to hide any bbPress pages if the user is not logged in. It hides the bbPress feeds too.

    https://wordpress.org/plugins/bbpress-members-only/

    And you do not have to make a topic private if the forum is private. Make sure to make the forums private by going into Forums > All Forums and editing them from there.

    Edit: Just saw I pasted the wrong url haha sorry

    #168211
    Robkk
    Moderator

    Here is a function to show the You Are Here: text.

    function rkk_breadcrumb_text() {
        $args['before']  = '<div class="bbp-breadcrumb"><p><span class="bbp-breadcrumb-text">You Are Here: </span>';
        return $args;
    }
    add_filter('bbp_before_get_breadcrumb_parse_args', 'rkk_breadcrumb_text');

    You may have to edit this function later if bbPress shows their breadcrumb items in a list though.

    #168198
    lissyhunnybee
    Participant

    Hello everyone, I am new to bbpress and slowly working my way around lol

    I’ve modified template.php to add the text “You are here:” to the breadcrumbs to match the breadcrumbs for the rest of my site, but I’d prefer to use a function to make these changes instead. The problem is I cannot wrap my head around the proper code and nothing I have found through searching has worked so far.

    Can someone help me with this please?
    My site: http://www.lissyhunnybee.com/discussions/

    I have the latest versions of both wordpress and bbpress and am using the Darling theme which is a child theme of Genesis/Studio Press.

    Thanx in advance 🙂

    Toni
    Participant

    bbPress Version 2.5.8
    WP MultiSite Version 4.3.1
    I have bbPress plugin in a MultiSite. There is only one forum on a subsite dedicated to the forum.

    I think all is okay – I am just confused. Everything works.

    Problem:

    I have a page I cannot edit, I don’t know how to access the edit. There is no content. It is what would be the landing page for all the forums?
    Home/Forums/…

    http://toni-esl.com/eslforum/write/

    You can only navigate to the page with the breadcrumb menu.
    I would simply ignore it, but it looks awkward.
    Or maybe I have done something wrong?

    Any input is appreciated. Please keep it simple, dumbed down.
    Thank you

    #168193
    MrsFreeloader
    Participant

    Hi Everyone,
    I have just set up my first bbpress forum on my website http://www.whichinternationalschool.sg

    However I can’t see it under the menu header and page I’ve created. I have checked visibility options and they are set to public, and menu headers/pages seem to be correctly done too. Any advice on why the forum isn’t displaying would be greatly received. Running twenty fourteen theme.

    Thanks in advance. Elaine

    #168191

    Topic: Forum avatar

    in forum Troubleshooting
    onno1984
    Participant

    Hello

    I’ve a wordpress site with WP 4.3.1 with buddypress 2.3.4 and bbpress 2.5.8.
    In the forum we have topics which are being used as profiles i wanna use the forum ranks as extra avatar.
    I also want to add en avatar which can be uploaded by the user it self.
    How can i do that with this combination or it it impossible?
    I’ve search for plugins but i couldn’t find any one compatible with the current wp version.

    Regards Onno Nieuwenburg
    http://www.vrnlaf.nl/forums/topic/test-topic-2/

    Regards Onno

    #168188
    Pascal Casier
    Moderator

    @gene-stevo,

    I didn’t see your review yet :-p . Just hope they serve (still work in progress)!
    Enjoy bbPress.

    Pascal.

    #168185
    nhanco
    Participant

    So i dont wanna make a a social network. I spend too much time on BBpress so now it’s time to say good bye ?

    #168183
    GTAtherton
    Participant

    I have just re-installed bbPress after looking at several alternatives as although it was the first I tried it seemed to be incompatible with the custom template I am having to use.

    Link to screenshot

    I looks to me that the forum needs a wider page in order to organise its components properly as they are jumbled up. The forum does work in that I can enter text – it is just a bit of a mess. I might even suggest styling is very minimal

    I have tried making a full width page (no sidebars) and then substituting page name into ‘Forum root’ and it seemed to work BUT the forum was loaded with sidebars as before so no improvement.

    I have read of a somewhat complex solution involving child templates and monifying style sheets but that seems dreadfully long winded and prone to error for a WP non-coder such as myself.

    Is there an easier way to prevent sidebars from loading?
    Or is there a way I can generate a page eminating from a different template on which I can load bbPress? The latter might give me a nicer forum styling too.
    Is there a way to load the forum into an existing page via html/Js code for example – as an iFrame perhaps?

    Thanks for any help – if it has to be the most difficult way then please say!

    #168182
    adabsurd
    Participant

    BBpress works fine, but from replies I can´t see about 1/2 inch on the right side. Testet with Firefox and Opera and Safari. (It works on Safari on iPhone.)

    Please have a look.
    http://www.dierotepille.de/foren/Thema/feedback-zu-dierotepille-de/

    Please help.

    #168177
    Robkk
    Moderator

    Hopefully this guide helps you. It lists some help for an import getting stuck and also ways to optimize the import process.

    Import Troubleshooting

    #168176
    Robkk
    Moderator

    You add the php code snippet to your child themes functions.php or in a functionality plugin that can hold custom code snippets to fix this issue if you have a port number in the urls while using xampp server.

    ERROR: Are you sure you wanted to do that?

    #168172
    neilgee
    Participant

    I just got this issue but it only occurred when upgrading a site to PHP 5.6(previously on 5.4).

    Warning: in_array() expects parameter 2 to be array, null given in /home2/tabbangy/public_html/tabban/wp-content/plugins/bbpress/includes/common/functions.php on line 1446

    I did have Yoast SEO installed but on deactivation the error still persists ( i don’t have NEWS SEO).

    Reverting back to 5.4 clears the error.

    #168170

    In reply to: Random Unsubscribe

    Robkk
    Moderator

    The emails magically stopping and topics being automatically being unsubscribed is a weird issue. Only thing I could think is that a user may not know that they are unsubscribing their own topics without knowing, or something or someone has run a process to bulk unsubscribe a users topics.

    Does it happen to all subscriptions for the user, or just a few?
    Any plugins that modify bbPress’ subscriptions?

    Have you done some plugin troubleshooting, to see what may be causing the issue??

    Troubleshooting

    #168167
    Robkk
    Moderator

    I say since I think you are trying to set up hiarchal forum and category layout, insert this loop-forums.php file into your child theme instead of what you did.

    https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout/blob/master/loop-forums.php

    If you want to try to add the hook into the bbp_list_forums() function, you have to filter the output put the hook before every list item.

    bbp_list_forums

    #168165

    In reply to: Random error

    Robkk
    Moderator

    Is this the type of error you are getting in the red notice?? It might be translated different if you have a different language for your forum.

    Just make sure you have some content in your message to a topic.

    null

    Go through some troubleshooting. See if it could be custom php code snippets that could be causing the issue in a child theme functions.php or in a separate plugin.

    Troubleshooting

    #168163
    Robkk
    Moderator

    @shawnsauce

    Was the forum ever in a BuddyPress private or hidden group??
    Did you ever use another private group plugin and make that group with the forum private?
    Has the forum ever a private or hidden forum??
    Does this only happen in your current theme?
    Have you tried disabling all plugins except bbPress to see if the issue persists?
    Have you tried running the repair tools one at a time in the WordPress backend in Tools > Forums.

    Troubleshooting

    Also I am testing with this theme and I am not getting this issue, I think there must be some setting somewhere that is making the forum not be visible in the search results.

    #168161
    desert-rover
    Participant

    I’m trying to use wp_query in a plugin. One that allows me to export data to csv and I wanted to use the query to combine all the bbPress custom post types. Which I was able to do, but I also wanted to add a filter on the date and not sure how to do that.

    This worked here to get ALL the forum data exported:

    ‘post_type’ => array) ‘forum’,’topic’,’reply’ )

    The plugin just gave me a field to enter that so I didn’t need the rest of the php code.

    #168158
    ShawnSauce
    Participant

    Hey,

    Thanks for your response.

    I tried using the methods that the page you provided recommended but it didn’t seem to effect anything.

    A little more details since I have been testing this.

    I did a search not using the bbpress search function and the results were what I would expect them to be.
    See here: http://citysocial.xyz/?s=jazz

    If you compare it to the results from the bbpress search (http://citysocial.xyz/forums/search/?bbp_search=jazz) you’ll see that the searches are inconsistent.

Viewing 25 results - 13,326 through 13,350 (of 64,454 total)
Skip to toolbar