Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,701 through 37,725 (of 64,523 total)
  • Author
    Search Results
  • #100763
    DigitalGdn
    Participant

    Thanks guys, I’ll start my adventure and have a look at the code.

    #105863
    DigitalGdn
    Participant

    Thanks guys, I’ll start my adventure and have a look at the code.

    #100762

    Yes, you’ll want to make them as WordPress plugins that specifically hook into bbPress actions and filters.

    There are tons of places where things can be overridden, and it shouldn’t take long to learn the hierarchy. Everything inside the php files is documented pretty well, and eventually that will get moved over to this site with a codex.

    #105862

    Yes, you’ll want to make them as WordPress plugins that specifically hook into bbPress actions and filters.

    There are tons of places where things can be overridden, and it shouldn’t take long to learn the hierarchy. Everything inside the php files is documented pretty well, and eventually that will get moved over to this site with a codex.

    #100761
    Mark Barnes
    Member

    This is slightly guesswork, but based on my understanding of the code.

    (1) You should write your bbPress plugin as if it’s a WordPress plugin.

    (2) Searching the bbPress folder for do_action will give you all the bbPress hooks, and searching for apply_filters will give you the list of filters (there are a LOT of them). Learning the important functions is trickier – they seem fairly spread out around the code amongst the less important functions. For that, I guess we’ll need to wait for documentation.

    #105861
    Mark Barnes
    Member

    This is slightly guesswork, but based on my understanding of the code.

    (1) You should write your bbPress plugin as if it’s a WordPress plugin.

    (2) Searching the bbPress folder for do_action will give you all the bbPress hooks, and searching for apply_filters will give you the list of filters (there are a LOT of them). Learning the important functions is trickier – they seem fairly spread out around the code amongst the less important functions. For that, I guess we’ll need to wait for documentation.

    #100764
    Rami Yushuvaev
    Participant

    you have to remove <?php get_sidebar(); ?> from the folowing files:

    * single-forum.php

    * single-topic.php

    * single-reply.php

    they are located at your bbpress plugin directory under “bbp-themesbbp-twentyten”

    #105864
    Rami Yushuvaev
    Participant

    you have to remove <?php get_sidebar(); ?> from the folowing files:

    * single-forum.php

    * single-topic.php

    * single-reply.php

    they are located at your bbpress plugin directory under “bbp-themesbbp-twentyten”

    #95404
     
    Member

    Hello,

    Not entirely sure if this would be the best topic to post this, but running WordPress in debug mode, I’m getting quite a few non-object notices.

    Notice: Trying to get property of non-object in /home/design24/public_html/klanten/20/wp-includes/general-template.php on line 1477
    Notice: Trying to get property of non-object in /home/design24/public_html/klanten/20/wp-includes/author-template.php on line 208
    Notice: Trying to get property of non-object in /home/design24/public_html/klanten/20/wp-includes/category-template.php on line 1081

    Also, when editing this post with some proper code markup there seems to be 2 Notify me of follow-up posts via email boxes available.

    #38537
    zeaks
    Participant

    I’m trying out the latest version of the BBpress plugin using a basic Twenty Ten child theme. Is there any way to have the forum display using the one column template?

    #38536
    DigitalGdn
    Participant

    Hi

    I’m going to look at adding a feature to bbPress (WP plugin version) and have a couple of questions.

    1) Should my plugin live in /webroot/wp-content/plugins (same level as bbPress folder)? If so what differentiates this from being a WordPress plugin (or should I not worry about making this distinction?)

    2) The ‘customization’ page refers to a plugin API – what’s the best way to learn this? (any particular bbPress developer reference guides or documentation I should know about?)

    Obviously early days with the new version, just want to make sure I’m not missing anything.

    Cheers

    Ben

    #95403
    Tokyorock
    Member

    Thank you, now the forum is included…but only th Index..each other link from the forum shw me a blank site.

    Second, the index looks like this..

    http://250kb.de/u/110521/p/ydvZCOnJbHrD.PNG

    …what can i do ?

    i used the mingle forum without problems..but i want to use the bbpress…but now i have problems. Hope they can be fixed..

    maybe i must write something in my theme index to include the forum skin and files?

    #95402

    Yes it is possible. The shortcodes you want are most likely…

    [bbp-forum-index]

    [bbp-topic-index]

    When bbPress 2.0 officially launches, there will be an interface for these hidden shortcodes.

    #95401
    Tokyorock
    Member

    Hi.. not really….

    m theme work perfect…but if i click on the forum i get a blank site…nothing more.

    hm..should i make some changes in my theme? i dont use the twenty theme..

    It is possible to create a page and put a bbcode to insert the forum?

    #95400

    Do you have a physical /forums folder at the root of your installation? If not, is there anything else strange happening that you can report?

    #95399
    Tokyorock
    Member

    Thank you ^^, but heres the first problem..

    I get a blank site if i use /forums/

    All other sites and pages work >.<

    The permalinks are ok too..><

    ok i get a blank site only in my theme…what should i do..

    #95398
    Arjun S Kumar
    Participant

    Congo JJJ and Gauti. ;-)

    #100748

    I updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.

    #105848

    I updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.

    #100621
    Gautam Gupta
    Participant

    You should install the development (trunk) version of bbPress standalone. That has this thing fixed. :)

    #105721
    Gautam Gupta
    Participant

    You should install the development (trunk) version of bbPress standalone. That has this thing fixed. :)

    #38534
    Gautam Gupta
    Participant

    Hey!

    I and Ben L. recently released a bbPress standalone to plugin converter (bbS2P) to help you out with importing. But now, that has been deprecated as most of the code that was in there has been ported into the bbPress plugin itself.

    Got some hint? (I think) You’re right! You can now convert your bbPress standalone install into the bbPress plugin from right inside the bbPress plugin itself! Just have the bbPress plugin activated, go to Tools -> Import -> bbPress Standalone and follow on-screen instructions.

    Note: It is highly recommended that you have a backup of your whole database before doing this.

    Thanks!

    – G

    #95397

    bbPress 2.0 beta 1 is now available in WordPress extend for public testing.

    https://wordpress.org/extend/plugins/bbpress/

    #38532
    skyman77
    Member

    Hi all,

    I have just successfully dabbled with BBPress and installed with my WordPress install. Yippee!

    What I really need is the right plugin that not only notifies any forum admins that a new post has been lodged, but will also notify the member who lodged the post when his post has had a reply.

    I have tried a few out there and I cant seem to find one that does both of these functions which seem like a pretty basic design feature IMHO.

    #38530
    sujitagarwal
    Member

    Assigning the return value of new by reference is deprecated

    this is the error given everywhere when i try to install the bbpress installation on the new wampserver with php5.

    Please tell me what to do to install it on my localhost server.

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