Forum Replies Created
-
In reply to: bbPress 2.0 – FAQ
I don’t think it’s too long. There are numerous long term infrastructure decisions to be made before creating an entirely new missing section of a live site. I understand your sense of urgency, but I need you to trust that it will happen when it can happen.
Developers should have plenty of documentation within the bbPress code itself; it’s all properly phpDoc’ed with great examples on what the functions do and how to use them. If you’re curious how to do something, take a walk down
In reply to: bbPress 2.0 – FAQI don’t think it’s too long. There are numerous long term infrastructure decisions to be made before creating an entirely new missing section of a live site. I understand your sense of urgency, but I need you to trust that it will happen when it can happen.
Developers should have plenty of documentation within the bbPress code itself; it’s all properly phpDoc’ed with great examples on what the functions do and how to use them. If you’re curious how to do something, take a walk down
In reply to: bbPress 2.0 – Updates@rofflox – Can you create a trac ticket with some steps to reproduce? When you add theme support, it should start pulling files from your active theme, and not the default templates anymore.
In reply to: v2: Simple Press importer, and first thoughtsWow neat.
The _insert_ style functions will happen before 2.0 gets released.
Any chance you can host this in a file somewhere rather than having a large code block?
In reply to: v2: Simple Press importer, and first thoughtsWow neat.
The _insert_ style functions will happen before 2.0 gets released.
Any chance you can host this in a file somewhere rather than having a large code block?
In reply to: bbPress 2.0 – FAQThe docs are just static WordPress pages for now. We’ll switch it eventually.
In reply to: bbPress 2.0 – FAQThe docs are just static WordPress pages for now. We’ll switch it eventually.
In reply to: Developers: New Trac and SVN URLsTrac should be using your WP.org login. You won’t be able to login to the SVN.
In reply to: Developers: New Trac and SVN URLsTrac should be using your WP.org login. You won’t be able to login to the SVN.
In reply to: bbPress 2.0 – conditional tags?Thanks for moving this here.
Check the /bbp-includes/bbp-general-template.php file; there are a ton of _is_ functions.
In reply to: bbPress 2.0 – conditional tags?Thanks for moving this here.
Check the /bbp-includes/bbp-general-template.php file; there are a ton of _is_ functions.
In reply to: bbPress 2.0 – Updates@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.
In reply to: bbPress 2.0 – Updates@Cor – What theme are you using? Those appear to be WordPress core errors, and I’m not immediately sure how bbPress would cause those to happen.
In reply to: Translating to spanishThanks 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.
In reply to: Translating to spanishThanks 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.
In reply to: Building plugins for the bbPress 2 WP pluginYes, 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.
In reply to: Building plugins for the bbPress 2 WP pluginYes, 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.
In reply to: bbPress 2.0 – UpdatesYes 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.
In reply to: bbPress 2.0 – UpdatesDo you have a physical /forums folder at the root of your installation? If not, is there anything else strange happening that you can report?
In reply to: Importing from bbPress StandaloneI 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.
In reply to: Importing from bbPress StandaloneI 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.
In reply to: bbPress 2.0 – UpdatesbbPress 2.0 beta 1 is now available in WordPress extend for public testing.
In reply to: bbPress 2.0 – UpdatesHaha! A beta will be in the WP repo when you wake up tomorrow.
In reply to: bbPress 2.0 – UpdatesWhat happens if you wrap that code in a proper code element?
No worries about posting security stuff here. Live and learn.
I’m going to put up a sticky post here with more clear directions, and when/where to do what/why.
In reply to: bbPress 2.0 – Updates@jvanclute – I deleted your posts because they are security related. The way it works now, is if you are the site admin you have the unfiltered_html capability, which allows you as a trusted site administrator to post whatever you want to. What you described isn’t allowed for non-admins.
I’ll look through things again and probably incorporate more aggressive filtering, even for admins.