Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 35,551 through 35,575 (of 64,516 total)
  • Author
    Search Results
  • #108705

    In reply to: Forum Order…

    Adam
    Member

    use order. if your in bbpress use order.

    #108704

    In reply to: Forum Order…

    jabbamonkey
    Member

    When using BuddyPress with BBpress, it acts all screwy…

    [bbp-topic-index] and [bbp-topic-form] both show “BLOG ARCHIVES NOT FOUND” when I use those short codes:

    http://montecristoowners.com/topics/

    [bbp-login] and [bbp-lost-pass] don’t work at all. Just show the title of the page … with no content at all.

    [bbp-register] is the only one that works, pointing the user to registration page.

    #108739

    If you have pretty permalinks turned on (eg mysite.com/about instead of myside.com/?p=14) bbPress should automatically configure mysite.com/forums by default.

    It’s possible you need to “flush” your permalinks for this to take affect. To do this just go to the Settings > Permalinks page, merely navigating to the page will trigger the flush.

    Assuming your theme using the WP Menu system you should be able to just go to Appearances > Menus and add a link to the forums that way.

    #108703

    In reply to: Forum Order…

    Have you tried using one of the shortcodes to generate the forum index?

    https://bbpress.org/forums/topic/bbpress-20-shortcodes

    It looks like your theme is displaying the forums with an archive view instead of using bbP’s forum view.

    #107824

    Alright, marking this as done.

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

    Latest round of commits fixes everything, including pagination. Enjoy Genesis goodness.

    //edit: i cant spell >_<

    #39865
    fontadoni
    Participant

    Hi,

    I had a user complain that he had finished writing a long post and after trying to publish it, he got a message saying “post to old” and lost all he had written.

    I’m wondering if there is a setting I need to change so this doesn’t happen again? I’m using bbPress 1.0.3. Thanks in advance for your help.

    #39864
    SRobbins
    Member

    I need a lot of help. I installed bbPress, and figured it would ask me configuration during the process… it did not.

    I have 2 problems:

    1) I dont know how to set up a link in my menu bar for my forum.

    2) I assumed it would ask me where I want to forums to exist to the outside world. I want them at http://www.mysite.com/forums. but I have no clue where it stuck them.

    the mysite.com is running wordpress right on it. A lot of the helpo I have found involves editing PHP code. While im a net geek I cant read PHP greek speak. :(

    Its a freash install so I dont need to worry about breaking thread links and the likes. Please help.

    #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

    #99214

    In reply to: WPMimic V.1

    Adam
    Member

    Do you plan to update this for bbpress 2.0?

    #104314

    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?

Viewing 25 results - 35,551 through 35,575 (of 64,516 total)
Skip to toolbar