Search Results for 'bbpress'
-
AuthorSearch Results
-
November 10, 2009 at 12:37 am #81047
In reply to: Help out with bbPress
Ryan Hellyer
ParticipantHi Matt,
I launched the SitePoint community theme project for bbPress (work is still underway):
My own background is in HTML/CSS coding mixed with a little WordPress.
Assuming the SitePoint project goes to plan I’ll likely be implementing it into a new version of my bbPress template generator which is currently in the works (albeit development is taking longer than I’d like) … http://pixopoint.com/products/bbpress-forum-theme-generator/
I see the key to bring bbPress to the masses is to add a lot of the standard functionality which most forums have by default directly into the theme. This keeps the core nice and light whilst offering maximum functionality to those who require it. I’d also like to make it easy as possible to have your WordPress and bbPress themes seamless integrate their designs by offering identically behaving WordPress and bbPress template generators.
November 9, 2009 at 11:28 pm #81292In reply to: Question on Integration
ganzua
MemberCan I restrict access to WP backend?
Yes you can – I implemented this on my web – but you need to hack some wp files and it is not an esy job.
I posted about this issue in the thread that Matt opened but my post was deleted. Sometimes I think it is a taboo in the world of wp.
Can I make use of all of WP plugins and will it run harmoniously with bbPress?
Yes because after integration, wp and bbpress keep their own tables and plugin folders, the only thing that share is the users table. You can go further but it’s up to you.
November 9, 2009 at 10:36 pm #81291In reply to: Question on Integration
Doobus
MemberI guess it’s better to explain what I’m trying to accomplish.
I chose bbPress because theming it is just like WordPress. I rolled my own theme from the ground up. During the building process I realized how I wish I could add this and that, but due to the lack of documentation it’s rather hard for someone like me who has limited php know how. So it got me looking into integration.
My original intention of using bbPress was to make it easier for members to submit content. I would have built this project on WordPress, but the WordPress backend is a bit too distracting for members. I know there are other solutions out there such as the TDO-mini-forms, but it lacks polish.
So basically what I would like to do is use bbPress’ ease of content submission and profile pages running in conjunction with WordPress’ familiarity. Also what happens with topics and single pages, categories and forums do they combine into one? Can I restrict access to WP backend? Can I make use of all of WP plugins and will it run harmoniously with bbPress?
So many questions not sure how to form them. But the basic gist is I want members to use the bbPress part of the integration for content submission and use WP to handle displaying of the data.
November 9, 2009 at 10:23 pm #81046In reply to: Help out with bbPress
John James Jacoby
KeymasterHey Matt!
Without too much detail, I’ve been neck deep in theme development, bug patching, code re-factoring and clean-up since the Windows 3.11 and Visual Basic 3.0 days. I’ve been interested in making bbPress be better integrated with WordPress for probably a year or so now? I was a long time phpBB2.0 junkie, and moved to WordPress because I was frustrated at how forcibly linear typical forum software is. When I fell in love with the WordPress way, I quickly found bbPress, and expected it to include all of the features that BuddyPress now does, hence my shift in that direction.
I’d like to help restyle bbpress.org, maybe bring it a little more in line with the other Automattic websites. There’s no doubt that bbPress needs some TLC in the codex and source-code documentation areas too, and I have recent experience absorbing the WP Code Standards from working under Andy with BuddyPress.
Right now my focus is 100% BuddyPress, but since you asked… I’d love to be more involved in all of the WP projects and communities if there’s opportunity.
November 9, 2009 at 9:18 pm #81290In reply to: Question on Integration
ganzua
MemberIntegration allows bbpress to use wppress user database so whenever an user logs in any, wp or bb, he stay logged in and he can post in both, wp and bb.
November 9, 2009 at 7:14 pm #81281In reply to: Long Posts and Page Break.
chrishajer
ParticipantI think so, but only if there are long posts. Maybe a length of XXXX number of characters of posts per page. The topics per page plugin would always display the same number of posts per page, regardless of length of those posts.
https://bbpress.org/plugins/topic/front-page-topics/
Interesting question.
November 9, 2009 at 6:32 pm #80852In reply to: Future of bbPress
Matt Mullenweg
KeymasterIf you’d like to influence the future of bbPress, please drop in on this thread:
November 9, 2009 at 6:31 pm #32198Topic: Help out with bbPress
in forum Requests & FeedbackMatt Mullenweg
KeymasterIf you’d like to help out with bbPress, please leave a post here with brief info about yourself, what you’re most talented at, and what part of bbPress you’d like to be a part of.
November 9, 2009 at 5:55 pm #80850In reply to: Future of bbPress
ganzua
MemberStrategically the most important thing we need to figure out is how to integrate bbPress better with WP more for people who want that — right now it’s easier to use one of the WP plugins for forums than bbPress.
You have told it yourself, just turn bbpress into a wppress plugin. Actually, you can turn wppress into a forum with plugins like tdo-mini-forms. So, you could be including a forum with the next version of wp in a matter of minutes with a couple of silly tweaks. I’ve been on the point of doing this myself several times, I don’t know why I keep on struggling with bbpress integration.
November 9, 2009 at 4:16 pm #81251In reply to: Intergration problem?
chrishajer
ParticipantThe cookies that are sent to your browser by bbPress and WordPress.
I’ve lost track of the number of topics that describe how to do this. Can someone please post the best one for synchronizing the cookie settings? Thanks.
November 9, 2009 at 4:15 pm #81266In reply to: Another bbPress WordPress question
chrishajer
ParticipantThanks hatter for posting that. I hadn’t heard about that plugin before.
November 9, 2009 at 3:42 pm #78754In reply to: WPMU 2.8.4a deep integration breaks RSS feed
circuit
Membera-ha, here’s the solution.
November 9, 2009 at 2:33 pm #32276Topic: Long Posts and Page Break.
in forum InstallationInvTrdr
MemberIs it possible to break pages up if topics get too long in bbPress?
Thanks.
November 9, 2009 at 1:27 pm #32273Topic: User does not exist
in forum Troubleshootingozion787
MemberHello Everybody
I’ve just updated my regular wp blog to mu and now I cannot access the bbpress backend. I also noticed that when in mu my users don’t have roles and I cannot assign roles to them. I’m wondering if this is related. Any asistance on this would be appreciated
~O~
November 9, 2009 at 8:09 am #80849In reply to: Future of bbPress
Justin Tadlock
ParticipantOne could run a filter function on
bb_templateto check for templates in both the parent and child themes.Or, the user could set it in
bb-config.php:define( BB_DEFAULT_THEME_DIR, 'path/to/default/theme/directory' );I don’t really like either of those two options. Your average user gets confused enough as it is. Trying to tell them to input PHP code can cause headaches sometimes.
As far as I know, there’s no way to filter the default theme directory either. I’m open to ideas though. If anyone could offer a solution with a few lines of code, I’ll be happy to give it a whirl.
Ideally, the constant
BB_DEFAULT_THEME_DIRwould be based off the theme’sTemplateline instyle.css. Or,bb_get_default_template()would recognize theTemplateline.November 9, 2009 at 6:57 am #80848In reply to: Future of bbPress
Ryan Hellyer
ParticipantJustin, couldn’t you just add something into every child theme which made it automatically load the parent theme’s “theme”? Would only take a single require to load the parent theme into I’d have thought … says the person who knows infinitely less about PHP than you do :p
November 9, 2009 at 4:52 am #81265In reply to: Another bbPress WordPress question
hatter
MemberYou can use the bbPress-Wordpress Syncronization plugin for this, found at http://bobrik.name/code/wordpress/wordpress-bbpress-syncronization/. We are currently running bbPress 1.0.2 and WordPress 2.8.5 and have no issues.
November 9, 2009 at 4:48 am #81247hatter
MemberI should change that to say, 10 seconds for a connection, not a query. Occasionally when the server is under heavy load due to a lot of users, the total time used on a connection may exceed 10 seconds, causing this issue.
November 9, 2009 at 4:45 am #81249In reply to: Intergration problem?
hatter
MemberMake sure your cookies are set properly and match between bbPress and WordPress. Usually, if you have to login when going between the two, the cookies don’t match. Also, when testing this, make sure you delete old cookies from your system as they may be causing a conflict.
November 8, 2009 at 11:39 pm #81279In reply to: Ticket system plugin
johnhiler
MemberThis plugin powers a support forum/ticketing system:
November 8, 2009 at 9:24 pm #32275Topic: Ticket system plugin
in forum Pluginstronic2001
MemberHi all,
does anyone know if there is a Ticket system plugin for bbpress?
Tnx
November 8, 2009 at 7:21 pm #80045Ashish Kumar (Ashfame)
ParticipantJust a reminding note that I will be on this soon.
November 8, 2009 at 7:07 pm #81253In reply to: Features I love to see in BBpress
Adam Harley (Kawauso)
MemberSounds a bit like part of BuddyPress really…
November 8, 2009 at 6:56 pm #81224In reply to: BB Seo Tools Bugs
Olaf Lederer
ParticipantHi,
check the information here:
http://www.finalwebsites.com/forums/topic/seo-tools-for-bbpress-updated-version
November 8, 2009 at 6:44 pm #81264In reply to: Another bbPress WordPress question
chrishajer
ParticipantRead this:
The plugins that used to allow this, bbPress Live (for newer bbPress) and bbSync (for older bbPress) are both broken, I believe.
You can also parse the RSS feed, going either way, but that’s a lot of work to do what you want.
-
AuthorSearch Results