Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,826 through 36,850 (of 64,532 total)
  • Author
    Search Results
  • #106024
    ejw
    Member

    Hi John, excited about getting bbpress integrated on my site, thanks for all the work you’ve done on it. However I’ve tried to get it running and I think I’m having a similar problem to what mbiernat describes above with only the parent forum showing.

    I heard there is a new version coming out and maybe this is addressed in that, but just wanted to let you know and see if there was a solution. The site is http://amishamerica.com/

    Thanks and all best!

    #38881
    cultofiphone
    Member

    Check out this site, I finally got bbpress and wp to play together nicely using the Evolve free premium theme.

    http://cultiphone.com

    http://cultiphone.com/forum

    #95581
    Tom Lynch
    Participant

    Just found an interesting bug here, when you split a topic it shows the error messaages:

    ERROR: Invalid author name submitted!

    ERROR: Invalid email address submitted!

    Doesn’t split but when you go back to the forum, the post has split off but not to anything else and can only be seen by going to the wp-admin area.

    http://dl.dropbox.com/u/10618510/Screen%20shot%202011-06-29%20at%2012.19.19.PNG

    #95580
    Tom Lynch
    Participant

    @trifon thanks, I didn’t even realise there were settings there, I thought it was odd but thanks thats great!

    #95579
    Anonymous User 5853594
    Inactive

    Under Settings>Forums you could uncheck the forum prefix, which would remove one of the forum slugs.

    That could create some conflicts with your WP slugs though (especially the “tag” slug).

    #107041

    It wouldn’t be anymore bogged down than a site with 1 million blog posts, which is to say that once you have that kind of traffic and data store, you are probably backed by the proper hardware to handle it. :)

    #107040
    Erlend
    Participant

    Great, thanks for letting me know. So there is no speed arguments, e.g. a site with 1’000’000 posts could get bogged down if it has thousands of incoming links?

    p.s. sorry for repeatedly posting in ‘Installation’, I just don’t take notice of it very easily.

    #107014

    @bradsucks – So, I’ve put some thought into the situation that you’re in, and RC1 will include some tweaks to how this works which will hopefully help.

    The issue, is that we want to make it easy to get forums up and running, without a bunch of configuration, and the easiest way to do that is let WordPress handle things naturally, and display the forum archives when you navigate to:

    domain.com/%forum_slug%/

    But… everyone wants to customize the way their forums look and work (even me) so that isn’t always optimal, and there is only so much you can do before the real answer involves creating your row custom theme.

    Anyways, before the archive templates were created in bbp-twentyten, a page-template was used to let you put your forums anywhere in the page hierarchy of your site that you want, but that wasn’t obvious enough and not everyone wants to use the hardcoded template file either.

    So then I introduced shortcodes, which allow you to put your forums and topics in any post or page you choose, but if you do that, there’s no real way for bbPress to *know* where you put your forum root in the breadcrumb without you manually telling it in the forum settings.

    As you can see, it’s gotten complicated to try to satisfy the golden 80%, including myself.

    Part of the change that is coming in RC1 is a check to see if a WordPress page exists where you have configured your forum index to be. Normally WordPress would override and show the forums archive, but I make it dump out your page instead. This way you’re able to setup a WP page with whatever you want in it, and have it do whatever you tell it to. The potential caveat here is when people try outsmart the software, create a page with the ‘forums’ slug, and wonder why bbPress doesn’t automatically make forums appear there.

    Hopefully RC1 and beyond will satisfy the needs of 80% of users. If so, I’m satisfied supporting the other 20% that want something more tricked out.

    #107039

    No reason other than wanting to nail down the root functionality of the forums themselves first. There are lots of little WP do-dads that we can take advantage of, and pingbacks will likely be on the list for 2.1.

    #38976
    Erlend
    Participant

    It strikes me as a really useful feature to have for forums, yet it doesn’t seem to be included by default for the forum post type. Is there any particular reason for this?

    #107018
    Tom Lynch
    Participant

    i suspect to code it from scratch again?

    #107024
    Erlend
    Participant

    You might be interested in my suggestion for distributed conversations.

    #95578
    Tom Lynch
    Participant

    Thanks for helping out before, works well however the slug still shows like this on posts and forums…

    http://forum.gdnm.co.uk/forums/forum/bahons-graphic-design-new-media-forums/

    Its not very sightly, is there a way to remove the forums/forum bit?

    Erlend
    Participant

    I think one of bbPress’ biggest strengths is its potential to extend upon and empower WordPress’ commenting system. Another side of this is the P2 theme used to enable real-time conversations, but that’s a different topic.

    ‘Distributed conversations’ should facilitate persistent on-topic discussion.

    The basis of this idea has already been put to the test on the TED.com website. For an example, follow this link to the Beware online “filter bubbles” video and scroll down to see the “TED CONVERSATIONS”. That is, in essence, what I’m proposing here, along with a new idea (comment conversion).

    How would this work?

    A) Create conversation directly from a blog post. (TED way)

    B) Create conversation from a blog post’s comment(s). (new way)

    See mockup:

    https://gomockingbird.com/mockingbird/#tcky31h/qjXSc0

    http://i.imgur.com/fS4Yo.png

    A:

    Every blog post should come with a “start a new topic” link. Clicking this link would start a standard ‘new post’ prompt. The only difference would be the link to the discussed blog post, which could be incorporated in a number odd ways. The easiest way I can think of would be a shortlink with blog post ID. (Although it’s outside of the initial scope, this should also be compatible with forum posts).

    B:

    Comments can be converted to forum threads. A conversion would:

    1) Lock the thread of comments

    2) Create a new forum thread with the comments.

    3) Link to the new forum thread from the locked comment thread.

    This option would only be available to moderators and above.

    Maybe not in core, but I could see this being a super handy plugin.

    #95577
    Andre
    Participant

    @Trifon – It happened at least once between betas, that’s why I expected it to happen again.

    #107023
    Lange
    Member

    I see, thanks for the reply.

    #95576
    Anonymous User 5853594
    Inactive

    @Andre

    I think that will only happen when 2.0 has gone gold and for later updates.

    #107022
    Andre
    Participant

    It was possible with an older version of bbPress. I don’t think it’s possible with 2.0 yet, but I’d be surprised if there wasn’t a plugin created for it in the near future.

    #107013
    Andre
    Participant

    I think you’ve moved beyond where I can be much help. Hopefully JJJ will chime in.

    #107021
    Andre
    Participant

    Look at the WordPress PM options at https://wordpress.org/extend/plugins/. You shouldn’t require a plugin specific to bbPress.

    #95575
    Andre
    Participant

    @Trifon – Thank you. I expected it to show up in the WP auto update.

    #95574
    Anonymous User 5853594
    Inactive

    @Andre

    I’ve been running RC1 for two days now. It has been a pretty silent release, I couldn’t find any news about it, other than JJJ’s post in this thread.

    #38971
    Lange
    Member

    Is it possible to use bbPress (2.x) for blog post comments on WordPress instead of the normal WP comment system? I seem to recall this being possible in older versions of bbPress, but perhaps I am mistaken.

    #38953
    clocky
    Participant

    is there a way to connect a pm plugin with the bbpress 2.0 ? pm must be sent from frontpage without log in to /wp-admin/

    #95573
    Andre
    Participant

    @dobralog – The goal is the same time as WordPress 3.2 which is scheduled for Thursday. I don’t know if either is on schedule. I assume WP is close since RC2 is out. bbPress was supposed to have an RC out 3 days ago, but I haven’t seen it yet.

Viewing 25 results - 36,826 through 36,850 (of 64,532 total)
Skip to toolbar