Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,601 through 37,625 (of 64,523 total)
  • Author
    Search Results
  • #105965
    Tokyorock
    Member

    Now i ask the same question here in this thread…

    http://www.tokyorock.net/forums/

    I have done all… but it shows only the forum…but not the theme.. T.T

    #38548

    Hey everyone, I’m having a weird issue with BBPress and FireFox where it always returns the message “Email is Required” when attempting to sign up for the forum

    You can see the issue in firefox here: http://www.leanmap.com/forum/register.php

    Any thoughts?

    Rami Yushuvaev
    Participant
    Rami Yushuvaev
    Participant
    #38547
    jckbco
    Member

    Can 3 separate forums (aka bulletin boards) be placed on one site with bbPress (either a stand alone version or the mythical plug-in version)?

    Ideally, the three could be accessed with one login — meaning a person doesn’t have to register or login three separate times.

    Thanks!

    #100841
    Gautam Gupta
    Participant

    Are you talking about the plugin (2.0) or standalone (1.0)?

    ps. Deleted your other posts.

    #105941
    Gautam Gupta
    Participant

    Are you talking about the plugin (2.0) or standalone (1.0)?

    ps. Deleted your other posts.

    #95429
    Gautam Gupta
    Participant

    tofugu: You’re not doing anything wrong. Try adding this in your wp-config.php:

    define( 'WP_MEMORY_LIMIT', '256M' );

    #38549
    JimOsx
    Member

    Hi All!

    I’m new at bbpress… so….How do i add a page or a tab to my bbpress?

    is there a plugin that generates a single page or tab?

    sincerely

    jim

    #100403
    JimOsx
    Member

    thanks!

    #105503
    JimOsx
    Member

    thanks!

    #95428
    tofugu
    Member

    The importer has been timing out on me, importing maybe around 7 topics before redirecting itself to a wp-admin page and dying :(

    Does anyone know if I’m doing something wrong?

    P.S. Damn this plugin is awesome.

    #100632

    In reply to: bbPress 2.0 – FAQ

    Link added to GlotPress for translations.

    #105732

    In reply to: bbPress 2.0 – FAQ

    Link added to GlotPress for translations.

    #38559
    ericakadisco
    Member

    Hi,

    Does anyone know of a plugin for bbpress that allows Reddit-type upvotes and downvotes?

    This may be beyond the functionality of bbpress, so if someone has a recommendation for another forum template that would be great too.

    Thanks!

    Eric

    #95427

    There is a first pass and an importer, yes. Be sure to backup your existing database before using it though; remember it’s prerelease software and not guaranteed to be 100% perfect.

    #100752

    In reply to: Translating to spanish

    @VanDuch – At the moment, admins and super admins can view private and hidden forums, and those capabilities can be modified real time by other plugins to adjust who can see what. There’s a high probability that dropdown will be disabled/hidden when 2.0 launches, since there’s no real use for it in core. I knew going in that bbPress would need to support forum visibilities for BuddyPress public and private groups, but without an interface for choosing who can access them (BP groups), it’s somewhat pointless.

    #105852

    In reply to: Translating to spanish

    @VanDuch – At the moment, admins and super admins can view private and hidden forums, and those capabilities can be modified real time by other plugins to adjust who can see what. There’s a high probability that dropdown will be disabled/hidden when 2.0 launches, since there’s no real use for it in core. I knew going in that bbPress would need to support forum visibilities for BuddyPress public and private groups, but without an interface for choosing who can access them (BP groups), it’s somewhat pointless.

    #100790

    You’ll want to create a new page, and use the

    [bbp-topic-form]

    shortcode.

    #105890

    You’ll want to create a new page, and use the

    [bbp-topic-form]

    shortcode.

    #100864

    That would be nice, and I’ll most likely research something similar to this after 2.0. The problem is there is no way to add an additional theme path check on top of the parent theme and the child theme locations. Even then, that doesn’t make the single-, archive-, and page- templates match the HTML structure of your current theme, which means manually editing them anyways.

    As annoying as it is to add theme support for bbPress and not have the files there, that’s also the easiest way to communicate ability between theme and plugin. If you add theme support for post thumbnails, and then don’t use post thumbnails in your theme, you just don’t have post thumbnails. :)

    #105964

    That would be nice, and I’ll most likely research something similar to this after 2.0. The problem is there is no way to add an additional theme path check on top of the parent theme and the child theme locations. Even then, that doesn’t make the single-, archive-, and page- templates match the HTML structure of your current theme, which means manually editing them anyways.

    As annoying as it is to add theme support for bbPress and not have the files there, that’s also the easiest way to communicate ability between theme and plugin. If you add theme support for post thumbnails, and then don’t use post thumbnails in your theme, you just don’t have post thumbnails. :)

    #100863
    rofflox
    Member

    Thank you John for this thread.

    I’m currently working on the bbpress-plugin integration for my own themes. One point which is really annoying:

    If I add theme-support for bbpress, the plugin only looks for bbpress-templates inside my theme folder. If i haven’t any template files stored there, no fallback is implemented and therefore nothing is displayed.

    Wouldn’t it be nice, if bbpress looks first on the child-theme for its specific template-files, second at the parent-theme and last takes the builtin template-files from bbpress-twentyten theme?

    The drawback with the currently implementet solution is, that I have to copy every template-file over in my own theme. Regardless of the fact, that I only want to alter one specific template-file. Same goes for a specific css stylesheet.

    I looked at the sourcecode and it seems that i can hook into the filter “bbp_get_theme_compat” and simply de/register a new ‘bbpress-style’ stylesheet. But I think I’m not the only one which is looking for a solution inside bbpress-core.

    If I missed something, do not hesitate to correct me.

    Thanks

    Roman

    #105963
    rofflox
    Member

    Thank you John for this thread.

    I’m currently working on the bbpress-plugin integration for my own themes. One point which is really annoying:

    If I add theme-support for bbpress, the plugin only looks for bbpress-templates inside my theme folder. If i haven’t any template files stored there, no fallback is implemented and therefore nothing is displayed.

    Wouldn’t it be nice, if bbpress looks first on the child-theme for its specific template-files, second at the parent-theme and last takes the builtin template-files from bbpress-twentyten theme?

    The drawback with the currently implementet solution is, that I have to copy every template-file over in my own theme. Regardless of the fact, that I only want to alter one specific template-file. Same goes for a specific css stylesheet.

    I looked at the sourcecode and it seems that i can hook into the filter “bbp_get_theme_compat” and simply de/register a new ‘bbpress-style’ stylesheet. But I think I’m not the only one which is looking for a solution inside bbpress-core.

    If I missed something, do not hesitate to correct me.

    Thanks

    Roman

    #38554
    jarledb
    Participant

    Signup/start page:

    Are search, login and register supposed to be on the first page of the forum (typically blog.tld/forums/ ? Neither the twentyten or the themes integration seems to give that.

    Is there a widget for signup as well as login? Would be a nice way to have people sign up.

    Spam?

    How is spam handled? I can see no feature for blocking ip-adresses and blacklisting. Is spam handled with the Akismet plug-in I have already installed in my wordpress installation?

    Documentation

    Where do I find documentation for the plugin? I see it mentioned in the forum here, but have not been able to find the site.

Viewing 25 results - 37,601 through 37,625 (of 64,523 total)
Skip to toolbar