Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,101 through 16,125 (of 64,516 total)
  • Author
    Search Results
  • #159964
    Hard Seat Sleeper
    Participant

    I eventually found it, it’s called bbpress/content-archive-forum.php not exactly an intuitive name.

    Wondering if there are a list of hooks, or even this bbpress support theme for download somewhere?

    #159958
    RecipeBrag
    Participant

    Hi Guys.

    I hope you can help. I am using the latest version on wp and bbpress. My site is http://www.recipebrag.com

    I have just set up cloudflare and since when posting a reply or making a post, it takes ages for it to appear. I don’t know if it is to do with cloudflare or not. Has anyone else had this issue?

    I have searched but cannot find an answer.

    TIA

    Steve

    #159956
    Teleos
    Participant

    As I understand it does not work mode time during which the participants can edit your listing. It does not include the Edit button.
    I have different themes Wordpess and put the other versions of the bbPress. The situation does not change. Permission to edit does not work even when disabled all plugins!

    Surely no one with this problem faced?

    wenlujon
    Participant

    in the notice text area of a forum, there’s message:
    “This forum contains xxx topics, and was last updated by”
    and there’s an avatar before the user, how to remove that?

    also, that’s the case for a topic, how to remove that?
    “This topic contains xxx replies, has xxx voice, and was last updated by”

    BTW,
    I managed to remove some avatars in other areas through this:

    
    .widget_display_topics  .bbp-author-avatar { display: none ! important; }
    .bbp-topic-started-by .bbp-author-avatar { display: none ! important; }
    .bbp-topic-freshness-author  .bbp-author-avatar { display: none ! important; }
    <code></code>

    reference:

    bbPress Styling Crib

    #159945
    Robkk
    Moderator

    @eli_damon

    alright when you get bounced to the normal reply form if you see a cancel link by the submit button thats when you know threaded replies is working.

    just enter some content after your bounced from the reply link and hit submit the content should be under the post you hit the reply link.

    the awkwardness im talking about is when the reply is on its 7th thread or more when you have a sidebar for bbPress, it makes the 7th on look squished.

    Its best if you have full width for threaded replies.

    other issue is when you are on about your 3rd thread or more of a reply on mobile devices , the replies content will look barely readable past that.

    messing with this CSS and making the margin-left smaller for mobile device width would help out alot though. But making it look great on mobile would require some work.

    #bbpress-forums ul.bbp-threaded-replies {
      margin-left: 50px;
    }

    if you really want to have a 10> threads , get inspired by reddit.com and how they do it.

    #159942

    In reply to: Request: Voting

    Robkk
    Moderator

    I was OK with ‘BBpress Like Button’, except for the lack of a ‘most liked’ widget,

    this plugin is having issues now?? you should contact the developer.

    I have installed the ‘GetShopped Support Forum Plugin’ from Github – does anyone have experience with this?

    yes in the past , the plugin is quite buggy now

    use this updated version that says it also has a voting feature now.

    https://github.com/dtbaker/bbPress-Support-Forums

    Robkk
    Moderator

    i see the plugins changelog says this

    fixed bbPress deactivation erasing all EM capabilities for all roles

    i also see the last guy replying in the topic you posted has said the issue is fixed in the new update

    is the issue resolved??

    #159940
    Robkk
    Moderator

    remove the CSS you added to your child theme (you can download it to backup if you made changes)

    let the style go back to the normal 2013 then put back the CSS

    it did this type of thing for 2014 for me one time and it was pretty weird.

    this PHP snippet should remove the double Private wording

    add_filter('private_title_format', 'ntwb_remove_private_title');
    function ntwb_remove_private_title($title) {
    	return '%s';
    }
    

    other than that try these troubleshooting tips

    General Issues
    bbPress works with many themes and plugins, but it is impossible to test all combinations, and many issues are caused by conflicts with plugins and themes.
    Therefore before posting, please test if your issue is resolved by the following

    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.

    If the above produces an issue:

    If it is a paid theme or plugin, please contact the authors for resolution.
    If free, do ask here, we may know of workaround.
    PLEASE tell us you have done the tests above when posting.

    OTHER COMMON FIXES
    The following will do no harm, so are worth a try and can fix some issues
    Dashboard>settings>permalinks. Don’t change anything, but just click save. This resets the permalinks, and can solve some 404 errors.
    Dashboard>tools>forums>repair forums and run one at a time. Useful if you’ve got some stuff not showing – doesn’t often fix but occasionally does.

    #159939
    Robkk
    Moderator

    @ozonia

    this will be a feature for an upcoming release of bbPress

    Robkk
    Moderator

    these might help unless you already read them.

    https://codex.bbpress.org/import-forums/custom-import/
    codex.bbpress.org/import-forums/

    only other thing i can suggest is contact @netweb on slack for help

    follow this to figure out how to join the #bbpress slack channel.

    Development

    #159936

    In reply to: couple of questions

    Robkk
    Moderator

    @afurneaux

    make sure you follow this so that you have everything set up correctly

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

    #159935

    In reply to: View Topic By

    Robkk
    Moderator

    maybe this guide will help you with understanding.

    Functions files and child themes – explained !

    but you can also put any PHP code snippets in a functionality plugin like this one

    https://wordpress.org/plugins/functionality/

    Robkk
    Moderator

    Can I contribute myself in the future in the development of this plugin? Can you give me some directions for doing so?

    follow this link , join slack and contact the plugin developers

    Development

    you should maybe contact them about this issue too, but first make sure to troubleshoot using this first.

    General Issues
    bbPress works with many themes and plugins, but it is impossible to test all combinations, and many issues are caused by conflicts with plugins and themes.
    Therefore before posting, please test if your issue is resolved by the following

    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.

    If the above produces an issue:

    If it is a paid theme or plugin, please contact the authors for resolution.
    If free, do ask here, we may know of workaround.
    PLEASE tell us you have done the tests above when posting.

    OTHER COMMON FIXES
    The following will do no harm, so are worth a try and can fix some issues
    Dashboard>settings>permalinks. Don’t change anything, but just click save. This resets the permalinks, and can solve some 404 errors.
    Dashboard>tools>forums>repair forums and run one at a time. Useful if you’ve got some stuff not showing – doesn’t often fix but occasionally does.

    #159933
    Lars Henriksen
    Participant

    Hi,

    I’m setting up a non-profit forum for history teachers to share courses and other stuff. Would be great to have a ‘like’ or voting function and a widget with most liked forum posts to give sharing teachers some credit.

    I was OK with ‘BBpress Like Button’, except for the lack of a ‘most liked’ widget, but I had to manually delete it with the last update of BBpress because of a dependency, I think. Now I’m not feeling safe with a plugin that f. up my site when I update.

    I have installed the ‘GetShopped Support Forum Plugin’ from Github – does anyone have experience with this?

    Is there any plans to build voting in to the core of BBpress?

    Thanks,

    Lars

    #159932

    In reply to: Looking for a theme…

    Robkk
    Moderator

    bbPress doesnt have themes anymore , it just uses WordPress ones.

    you can customize it yourself to look kind of like that though , either following this

    codex.bbpress.org/bbpress-styling-crib/

    or using this plugin https://wordpress.org/plugins/bbp-style-pack/

    you can also post a job at http://jobs.wordpress.net/ and hire a developer to develop this for you.

    #159931
    Robkk
    Moderator

    the plugin only affects the normal WordPress search i think so just use the normal WordPress search for your site.

    and disable the forum search in settings > forums in the back-end of WordPress

    but like i said before you would have to probably enable each post type to be in the regular WordPress search.

    add this to your child themes functions.php or add it to a functionality plugin.

    /**
     * Include bbPress 'topic' custom post type in WordPress' search results */
     
    function ntwb_bbp_topic_cpt_search( $topic_search ) {
    	$topic_search['exclude_from_search'] = false;
    	return $topic_search;
    }
    add_filter( 'bbp_register_topic_post_type', 'ntwb_bbp_topic_cpt_search' );
    
    /**
     * Include bbPress 'forum' custom post type in WordPress' search results */
    
    function ntwb_bbp_forum_cpt_search( $forum_search ) {
    	$forum_search['exclude_from_search'] = false;
    	return $forum_search;
    }
    add_filter( 'bbp_register_forum_post_type', 'ntwb_bbp_forum_cpt_search' );
    
    /**
     * Include bbPress 'reply' custom post type in WordPress' search results  */
    
    function ntwb_bbp_reply_cpt_search( $reply_search ) {
    	$reply_search['exclude_from_search'] = false;
    	return $reply_search;
    }
    add_filter( 'bbp_register_reply_post_type', 'ntwb_bbp_reply_cpt_search' );

    when your done make sure you have search custom taxonomies in the search everything plugin settings maybe even the search every tag option too.

    #159930
    Robkk
    Moderator

    id say create a custom bbPress forum role

    hopefully this guide will help you out.

    Custom Capabilities

    as for the changing the bbpress count to start from a different number , that might cause some issues..

    #159928
    Robkk
    Moderator

    i think this is what you are saying you want??

    put this CSS anywhere you can put custom css

    #bbpress-forums .bbp-forums-list {
      display: none;
    }
    #159923
    Doug Smith
    Participant

    Sometimes this happens when copying from within the same site. For example, you may copy and paste from a previous part of the conversation to quote it. The HTML from the site will be picked up and copied into the editor.

    I just added a function to fix this behavior at the bottom of the Enable Visual Editor bbPress Codex page.

    #159922
    project_subdomain
    Participant

    (sorry, offline-site. child theme in use.
    WP 4.1.1, bbpress 2.5.5)
    Hi!

    How (and where) could I make bbpress count posts/topic replies starting at “1” instead of “0”?

    As I’d like to forbid creating new topics while replying to topics is allowed I don’t want the creation of a new and empty topic being counted as topic-reply.

    Could you help me?

    SSmeredith
    Participant

    I have upgraded bbPress from 2.5.4 to 2.5.6.
    All went ok, there was a core .css file directly edited that broke the sidebars, so have put the old one back in and site looks ok. Other than that, everything appears to be in order except for the topics Now not appearing.

    http://www.yoga-teacher-training.org/forum/forums/yoga-teacher-training-forum-issues-concerns-and-questions-for-teachers/new-teacher-questions/

    You can see that is says 500+ topics, etc. but blank under the heading. The data is in the database. I am tempted to upgrade the WP version and then some miracle it’s fixed… but in the real world, I think I really want to fix this first.

    Any ideas? I am hoping it will be a simple fix.

    bbPress v 2.5.6
    WP v 3.9.3

    Thank you in advance for your assistance!!

    #159909
    Robin W
    Moderator

    @teamoo

    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

    agorts
    Participant

    First I would like to says a lot of thanks for this great work you have done in bbPrees..! 🙂

    My problem since a few days which I started to use bbPress was that the notification emails was not received by the users…

    In v2.5.5 the problem was somewhere in not keeping correct subscription info for the user, so the sending notifications procedure does not even try to send the email…

    In latest version, 2.5.6, the problem persists but in an other point…

    Now the email is sending with success but the notification email does not reach the user because the “to” field in wp_mail, $to_email, contains the noreply email address and not the email address of the user..! 🙂

    Can you please fix this bug for me?

    Can I contribute myself in the future in the development of this plugin? Can you give me some directions for doing so?

    Thank you for your time and effort… ! 🙂

    #159898
    teamoo
    Participant

    Robin – I think you may have misinterpreted my last response or maybe I worded it funny. My bbPress search function is not return results.

    Take a look for yourself:
    http://www.ohio-offroad.com/forums

    Enter “Track” or “Trail” words that are used quite a bit. The only return you will get is my latest post which does not have these words. It does not return the 15 or so topics/replies that have this word.

    My standard wordpress search works as it should but the forum search does not.

Viewing 25 results - 16,101 through 16,125 (of 64,516 total)
Skip to toolbar