Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,376 through 37,400 (of 64,515 total)
  • Author
    Search Results
  • #106422

    You can manipulate the inclusion of the links on customized setups (such as the one I know you have.) :) Check out the plugin code and adjust it to suit your needs in your custom theme.

    #38625
    Anointed
    Participant

    Suggestion:

    I noticed that beta2 changed the breadcrumbs to include a ‘Home’ button as the first level. The suggestion would be to have the ‘Home’ button link to the forum home page and not the site root home page.

    It is rather confusing even to myself to be kicked from the forums when clicking the home breadcrumb link. I would expect to be sent to the forum homepage instead.

    #95476
    tooltrainer
    Member

    Could we get a list of files that have changed in the changelog? For those of us who have had to make certain modifications to some core files, it would be extremely helpful.

    Thank,

    Jonathan

    #106243
    leemon
    Member

    Are you sure? I can’t see bbPress added to the body class here:

    http://barcelonaphotobloggers.org/forums/forum/general-2/

    kmessinger
    Member

    But using bbPress 2.0 when it is final – won’t that be up to date?

    #100837
    Giulio
    Member

    Hallo, I’m using bbpress 2 and i have a multi-site installation, but how do I do to active bbpress on each site? BBpress is network actived but I can create forums only from the admin network panel.

    #105937
    Giulio
    Member

    Hallo, I’m using bbpress 2 and i have a multi-site installation, but how do I do to active bbpress on each site? BBpress is network actived but I can create forums only from the admin network panel.

    Ah ha. That’ll do it. WordPress doesn’t have built in collision detection for these manually entered slugs. Mind creating a trac ticket and I’ll look into preventing this in the next release.

    #100617
    SebbyH
    Member

    Has anyone got any ideas on this? It’s very odd as it seems to only affect the main forum list subsequent forum / topic lists seems to be fine width wise and adjust with the page in different resolutions / as the browser gets resized.

    I’ve tried fiddling about with the CSS for the .bbp-forums class but it seems to take no notice (however the subsequent topics / forums seem to do so)

    I’ve had to install bbpress a little differently than @jjj specified in his sticky thread I had to do the following:

    Create a ‘Forums’ page of template type bbPress – Forums (Index)

    As I’m using a child theme of twenty ten I can’t use the child theme method as it complains about having too many functions.php s. So I copied the contents (except the functions.php and style.css) of the bbp-twentyten folder into my child theme then added the theme support in twenty-ten’s function.php. This seemed to work but no styles were being applied so i copied the bbpress.css contents into my style.css and now everything looks great I just can’t get the main forum index to resize with the page and it looks really messy under the side bar.

    Using chrome’s ‘Inspect Element’ I can see the table.bbp-fourms takes up more width than the #content div but I have no idea how to restrain it to using only the width of #content.

    Any help at all greatly appreciated and Thank you for a fantastic plugin.

    http://barnstormers.org.uk/forums

    #105717
    SebbyH
    Member

    Has anyone got any ideas on this? It’s very odd as it seems to only affect the main forum list subsequent forum / topic lists seems to be fine width wise and adjust with the page in different resolutions / as the browser gets resized.

    I’ve tried fiddling about with the CSS for the .bbp-forums class but it seems to take no notice (however the subsequent topics / forums seem to do so)

    I’ve had to install bbpress a little differently than @jjj specified in his sticky thread I had to do the following:

    Create a ‘Forums’ page of template type bbPress – Forums (Index)

    As I’m using a child theme of twenty ten I can’t use the child theme method as it complains about having too many functions.php s. So I copied the contents (except the functions.php and style.css) of the bbp-twentyten folder into my child theme then added the theme support in twenty-ten’s function.php. This seemed to work but no styles were being applied so i copied the bbpress.css contents into my style.css and now everything looks great I just can’t get the main forum index to resize with the page and it looks really messy under the side bar.

    Using chrome’s ‘Inspect Element’ I can see the table.bbp-fourms takes up more width than the #content div but I have no idea how to restrain it to using only the width of #content.

    Any help at all greatly appreciated and Thank you for a fantastic plugin.

    http://barnstormers.org.uk/forums

    kmessinger
    Member

    Update: the error message only occurs when I am logged in. It occurs when anyone is logged in to bbpress and click on the forum links in the left hand sidebar.

    kmessinger
    Member

    I think this started when I upgraded the beta version this morning. After clicking on a forum I get the correct screen with this message at the bottom,

    Fatal error: Call to undefined function bbp_current_user_can_create_topic_in_forum() in /hermes/bosweb26a/b1658/d5.savethec/public_html/stc/wp-content/themes/bbp-atahualpa366/bbpress/form-topic.php on line 17

    This does not seem to effect anything.

    Here is the link. http://www.savethecolors.com/?forum=test2-2

    #100804

    In reply to: Where is the importer?

    scribu
    Member

    I managed to get past the fatal error by adding these two lines in my bp-config.php file:

    define('BB_DATABASE_CLASS', 'BPDB');
    define('BB_DATABASE_CLASS_INCLUDE', false);

    Now I’m getting more errors:

    Warning: Missing argument 2 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

    Warning: Missing argument 3 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

    Warning: Missing argument 4 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

    Fatal error: Cannot redeclare bb_cache_users() (previously declared in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php:103) in .../forum-svn/bb-includes/functions.bb-users.php on line 39

    This is using bbPress plugin 2.0-beta-2b and bbPress standalone trunk.

    #105904

    In reply to: Where is the importer?

    scribu
    Member

    I managed to get past the fatal error by adding these two lines in my bp-config.php file:

    define('BB_DATABASE_CLASS', 'BPDB');
    define('BB_DATABASE_CLASS_INCLUDE', false);

    Now I’m getting more errors:

    Warning: Missing argument 2 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

    Warning: Missing argument 3 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

    Warning: Missing argument 4 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

    Fatal error: Cannot redeclare bb_cache_users() (previously declared in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php:103) in .../forum-svn/bb-includes/functions.bb-users.php on line 39

    This is using bbPress plugin 2.0-beta-2b and bbPress standalone trunk.

    Rev. Voodoo
    Member

    Hmmm, that’s curious. I’ve re-tested. No plugins, twenty ten theme, regenerated permalinks, and I can’t use the same slug. I get a page not found error when trying to view standard tag…

    waitaminute…

    Ah, there’s the conflict. Something I should have tested earlier.

    If the 2 slugs are the same, and the

    “Incude the Forum Base slug in your single forum item links”

    Option is unchecked, that’s when I get the clash…..

    #38620
    Aldo Latino
    Member

    I’m trying the beta 2 of bbPress plugin in my localhost environment.

    I noticed that all subscriber users can view deleted posts or posts marked as spam by the admin.

    Is it a bug?

    Curiously I have testbp.org setup to use the same slug for blog tags and topic tags, and see no issues.

    #95475
    Jamie Marsland
    Participant

    Just installed beta 2…. lovely so far :)

    Rev. Voodoo
    Member

    Just figured I’d report this here for information. I’m not skilled enough to know which end the conflict would be on.

    With Otto’s SFC (Simple Facebook Connect) there are numerous modules that go with it. There seems to be a conflict between bbPress plugin, and the Like button module.

    When the Like button is active, I can get to the main forum listing. But if I click to get to the individual forum pages, I just see the title and nothing further.

    This only occurs when running it straight from the plugin. I have a simple twenty ten child theme on VoodooPress. I originally dropped all the files into my theme, and it worked fine. But I don’t want to run it that way, as the intent of the site is to always run a customized (child) version of whatever WP’s default theme is. So keeping just the plugin running is easier.

    When I drop all the files out of my theme, and run bbPress as just a plugin, I get the conflict.

    Just wanted to make everyone aware in case they run into this. So far, bbPress is a great plugin. Slowly working through things to figure it out.

    Rev. Voodoo
    Member

    Discovered the problem in my situation. It was a permalink clash. The default settings for the forums sets the tags slug as tags. My permalinks for WP have the default tag base of tags. So the default forum and standard WP tags were conflicting. When I renamed my forum tag slug to topic-tags everything works again

    I haven’t quite figured out the best way to reliably integrate the login/register/lost-password pages into theme compatibility yet. The tentative plan is to finish up their shortcodes so they can be used on any page and ready for 2.0.

    #95474
    #95473

    @danieljuhl – The hidden and private forum support is more-or-less baked into bbPress core to provide that functionality to other plugins, most notably BuddyPress which uses them for public and private group forums. There’s a high likelihood the forum visibility option will be hidden from bbPress 2.0, with the option for developers or other plugins to enhance that functionality.

    #100237

    Closing this topic, as the importer is now bundled with bbPress 2.0

    #105337

    Closing this topic, as the importer is now bundled with bbPress 2.0

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