Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 35,576 through 35,600 (of 64,534 total)
  • Author
    Search Results
  • #39858
    mweatherill
    Member

    I’ve added the following to my theme functions to include topics, posts and replies in search result:

    // Add Forums, Topics and Replies to search results
    function my_add_bbp_to_search( $post_type ) {
    $post_type['exclude_from_search'] = false;
    return $post_type;
    }
    add_filter( 'bbp_register_forum_post_type', 'my_add_bbp_to_search' );
    add_filter( 'bbp_register_topic_post_type', 'my_add_bbp_to_search' );
    add_filter( 'bbp_register_reply_post_type', 'my_add_bbp_to_search' );

    My frustration is that my search results are flooded with replies whilst I would prefer to only show each topic once. I’m willing to write a plugin to implement this “GROUP BY parent” logic but I’m not too sure how to approach the problem. Can anyone point me in the right direction for the filters that I need to intercept?

    #107820

    Patch update. Still needs testers :)

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

    #39856
    Adam
    Member

    So I have bbpress 2.0 rc4 installed.

    I also have buddy press 1.5 (the latest build from trac) installed.

    How do I keep the discussion forums enabled in buddypress and use the forums of bbpress like how you guys have the sample site set up?

    What are the steps?

    #107816
    David Decker
    Participant

    @WebEndev:

    I am so sorry for you! I hope I could help you out soon. I got mine working with Jared’s plugin patch – I just experimentet with his code line for the layout option and have all working like I want it.

    My above report you quoted was regarding the patch from John for bbPress core which was not working at that time (or the last time I tested it a few days ago…). So I am sorry if you got confused because of my report…

    Please have also a look here and especially for Nathan’s posts:

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

    I hope this helps a bit right now. I am knee deep in important client work and might get back later here on…

    -Dave :)

    #107815
    WebEndev
    Member

    Hi Jared,

    I followed each of your suggestions yesterday, and was only able to get a full width layout using one method – create a page and use a bbpress shortcode. This leaves me with less than optimal control of the page.

    Every other method I tried resulted in a content-sidebar layout.

    I followed your advice and removed all bbpress template files from my child theme directory, removed all bbpress code from functions.php, and essentially reverted back to the bbpress plugin vanilla/’out of the box’, along with your extend plugin.

    What that resulted in was a content-sidebar layout….

    I assume that Dave (above post) is having the same layout issues based on this – “I assume the issue is from a wrong setting of the layout option?? Or some other function?”

    It seems that you are the only one to get it working…

    So… I am at a loss on this one…

    Thanks!

    #108731

    In reply to: bbpress is broken?

    Adam
    Member

    I may have found out what the issue is, if you set up forums for buddypress what happens is it asks you to do a new installation of bbpress and because of that i dont think this plugin will work….

    #108702

    In reply to: Forum Order…

    jabbamonkey
    Member

    Also, I’m using BBpress 2.0, and haven’t enabled the BuddyPress forum component. So, BBpress should be handling the forums, and the order, correct???

    #108578
    CodeMunkyX
    Member

    Like you said… first change

    plugins/jigoshop/admin/jigoshop-admin.php – around line 40 – the add_menu_page for the main menu – last parameter controls menu position (default is 57 i believe) – for mine i changed to 100

    the “products” and “orders” menu positions are set in …

    plugins/jigoshop/jigoshop_taxonomy.php – search for menu_position and change to 101 and 102

    this will structure the menu to be more logical and group all of the Jigoshop menus together at the bottom

    #107813
    WebEndev
    Member

    @jjj

    I’m having issues with full page layouts, and also integrating custom templates into the Genesis framework.

    Will your changes to bbpress resolve issues with Genesis?

    When do you anticipate the updates?

    Thanks

    #104314

    In reply to: WPMimic V.1

    Adam
    Member

    Do you plan to update this for bbpress 2.0?

    #99214

    In reply to: WPMimic V.1

    Adam
    Member

    Do you plan to update this for bbpress 2.0?

    #39854
    Adam
    Member

    Not understanding this….. (bbpress 2.0 rc4)

    1) I installed the plugin.

    2) I don’t have twenty ten installed and I got the error “bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.” This should be updated to use the latest version of WordPress theme 2011

    3) Installed twenty 10

    4) returned to themes.

    5)bbpress theme is not showing its preview .png file most themes show.

    6) Activating bbpress theme gives me:

    Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.

    The active theme is broken. Reverting to the default theme.

    -> NOTHING was touched or changed. All I did was install bbpress plugin and install the twenty ten theme.

    So I thought, what the hell lets create a forum and go to it:

    1) forums

    2) new forums

    3) new: Test

    4) Publish

    5) view ->

    This is somewhat embarrassing, isn’t it?

    It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.

    What am I doing wrong? Why is this not working at all?

    #39853
    justle
    Member

    This seems like a trivial request, but it would make “importing” small or newer forums to the bbPress 2.0 plugin much easier. If it would be possible to create a topic and replies and change the authors (admin privileges only), I would greatly appreciate it!

    #106087
    justle
    Member

    It appears that just installing the plugin, and by ignoring all of your compatibility instructions, bbPress 2.0 will inherit most of the Atahualpa style. For additional changes, it also appears that you can make adjustments to bbpress.css and accomplish most of what you need.

    It’s touch and go right now, but I’m so thankful that you guys put this plugin together.

    #106086
    justle
    Member

    This may seem like a silly question, but I’ve read through many of the replies and haven’t found the solution. If I’m following these instructions correctly, and copying “/bbpress/bbp-themes/bbp-twentyten” into my theme folder (which happens to be atahualpa), would I modify the style.css in “bbp-twentyten” to make it a child?

    If I’m modifying the style.css within atahualpa, how is it a child theme if you’re not asking us to make a copy of the original theme folder?

    I’m having some compatibility issues with Atahualpa, which I’ll dedicate to its own topic (in case anyone else also needs the help).

    Thank you! And great job so far!

    #39846
    striker77
    Member

    Hello,

    I really am a complete novice at this. I have bbpress installed as part of buddpress. I am looking to have page numbers under the topic titles for topics that have more than one page. Basically the same as bbpress.org forums.

    Can anyne help please?

    #39845
    mat thame
    Member

    Gday

    sorry i am so lost not sure if i post this here? im trying to use the bbpress to create a water, sanitation and hygiene forum in the Solomon Islands.

    i have trawled through this forum and the web but no luck. Internet is really slow here so it takes me literally hours!

    I had a blog at .org (http://barefootengineer.wordpress.com/) So I transferred my blog over and installed the bbpress plugin. I am not confident to do the theme thingo with the .css and child theme so am using the stock bbpress theme. what i want to do is make it single column. i can do it with the home page/about. but when i do it for the blog and forum i get a sidebar with widgets. i have disabled these but they still appear? i moved the other widgets down the bottom and they work okay.

    1. how do i make the blog single column. (or is there any bbpress compatible themes with wide single column?)

    2. how do i get rid of these widgets? (search, archives, meta) they aren’t in the appearance panel?

    (http://barefootengineering.org/?page_id=343)

    Cheers

    #39843
    funnycat777
    Participant

    I am currently using bbpress 2.0 RC4.

    I have encountered a problem when moving a topic to a different forum.

    For some reason, replies on a topic have disappeared after moving the topic to a different forum within the site..

    The weird part is that I can see the reply if I login as admin.

    This shows that the voices haven’t disappeared completely, but somehow it is hidden.

    If you are not logged in or if you are logged in as a member, you cannot see the reply, but can only see the first voice of the topic.

    Can you advise?

    #39837
    jabbamonkey
    Member

    I created two forum categories, with two forums under each, and ordered them as such…

    Montecristo

    — News

    — Issues & Concerns

    Cabo, San Lucas

    — Bad Experiences

    — Places of Interest

    However, if you go to http://montecristoowners.com/forums/ you will they are ordered much differently. And, it doesn’t even look like they are categorized…

    Cabo, San Lucas

    Issues & Concerns

    News

    Bad Experiences

    Places of Interest

    Any idea how I can fix this?

    I am using BBPress 2.0 (and BuddyPress) and my forums are located at:

    http://montecristoowners.com/forums/

    #108577
    monkfish13
    Participant

    So I finally found this after a lot of searching the WP codex and comparing the code between the two plugins.

    The setting to change is in jigopress-admin.php and your looking around line 40 for the position marker.

    I changed mine to 90 so it sits at the bottom of the admin menu – and doesn’t conflict with other top-level menus items

    I couldn’t however find a way to move the “products” and “orders” menu items down to sit with the jigoshop menu.

    Everything now works and is present in the menus – albeit not if a very good order.

    The advice above is informative – but not vary helpful if you actually want to fix the issue.

    If anyone can shed more light on this issue, it would be appriciated.

    With thanks

    Webbo

    #108088

    Bug created at https://bbpress.trac.wordpress.org/ticket/1631 with screen shots … apologies for switching WP accounts on everybody. I’ll start looking into this and submit a patch for review when I can!

    #39840
    kevinvaughn
    Member

    I’m running the current version of the bbPress plugin and have a quick question… Can anyone tell me what the “Subscribe” link at the top of a Topic is supposed to do? I assumed that when clicked it sends email to the user every time someone adds a reply to the thread. Is this not what it does? Is it maybe not working? Any assistance would be greatly appreciated…

    #39839
    kevinvaughn
    Member

    I’m running the current version of the bbPress plugin and have a quick question… Can anyone tell me what the “Subscribe” link at the top of a Topic is supposed to do? I assumed that when clicked it sends email to the user every time someone adds a reply to the thread. Is this not what it does? Is it maybe not working? Any assistance would be greatly appreciated…

    #101611
    KRCSC
    Member

    Yeah I know, for some reason that refused to work with my theme – really annoying.

    #96511
    KRCSC
    Member

    Yeah I know, for some reason that refused to work with my theme – really annoying.

Viewing 25 results - 35,576 through 35,600 (of 64,534 total)
Skip to toolbar