Search Results for 'bbpress'
-
Search Results
-
There was some discussion about making bbPress a WordPress plugin. This would lead to a complete re-write of the project, but I have a better idea:
- bbPress should be a standalone platform, so it can also be run without WordPress.
- There should be a plugin on WordPress plugins repo (for eg.
bbPress Forums Integratoror simplybbPress), which would have bbPress as svn:external and load the bbPress files as BuddyPress does it. Basically the plugin could be what can be found here – http://trac.buddypress.org/browser/trunk/bp-forums - This way both type of users would be benefitted – those who want bbPress as a standalone and those who want it to be deeply integrated with WordPress.
Some of my thoughts…
Gautam
An extremely, over exaggerated word that has been used to change the developmental focus of bbpress is Integration.
Its time we address this burdening issue and close the book on this 2 year old bug, mental or developmental. And to do this we will collectively discussion what integration is, what its not, and what is best for the bbpress project and community in the long run.
1st. One of the most important points that I would like to express is, Integration doesn’t mean Plugin. I could talk till im blue in the face on this, or link old posts where unknowing users use the words interchangeably … but its easier to point to this open and active discussion
http://bbpress.org/forums/topic/bbpress-a-plugin-or-independent-software-with-integration
Integration can mean, user integration, data sharing, shared user profiles etc. This doesn’t have to be just WordPress, but if bbpress is reduced to nothing more than a WordPress plugin, than the future of bbpress is contingent upon wordpress not to mention the effects this has on development “which is evident”
I wanted to keep this topic short and to the point, but isnt to say i wont weigh in with lengthy replys
To end this chapter of confusion and to get bbpress back on trac, on February 14 I propose a IRC meeting which will follow with a blog post of the results with a roadmap for the future.
I wanted to hold a deep discussion regarding the future of bbpress being developed as a “plugin” or independent with the capabilities of integration.
Topic: AJAX interface?
I’m working on a video site, and I want to add a comments section to each video. So I plan to create a bbPress forum to compliment each video. But I want to integrate that forum into each video’s existing web page rather than forcing users to load up the existing forum site.
So, I plan to use jQuery on the video page to retrieve the comment forum’s contents in RSS form, then display them in the existing page beneath the video. That seems like it would be pretty straightforward.
The tricky part is this: is there any way to create an add comment form in the existing page that uses AJAX-type methods to communicate with my bbPress back end? (It would also have to be able to handle logging in.)
Rich