Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,901 through 37,925 (of 64,515 total)
  • Author
    Search Results
  • #95321
    tooltrainer
    Member

    @anointed said “I just found bbp_custom_template so needless to say I am in heaven. So long as I have an easy way of using my own template files for each custom bbpress area, life is good.”

    anointed, thanks for pointing this out. I’ve looked at that function and believe it would indeed be extremely useful in creating/integrating a custom theme! Unfortunately I’m not really clear on how to use it. Could you (or JJJ) possibly elaborate a bit on what you’re doing/planning to do with it?

    Thanks!!

    Jonathan

    #95320
    tooltrainer
    Member

    @Ryan

    Turns out I was just missing a “forums” page in my WP pages. Duh!!

    Thanks for the help all!

    Jonathan

    #95319
    toby386
    Member

    SORRY if I’m posting in the wrong place but it seems JJJ may hold the answer to an issue i’m contending with.

    Feel free to admonish me if this isn’t the appropriate venue.

    I’m re-building a member site with several “levels” of member/access.

    Each member level (as you would expect) has separate access to different pages/posts etc…

    I’m trying to build a forum that follows the same content protection strategy. The user roles in the stock WP and BBP are inadequate for me needs, but my membership site plugin+Infusionsoft are managing the content protection VERY well…..so my bottleneck is finding a forum that will suffice.

    Currently I’m trying to use 2 separate BBP (stand alone) installations, and using 2 separate pages (1 for each member level), and limiting access to those pages by member level.

    Does anyone know if this BBP plug in would fit into this model well??

    And if no….anyone know of any potential options??

    Thanks all!

    #100520

    Run an svn checkout of the bbPress plugin, and just svn update periodically.

    If this is on a remote server and you’re using SVN, you’re probably SSH’ed in, so…

    cd wp-content
    cd plugins
    mkdir bbpress
    cd bbpress
    svn co https://bbpress.svn.wordpress.org/branches/plugin .

    #105620

    Run an svn checkout of the bbPress plugin, and just svn update periodically.

    If this is on a remote server and you’re using SVN, you’re probably SSH’ed in, so…

    cd wp-content
    cd plugins
    mkdir bbpress
    cd bbpress
    svn co https://bbpress.svn.wordpress.org/branches/plugin .

    #100509

    I want to thank you for making this plugin. It’s been too long that WordPress users have waited for a fully integrated forum.

    I’m also really happy that it’s coming out in a few days. This is just what I need.

    Thanks again.

    #105609

    I want to thank you for making this plugin. It’s been too long that WordPress users have waited for a fully integrated forum.

    I’m also really happy that it’s coming out in a few days. This is just what I need.

    Thanks again.

    #95318

    @anointed – Most likely not in core, no; so create away. Technically ‘topics’ are questions, and ‘replies’ are answers and suggestions. Since they are all just custom post types, and everything is filtered with actions everywhere, you should be able to create custom taxonomies, adjust the custom post type properties, and all kinds of fun things.

    #100508

    Correct: alpha, beta, stable. Here at bbpress.org, we’re still running the stand-alone installation of bbPress. We are (kind of) following my own advice and not running pre-release software on a live environment. Instead, we’re running the latest trunk version of bbPress stand-alone which will eventually be 1.1.

    It’s complicated. :)

    All you need to know, is the plugin version sounds like it’s exactly what you want, and it is only a few days away from being a public alpha.

    #105608

    Correct: alpha, beta, stable. Here at bbpress.org, we’re still running the stand-alone installation of bbPress. We are (kind of) following my own advice and not running pre-release software on a live environment. Instead, we’re running the latest trunk version of bbPress stand-alone which will eventually be 1.1.

    It’s complicated. :)

    All you need to know, is the plugin version sounds like it’s exactly what you want, and it is only a few days away from being a public alpha.

    #95317
    Anointed
    Participant

    @JJJ

    Yeah the code looks much more user friendly than before. I was actually meaning to ask how this is going to work with bp as that is my ultimate goal. Hoping we don’t have to wait till 1.4 or something… I have not been paying attention to any bp/bbpress news lately, so way behind the times.

    I just found bbp_custom_template so needless to say I am in heaven. So long as I have an easy way of using my own template files for each custom bbpress area, life is good.

    p.s.

    Are there plans on adding in post taxonomies metadata for things like turning forum posts into ‘questions, answers, suggestions, etc’ like getsatisfaction does?

    (If not then I’ll do it myself, just don’t want to recreate a wheel already built)

    #95316

    Cool. I’ll play with flushing the rewrite rules some more, and see if I can make this more automated. There’s a sweet spot that needs to be found with these, and I’ve managed to miss it so far. :)

    #100516

    You really shouldn’t have one WordPress installation inside another. That’s a recipe for exactly the kind of disaster you’re experiencing, since it’s most likely conflicting .htaccess files trumping each other.

    “Running nested WP installs” is different than “Running WP in a subdirectory” because of exactly what I mentioned above. If you install WP in a subdirectory, it won’t care where it is (or what its path is) as long as you install WP correctly. Once you nest several installations on top of each other, you’re setting yourself up for headaches unless you’re able to fluently track down and alleviate the rewrite issues you’ll run into.

    An important piece of missing information, do both of the WordPress installs work independently without bbPress activated on either of them? Pretty permalinks turned on, on both, etc… Once you get that to behave first, then it’s time to try adding things into them.

    #105616

    You really shouldn’t have one WordPress installation inside another. That’s a recipe for exactly the kind of disaster you’re experiencing, since it’s most likely conflicting .htaccess files trumping each other.

    “Running nested WP installs” is different than “Running WP in a subdirectory” because of exactly what I mentioned above. If you install WP in a subdirectory, it won’t care where it is (or what its path is) as long as you install WP correctly. Once you nest several installations on top of each other, you’re setting yourself up for headaches unless you’re able to fluently track down and alleviate the rewrite issues you’ll run into.

    An important piece of missing information, do both of the WordPress installs work independently without bbPress activated on either of them? Pretty permalinks turned on, on both, etc… Once you get that to behave first, then it’s time to try adding things into them.

    #100507

    But the plugin will? That’s impressive! I can’t wait until the plugin comes out. I just installed a test bbpress on a dummy site to see how it looks. It’s pretty smooth. I really think bbpress has the potential to dominate the forum industry if people get behind it like they do WordPress.

    You’re running the alpha version now, correct? Then comes the Beta and then the stable?

    #105607

    But the plugin will? That’s impressive! I can’t wait until the plugin comes out. I just installed a test bbpress on a dummy site to see how it looks. It’s pretty smooth. I really think bbpress has the potential to dominate the forum industry if people get behind it like they do WordPress.

    You’re running the alpha version now, correct? Then comes the Beta and then the stable?

    #95315
    Ryan
    Member

    @JJJ – nice catch…

    As soon as I went into Setting-Forums and clicked Save, that same forum link is now working.

    I added a topic from that page, worked fine. Seems ok now.

    #38444
    tooltrainer
    Member

    I began posting here:

    http://bbpress.org/forums/topic/bbpress-plugin-updates/page/27?replies=793#post-87320

    Still don’t know what’s going on, but I’m wondering if it’s related to running one copy of WP underneath another. My setup is:

    webroot/ (production site is here with bbP active and working)

    webroot/new/ (test site is here where bbP does not want to work)

    ‘new’ is just that – brand new 3.1.2 WP install with vanilla everything. But bbP simply will not work within it no matter what I try. If I have permalinks on default, any visit to domain.com/new/forums/ redirects me to domain.com/forums/ and if I set permalinks to /%postnam3%/ then I just get a 404 error with any request for /new/forums/.

    Don’t know what else to try. In the other thread, Ryan also found the problem with permalinks, but not the other problem. This is why I’m wondering if it’s related to having 2 installs, one below the other.

    Can anyone confirm/deny that this kind of setup doesn’t work?

    Thanks!

    Jonathan

    #100506

    The regular bbPress installation won’t do that without much, much work. :)

    For example, here at bbPress.org, we have 1 unified theme, that both the blog and the forums use. It’s a completely custom theme, on top of a very complicated installation that integrates with shared user tables over at wordpress.org, several themes and plugin repositories, etc…

    So, it can be as simple or as complicated as you need it to be, but the plugin version of bbPress will give you a huge head start.

    #105606

    The regular bbPress installation won’t do that without much, much work. :)

    For example, here at bbPress.org, we have 1 unified theme, that both the blog and the forums use. It’s a completely custom theme, on top of a very complicated installation that integrates with shared user tables over at wordpress.org, several themes and plugin repositories, etc…

    So, it can be as simple or as complicated as you need it to be, but the plugin version of bbPress will give you a huge head start.

    #95314

    @ryan – Can you try visiting the Settings > Forums screen, and saving your settings again after you’ve changed your permalinks? I wonder if the rewrite rules aren’t being flushed correctly.

    Could you also

    global $wp_rewrite; var_dump( $wp_rewrite );

    somewhere, so I can see what it thinks it should be looking for?

    #100505

    The regular bbpress installation won’t do that, you think? I should wait for the plugin?

    #105605

    The regular bbpress installation won’t do that, you think? I should wait for the plugin?

    #95313

    @anointed – Excited to see what you come up with. I know you’re quite familiar with BuddyPress, so hopefully you’ll 1.) feel comfortable and see the similarities, and 2.) see how bbPress has improved on those similarities, and see what’s going back into BuddyPress. :)

    #100504

    You’ll want to use the bbPress plugin with some custom template files, and customize it to taste. Anything is possible. :)

Viewing 25 results - 37,901 through 37,925 (of 64,515 total)
Skip to toolbar