Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 41,151 through 41,175 (of 64,515 total)
  • Author
    Search Results
  • #94474
    citizenkeith
    Participant

    First of all, you need to enable the TwentyTen child theme from Appearance. Then, you need to create a new page, give it a title and then select bbPress – Forum Index in Template Select Box in Page Attributes section (below Publish button).

    When following these instructions, I don’t see bbPress in the Template Select Box.

    #94473
    Ricardo
    Participant

    just tested it online…no problems so far… created a few forums, topics etc to test it out… will test this later after i get off work, forum display needs a bit of teaking but it would be great if the simple:press integration method could be done withh bbpress.

    #94472
    Ricardo
    Participant

    when trying the new bbpress pluggin i get the following error message:

    Warning: require_once(C:wampwww/wp-content/plugins/bbpress/bbp-filters.php) [function.require-once]: failed to open stream: No such file or directory in C:wampwwwwp-contentpluginspluginbbp-loader.php on line 144

    Fatal error: require_once() [function.require]: Failed opening required ‘C:wampwww/wp-content/plugins/bbpress/bbp-filters.php’ (include_path=’.;C:php5pear’) in C:wampwwwwp-contentpluginspluginbbp-loader.php on line 144

    with notepad ++ i opened the bbp-loader.php file and on line 144 i found the following:

    require_once ( BBP_DIR . ‘/bbp-filters.php’ );

    i checked if i had that file in the pluggin folder and its there

    trying to activate the pluggin brought the wordpress installation off, all i can see is the error about line 144.

    Can anyone help?

    #94471
    Rich Pedley
    Member

    k will do, as soon as I get the next version of my plugin out the door.

    #94470
    Gautam Gupta
    Participant

    @Rich Pedley

    The plugin is in the bleeding-edge state, I’m sure that some kinds of those checks would be added in future.

    And about error reports, Trac is the best place as it is easier to manage tickets/issues there. Just open up a ticket with milestone 1.2, current open tickets can be viewed here.

    #94469
    Rich Pedley
    Member

    That isn’t so good, and I thought you might be going down that route. Is there no other way of displaying a forum other than using this?

    I would suggest that if a bbPress template exists within the current theme use that, else fall back to a default within the plugin. Otherwise the uptake will be severely limited to those using TwentyTen! and then only if they haven’t already created a child theme.

    If you keep with this route then it will only alienate users. (IMO)

    edit: where do you want error reports sent, seems daft to use TRAC at this early stage, can we have a dedicated board on here?

    #94468
    Gautam Gupta
    Participant

    That’s right.

    #94467
    miruru
    Member

    Thank you Gautam, that worked and I assume that if i want to use a different theme, i would have to create a child theme for my main Theme.

    #94466
    Gautam Gupta
    Participant

    how do you display the forum itself on the site or has it not got that far yet

    First of all, you need to enable the TwentyTen child theme from Appearance. Then, you need to create a new page, give it a title and then select bbPress - Forum Index in Template Select Box in Page Attributes section (below Publish button).

    And when you’d visit the page, you would see the list of forums, then you can go to a particular forum to see its topics and then go to a particular topic to see its replies.

    #94465
    miruru
    Member

    I am looking forward to this and I want to thank you guys for working on it. I’m just testing the plugin from the trac for any bugs etc and was wondering, how do you display the forum itself on the site or has it not got that far yet? Backend seems to be working ok.

    #35701
    pitsilia
    Member

    hi all,

    i have just installed bbpress as per guidelines and got successful install notifications.

    however when i try to access my site, i get this error:

    Oh dear!

    bbPress is already installed.

    Perhaps you meant to run the upgrade script instead?

    Im not sure how to proceed. I can provide links if anyone wishes.

    any help is much appreciated.

    #96484
    zaerl
    Participant

    That plugin has been built for bbPress 0.9. A programmer has fixed it. https://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-5290

    #101584
    zaerl
    Participant

    That plugin has been built for bbPress 0.9. A programmer has fixed it. https://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-5290

    #96416
    zaerl
    Participant

    id like to know which plugin that is.

    It’s not a plugin. bbpress.org uses the trunk version of bbPress.

    #101516
    zaerl
    Participant

    id like to know which plugin that is.

    It’s not a plugin. bbpress.org uses the trunk version of bbPress.

    #96415

    About notify the posts I’m using https://bbpress.org/plugins/topic/subscribe-to-topic/ in my forum.

    Pretty good ;)

    Regards

    #101515

    About notify the posts I’m using https://bbpress.org/plugins/topic/subscribe-to-topic/ in my forum.

    Pretty good ;)

    Regards

    #96448
    zaerl
    Participant

    all over the place.

    bbPress doesn’t collect individual topic views nor it displays them. Did you mean “topic voices”?

    The code looks like tangled spaghetti

    The code is very clean.

    #101548
    zaerl
    Participant

    all over the place.

    bbPress doesn’t collect individual topic views nor it displays them. Did you mean “topic voices”?

    The code looks like tangled spaghetti

    The code is very clean.

    #96029

    In reply to: bb Mystique Theme v1.0

    Gautam Gupta
    Participant

    Well, the gap is deliberate – you can see that in the original Mystique theme too. To remove that, you can put this at the end of the theme’s style.css:

    .shadow-right{ padding-bottom: 0 !important; }

    And the icons aren’t actually hidden – when you hover the icons, they should come out – but that’s only possible when you’ve the latest version of jQuery running (that is in bbPress dev aka trunk version, not in 1.0.2 or below). So what you can do is, download the latest jQuery and replace it with the one present on your server (bb-includes/js/jquery/jquery.js).

    #101129

    In reply to: bb Mystique Theme v1.0

    Gautam Gupta
    Participant

    Well, the gap is deliberate – you can see that in the original Mystique theme too. To remove that, you can put this at the end of the theme’s style.css:

    .shadow-right{ padding-bottom: 0 !important; }

    And the icons aren’t actually hidden – when you hover the icons, they should come out – but that’s only possible when you’ve the latest version of jQuery running (that is in bbPress dev aka trunk version, not in 1.0.2 or below). So what you can do is, download the latest jQuery and replace it with the one present on your server (bb-includes/js/jquery/jquery.js).

    #96458

    In reply to: bbPress uses WP theme?

    blahman29
    Member

    Hey decas,

    I followed this tutorial here..

    http://www.adityanaik.com/integratepress-part-i/

    And was able to style my theme within wordpress like this..

    http://www.designsaga.com/forum

    You will need to coding knowledge to get it working though.

    #101558

    In reply to: bbPress uses WP theme?

    blahman29
    Member

    Hey decas,

    I followed this tutorial here..

    http://www.adityanaik.com/integratepress-part-i/

    And was able to style my theme within wordpress like this..

    http://www.designsaga.com/forum

    You will need to coding knowledge to get it working though.

    #94464
    slee
    Member

    is there an idea of when this will be publicly launched ie it will be safe to use on a site?

    I am very eager to use this!

    #96406
    slee
    Member

    seems to of fixed it for now i downloaded the bbpress integration plugin and it seems to of given it a big kick :)

Viewing 25 results - 41,151 through 41,175 (of 64,515 total)
Skip to toolbar