You can post your contact info here (email)… or contact some of the professional listed here:
http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic
Good luck!!
I want to integrate bbpress with my blog at: http://angerwise.com. I want to create that same theme from the blog for a bbpress forums, and have header, the top menu, and the wooden side panels, appear the same on both the blog and the forums.
I have a budget of $100.00.
Is there anyone here who would be interested to do a job like this?
Take a look at these 3 screenshots taken using the web developer toolbar for firefox. The red outlined area is the current element being highlighted and the toolbar shows the name of that element. I suspect you didn’t intend for these elements to be positioned this way?
http://www.chrishajer.com/bbpress/div-header.png
(why so much to the right?)
http://www.chrishajer.com/bbpress/div-login.png
(why so wide, and why does it include the search box)
http://www.chrishajer.com/bbpress/div-search.png
(look how low it goes)
Also, check when I hover the mouse in the search input field: the toolbar shows
form .login , but nothing about the search div.
http://www.chrishajer.com/bbpress/form-login.png
(the cursor is a crosshair in the search input)
I suspect that’s a clue to why you cannot access the search input or the search button: it’s “behind” the login form.
i have latest wpmu 2.8.5 installation with built in integration of bbpress. i have created a test group and posted 2 forum topic but when going from front end to forum topic it gives message “Sorry, there were no forum topics found.” you can see my site at http://livetalent.org/forums/
I have just change the domain name of my wp-bbpress integration and I have the very same problem O_O
Before changing the domain name all worked fine. I deactivated and reactivated the wp integration plugin, I checked all the .htaccess, config files, I disabled the integration but same behaviour.
Now I’m looking at the database but I still don’t catch the fail.
1) Do you know if it is now safe to install the Private Messenger Pluin onto bbPress. I know there were some serious security problems some months ago – do you know if these have been solved?
2) Also does anyone know of a plugin for Comment Length limiting that I can use on a bbPress forum e.g. limit a posters text to say 1,000 characters per post.
Hi,
I have installed bbpress in /mydomain.com/bbpress
I have mapped a subdomain http://forum.mydomain.com to /mydomain.com/bbpress – everything works fine – just that the URL shows http://mydomain.com/bbpress
Now, I go to bbpress settings and change the URL to http://forum.mydomain.com – the forum and posts stop working. Gives http error 500. Admin pages work properly.
What could be the problem?
Kanchan
By the way, I also found out that when you are in the same case, i.e., you can’t access the admin when you’re a key master in the first place, you can browse the forums nonetheless and post new topics or reply to them. However, while you’re at it, you can’t mark threads as sticky.
So the real solution will be to logout and log back in while in bbpress.
Ahhh, I’m having the same issues. I guess this is inherent to the BbPress and WordPress integration. So that’s why. I’m wondering if there have been any solution for this.
Is this a theme people would be interested in using?
I don’t mind sharing just my CSS would need some major cleaning and will probably try to work at improving W3C compliance. Also I still think parts of my bbpress main page template aren’t working quite right
Codex. Codex. Codex.
Open up a BB Codex like we have with WP. How are we going to get more devs to start hopping on the bbPress bandwagon? While many of us enjoy sifting through code when we get the extra time, good documentation is always helpful to get people started. Heck, even some better inline documentation would do wonders right now.
Seriously, when was the last time this page and its subpages have been updated?
https://bbpress.org/documentation/
I’ve got more work than I can possibly handle, but I’d be willing to develop things for the bbPress community. I just don’t have time to spend reading through all the code, line by line, to see how things work.
Give developers a chance to make the platform shine.
The success of WordPress comes from the vast number of add-ons (themes and plugins) for the system. Without them, WordPress probably would’ve died a long while ago.
The lack of documentation is probably turning a good number of developers away from the system, developers that could be creating plugins for many of the features that users want.
This is the area that needs the most improvement. Let’s work on documentation first. Then, we can start thinking about other things bbPress needs.
Themes
I’ve seen a handful of decent themes I’d use, but (as far as I know) there are no major theme developers in the bbPress community. Documentation would go a long way in helping here. This is especially true for designers that don’t know all the ins and outs of the platform’s PHP code.
I’d personally start coding bbPress themes if it supported the same type of parent/child theme setup that WordPress has. I’d be happy to port all of my WP themes like this.
[…] I don’t think it is really using much (if any) MySQL specific code.
bbPress uses a lot of SQL statements not working with Oracle and is highly optimized for MySQL. To make it independent from the RDBMS will not be easy, and coding a RDBMS independent layer and not using “JOIN”, “LEFT JOIN”, “MATCH” and “FULLTEXT INDEX”, “LIMIT” would degrade the performance of bbPress, which isn’t exactly the thing wanted for it.
https://bbpress.org/plugins/topic/bb-attachments/
That plugin is compatible with up to 0.9 only. What version of bbPress are you trying to use it with?
Plugin is non-work with you bbPress version? You may delete plugin. Sorry, bad English.
How about a little more information?
URL?
What happens when they try?
What happens when you try?
Any error messages?
What version bbPress?
Integrated with WordPress? If so, what version WordPress?
Stock theme or custom?
Any plugins active?
Has it ever worked or never worked since installation?
What host are you on?
You never know which of these items will be important, but starting with a little information is better than nothing.
bbhack, you should take your arguments to Automattic.
This is something Matt said a while ago about MySQL and Oracle:
http://ma.tt/2009/04/oracle-and-open-source/
There have been discussions before of using different databases, or abstracting the whole thing, but I still feel there are many other bbPress features that need work before they tear out something that is working completely fine right now.
The reason why bbPress needs Oracle support is because if you are trying to integrate it into any existing site run by an actual company and not a hobbyist, there’s a good chance their user database is in Oracle (or MS SQL Server).
PHP supports Oracle so why should bbPress be tied to just MySQL. I don’t think it is really using much (if any) MySQL specific code.
This is one of the main selling points of PHPBB – it supports FireBird, MySQL, MS SQL Server, Oracle, PostgreSQL and SQLite.
bbPress doesn’t touch WordPress by default, so you must be running some plugin that adds that
BBPress is a bit new for me so sorry if this question sounds stupid.
I installed BBPress along with WordPress. After the BBPress installation setup a connection between those two. No problems till here. I also installed wordpress-bbpress-syncronization which also works fine. I noticed that only new posts on WordPress are copied to BBPress. So I wonder; Is there a way to copy all wordpress posts to BBPress and then start syncing from there?
Yes they should change the documentation, but right now the project is without a leader, so a few things have fallen by the wayside, including documentation.