Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 27,726 through 27,750 (of 64,518 total)
  • Author
    Search Results
  • Mal
    Participant

    I think that this is an answer: https://bbpress.org/forums/topic/how-to-read-bb_topicmeta/

    Awesome 🙂 Love BBPress.

    #124978
    markramos83
    Participant

    Awesome, that did it for me too – thanks! For anyone using bbPress 2.1.2 by chance, this file is located at bbpress/bbp-includes/bbp-common-template.php

    Sunidaze
    Participant

    Or you can go through all of the theme files and remove get_sidebar.
    and
    The best way to remove a sidebar is probably to just use CSS to .sidebar { display:none }

    Will that remove the sidebar from the entire blog? I only want to remove the sidebar from the forum page, not the other pages…

    #124968

    In reply to: Removing the sidebar

    Lynq
    Participant

    You could just use css maybe? It allows you to quick switch back in case you need it, or if you need it on certain bbPress pages maybe.

    freax
    Participant

    I did the ‘display:none’ in catch-box theme but didn’t work for me. I need to remove the’get_sidebar’ from your template, BBpress, or catch-box theme ? Thanks.

    #124966

    In reply to: Custom loop

    Lynq
    Participant

    Because bbPress is using custom post types you could use: https://codex.wordpress.org/Class_Reference/WP_Query.

    See the part about taxonomy parameters, you can set the post_type to whatever you want.

    Lynq
    Participant

    The best way to remove a sidebar is probably to just use CSS to .sidebar { display:none } (depending on your themes markup) – it is quick and allows you to quickly add the sidebar back in should you need it later on.

    Or you can go through all of the theme files and remove get_sidebar.

    Good luck!

    #124961
    kriskl
    Participant

    Hi!

    Just migrated to bbpress, and users are confused.. as they do not see standard on other forums ‘New Topic button..

    I hope it is possible to add one using  function code – so it would appear at the top of every forum – and either expand to add ne topic – like in buddypress or at least to direct users to the bottom of the page..

    happy to pay $10-20 for this. but  please post code on the forums, so everyone can get the benefit 🙂

    thanks

    kris

    #124960
    Stephen Edgar
    Keymaster

    @shrewdies

    Huge thanks for this 🙂 (and your life story, it puts things in a much clearer context.)

    I have also split this topic starting from your first post as a new thread as I am quite sure this will be referenced by quite a few who do migrate from Simple Press.

    I will also link to it from the FAQ I am doing that will link from this page:

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

    Cheers,

    Stephen

    #124956
    slayterm
    Participant

    which bbpress php file do I edit to change the (bbpress) recent topics widget?

    Thanks

    #124953
    shrewdies
    Participant

    OK, here are the redirects, but first some background.

    Your move takes some planning, and the redirects are specific to your old Simple:Press Forum structure and your new bbPress settings (Admin-Settings-Forums). I describe how I approached my conversion, but you may need a different approach. If you need specific help with a different set of objectives, then please just ask. I did not use tagging in Simple:Press, as it was more trouble to implement than the benefit it gave. None of this refers to tagging, and I notice that the r4638 version of SimplePress5.php has them commented out.

    If your forum has little search and external referral traffic, then save yourself the bother of all this, and just get on with building your new forum.

    Before I explain the permalinks, you need to be aware that I took this opportunity of simplifying my forum structure. I used to believe in different forums for different subject areas, but I’ve come to realize that most forum users do not understand my theme, so they cannot decide which forum to post in. I noticed the same thing here when I looked around for the best place to post. I decided to simplify my forums to two main choices, with the rest as child forums. I did this by manually editing the Forums parents in bbPress after the conversion. That explains my choice of Topic slug in bbPress settings, but redirects should handle any choice.

    In Simple:Press, topics get permalinks in a hierarchy under their forum, and all forums lie within the WordPress forums page in the Simple:Press settings. Thus, a topic will be referenced domain/wp-forums-page/sp-forum-title-slug/sp-post-title
    In bbPress, permalinks are built from your WordPress root, with prefixes set in the bbPress settings under slugs. Thus a topic will be referenced domain/bb-forums-base/bb-topic-slug/bb-post-title

    The post titles are the same in bbPress and Simple:Press, so redirects have to account for the changed forum slug structure.

    The first bbPress setting, Forums base, is the equivalent of your Simple:Press WP page, so I used exactly that. If you made bad choices when setting up your Simple:Press forum, I guess you could change it with the redirects, by specifying different destination URLs. I kept it the same, and simply renamed my old Simple:Press page (be aware this auto changes in WP menus, so you may need to manually delete old forum menu pages and add new custom menu links)

    In bbPress settings Single Slugs, the Forum Prefix should be left switched on.

    Forum slug has no Simple:Press equivalent, so I opted for something theme related. The default is probably OK, but I’m slug-fixated as a result of a bad SEO upbringing. I have not redirected these pages, but I will assess the impact over the next few days, and come back with these if I see they are necessary.

    I set topic slug to my most popular forum, which is very general, as per my introduction. Redirects will handle whatever you put here.

    The rest of the bbPress settings do not affect conversion.

    At last, @netweb here are the requested redirects. Are you glad you didn’t ask for my life story? 😉

    The general construct is:
    Old
    ^ begin with
    /wp-forums-page
    /sp-forum-title-slug
    (.*) store the rest

    New
    //domain
    /bb-forums-base
    /bb-topic-slug
    /$1 whatever * stored

    
    RedirectMatch 301 ^/gout-pal-forum/gout-symptoms(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/gout-cures(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/gout-diet(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/colchicine-campaign(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/united-states-colchicine-sources(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/gout-related(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/uric-acid(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/your-gout(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/tech-stuff(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/wish-list(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    RedirectMatch 301 ^/gout-pal-forum/gouties-water-trough(.*) http://www.gout-pal.com/gout-pal-forum/please-help-my-gout/$1
    

    One potential complication lies with multi-page topics. I’m still assessing if it is worth bothering with these, as traffic rarely hits anything after the first page. Google WebMaster Tools is currently complaining, but experience tells me it will soon re-index unless there are other sites that link to specific pages.

    Disclaimer: Before you try this at home, you might like to wait a month or so. I’ll be back to tell you if I killed my forum traffic or not. 😮

    #124951

    Topic: Removing the sidebar

    in forum Themes
    dreamache
    Participant

    Okay first, I’m well aware of the 10+ threads already that exist about this topic, and I’ve gone through all of them.

    I’ve read this:
    http://codex.bbpress.org/theme-compatibility/

    It seems as though “extras” contains all of the files with get_sidebar, which I’ve edited to //get_sidebar

    The link above mentions:
    ““extras” contains optional page templates and things to make life a little easier when customizing; copy any you want to use or modify into the same ‘bbpress’ folder. eg. /wp-content/mytheme/bbpress/”

    First, that should probably be changed to: /wp-content/themes/mytheme/bbpress

    Secondly, I’ve done this. My directory structure looks like:
    wp-content/themes/sahifa/bbpress/extras (which contain the modified //get_sidebar files)

    Yet the sidebar still shows up.

    Is there anything I’m missing?

    Thanks.

    #124950
    Sunidaze
    Participant

    I have 3 themes: Twentyeleven, Twentytwelve and Voyage. BBPress does not work with any of these themes. Unregistered guests can post, but registered members can’t.

    Here is my site:

    http://affjourney.info/forums/

    thanks…

    #124948
    Sunidaze
    Participant

    I really searched Google and the forum to try to find the answer but I just can’t come up with it. I have a brand new install of BBPress. I’ve never used it before. (I’m using version 2.2.3.) I’m using Wordress version 3.5.

    I went over the roles here:

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

    It says participants can create and edit their own topics and replies. On my forums participants cannot create topics at all. I don’t want to bump them up to moderator because I don’t want everyone to be able to edit everything.

    I’m hoping there is a simple fix for this or someone can please tell me what I’m doing wrong. 🙁

    Will Brownsberger
    Participant

    Just wish to report that I have confirmed to my satisfaction that W3 Total Cache is not working with BBPress — using latest versions as of this date, January 8, 2013. I installed both in the last week.

    I have an active forum thread going on my website and as I observe it carefully, I can see that new replies are not generating page refresh for the topic. So, an anonymous user coming would not see latest replies. So, either there is an incompatibility or W3 just isn’t working right, which is possible — see this comment on that plugin:

    I am liking BBPress but lost some confidence in W3 total when it brought down my site fully on a minify error yesterday (nice enough to send me an error message but then everything went white and had to uninstall and reinstall to complete the fix). Now realizing that it is incompatible with BBPress, I’m going to have to pull it and try to run without caching for a while and see how it goes.

    #124946
    Stephen Edgar
    Keymaster

    Thanks for letting us know and confirmed as a bug, we were partially there with trac ticket #2085

    You can use the following workaround for now until we get the bug patched.

    • Create a new forum with forum attributes ‘category’ and ‘private’
    • Create two new forums using the above forum as the ‘parent’ and visibility ‘private’

    Now as long as you don’t move or edit the forum or category descriptions things should work as expected, if you do move the forums or edit the descriptions you will encounter the same issue.

    #124945
    funnycat777
    Participant

    Hi,
    I am using the latest version of bbpress.

    When I post youtube videos using the embed code (iframe) in a bbpress post, the video does not fit within the width of the textbox.

    How can I make the youtube video responsive so that it always fits within the post and resizes itself with the correct aspect ratio?

    freax
    Participant

    I have the same problem too. I tried to find get_sidebar function to delete it from the code but I only find them in ‘extra’ directory and it is showing again. Any help ?
    Thanks in advance.

    #124943
    Ben
    Participant

    Okay, that’s just weird.

    I created a separate page for topic creation and just ran the same PHP call (`echo do_shortcode(‘[bbp-topic-form]‘);`), and it works… So for some reason that call doesn’t behave properly in my `bbpress.php`, but does just fine in a custom template.

    Stephen Edgar
    Keymaster

    So close… Indeed you use bbp_has_replies to reverse order the replies

    function custom_bbp_has_replies() {
      $args['order'] = 'DESC'; // 'ASC' (Ascending, Default), 'DESC' (Descending)
      
      return $args;
    }
     
    add_filter('bbp_before_has_replies_parse_args', 'custom_bbp_has_replies' );

    And use bbp_show_lead_topic to always show the ‘lead topic’ (More details here.

    function custom_bbp_show_lead_topic( $show_lead ) {
      $show_lead[] = 'true';
      return $show_lead;
    }
     
    add_filter('bbp_show_lead_topic', 'custom_bbp_show_lead_topic' );
    #124941
    Stephen Edgar
    Keymaster

    @shrewdies

    Thanks for the feedback, glad it worked for you.

    What custom rewrite rules did you use in .htaccess for redirects, care to share these for other users migrating from SimplePress?

    Cheers,

    Stephen

    Sunidaze
    Participant

    Nice theme, thank you… this is the first BBPress theme I’ve installed… 🙂

    How do I make it into one column? (no sidebar)

    #124939
    ehoever
    Participant

    On my website http://www.amsterdamsehonden.nl/?topic=voorbeeldtopic I’ve installed bbpress. it took a while, especially getting the forums to be full width. I think everything is working now, apart from one little issue. The bbpress breadcrumbs aren’t right.

    It says: Een Hond Thuis › Forums › Gezocht › Voorbeeldtopic
    While ‘Een Hond Thuis’ is just a random page on my website. It shouldn’t be there in the breadcrumbs.

    Can anyone help me with that?

    Salvatore Formisano
    Participant

    Hello everyone,

    as per subject I think I might have found an issue with the topics pagination.

    Here are my steps to reproduce:

    1) Install the bbpress plugin
    2) Create a few topics, enough to have some topics pages to test. For my example I have 48 topics.
    3) Go to the forum settings admin page and set the number of topics per page to a low number. I set it to 5
    4) Go to the wordpress reading settings admin page and make sure that the “Blog pages show at most” number is *lower* than the topics per page number you defined during step (3). In my case, I set it to 10.
    5) Finally, reach the forum topics page, e.g. http://yourwebsite.com/topics (url may vary depending on your forum settings), and start browsing page after page

    When I follow these steps using the specific numbers I mentioned, as soon as I reach http://mywebsite.com/topics/page/6 wordpress loads the 404.php template.

    As far as I can tell, this is what happened:

    1) Up to page 5, everything was good: I saw the right topics and the right number of them per page (i.e. 5)
    2) Under the hood, on the other hand, WordPress was paginating using the “Blog pages show at most” number as reference.

    Proof of point (2) is that I had 48 topics, which at 10 items per page would give you 5 pages. And WordPress returned the 404.php template on page 6.
    When “Blog pages show at most” is equal or smaller than “topics per page”, this issue does not present itself.

    If this is in fact a bug, I guess it could have gone uncaught because there’s hardly anyone around who would display less topics per page in their forum than posts per page in their blog.
    In case nobody else manages to reproduce this, I’d be happy to share more details about my setup, although it is pretty basic.

    Thanks.

Viewing 25 results - 27,726 through 27,750 (of 64,518 total)
Skip to toolbar