Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,451 through 18,475 (of 32,518 total)
  • Author
    Search Results
  • #105881

    Thanks for moving this here. :)

    Check the /bbp-includes/bbp-general-template.php file; there are a ton of _is_ functions.

    #100781

    Thanks for moving this here. :)

    Check the /bbp-includes/bbp-general-template.php file; there are a ton of _is_ functions.

    #95409

    @MelloMoose – Can you please start your own support topic and not post personal help requests in this one? Thanks. Once you do I’ll delete your posts here. :)

    @LPH2005 – Since the stable tag isn’t numeric yet, it’s likely that it won’t trigger the update notice until it goes gold. I’ll look into it though.

    #105863
    DigitalGdn
    Participant

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

    #100763
    DigitalGdn
    Participant

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

    #105850

    In reply to: Translating to spanish

    Thanks guys :)

    @VanDuch – Private and Hidden forums perform extra capability checks, and hide the contents of those forums from profile pages, widgets, and anyplace forum content is available. This was a bit complicated to pull off, so if you find any bugs I’m happy to investigate and fix.

    #100750

    In reply to: Translating to spanish

    Thanks guys :)

    @VanDuch – Private and Hidden forums perform extra capability checks, and hide the contents of those forums from profile pages, widgets, and anyplace forum content is available. This was a bit complicated to pull off, so if you find any bugs I’m happy to investigate and fix.

    #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.

    #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.

    #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.

    #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.

    #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.

    #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?

    #95398
    Arjun S Kumar
    Participant

    Congo JJJ and Gauti. ;-)

    #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

    #95396
    tooltrainer
    Member

    P.S.

    We really do need a solution that allows members to post code in a “safe” way. I’ve already got members wanting to post helpful code snippets for each other, and they can’t.

    Is something like this in the plan? Or should I develop a custom plugin that makes it possible?

    Thanks,

    Jonathan

    #95395
    Tokyorock
    Member

    Awesome =3 i wai for the plugin…thats the reason why i wait to release my new project xD

    #38526
    SebbyH
    Member

    Hi All,

    I’ve recently added some forums to my site and although they look good I’m unable to resize the forum listing and as such the forum listing collides with the side bar and looks awful :(

    the forums are here: http://barnstormers.org.uk/forums/

    I have a ‘Forums’ page set up using the bbpress forum index page template.

    Can anyone let me know how to resolve this as the site will be going officially live in a few days.

    Cheers,

    Seb

    #105707
    Gautam Gupta
    Participant

    alsur: Only a few tickets are left for the alpha to be out. :)

    #100607
    Gautam Gupta
    Participant

    alsur: Only a few tickets are left for the alpha to be out. :)

    #105706
    alsur
    Member

    Thanks Gautam… so I understand then that we are still on a non-official alpha… ummm that sounds extremely early ;)

    #100606
    alsur
    Member

    Thanks Gautam… so I understand then that we are still on a non-official alpha… ummm that sounds extremely early ;)

Viewing 25 results - 18,451 through 18,475 (of 32,518 total)
Skip to toolbar