Hello,
After some initial hickups I got the forum working!
I would like to know how I can change the forum permalink to exclude the folder:
http://www.domain.mobi/forum/forum/topic.
Thanks!
Hello,
After some initial hickups I got the forum working!
I would like to know how I can change the forum permalink to exclude the folder:
http://www.domain.mobi/forum/forum/topic.
Thanks!
Hey everyone, I’m having a weird issue with BBPress and FireFox where it always returns the message “Email is Required” when attempting to sign up for the forum
You can see the issue in firefox here: http://www.leanmap.com/forum/register.php
Any thoughts?
Can 3 separate forums (aka bulletin boards) be placed on one site with bbPress (either a stand alone version or the mythical plug-in version)?
Ideally, the three could be accessed with one login — meaning a person doesn’t have to register or login three separate times.
Thanks!
Hi All!
I’m new at bbpress… so….How do i add a page or a tab to my bbpress?
is there a plugin that generates a single page or tab?
sincerely
jim
Hi,
Does anyone know of a plugin for bbpress that allows Reddit-type upvotes and downvotes?
This may be beyond the functionality of bbpress, so if someone has a recommendation for another forum template that would be great too.
Thanks!
Eric
Signup/start page:
Are search, login and register supposed to be on the first page of the forum (typically blog.tld/forums/ ? Neither the twentyten or the themes integration seems to give that.
Is there a widget for signup as well as login? Would be a nice way to have people sign up.
Spam?
How is spam handled? I can see no feature for blocking ip-adresses and blacklisting. Is spam handled with the Akismet plug-in I have already installed in my wordpress installation?
Documentation
Where do I find documentation for the plugin? I see it mentioned in the forum here, but have not been able to find the site.
A few questions have cropped up already, so lets funnel the discussion here.
bbPress 2.0 introduces a radical new approach at integrating robust new functionality into existing WordPress themes. If you’re an average user looking for a turn-key forum solution, this works out pretty awesomely – If you’re a talented developer trying to beat your own drum, it’s all probably a little bit confusing.
Theme Compatibility
bbPress comes with a child theme of TwentyTen, titled (you guessed it) bbPress – TwentyTen. This theme includes all of the custom bits that bbPress needs to function, broken up into template parts to allow them to be used in several places, like template files, shortcodes, and widgets.
Copy Files
Add Theme Support
Now that you’ve got the files copied over, you’ll need to tell bbPress that you are in control of the theme situation. You do this by adding this to your functions.php file:
add_theme_support( 'bbpress' );
By doing this, you’re telling bbPress that your theme has its own template files to handle all of the new functionality that bbPress adds. This method gives you a single on/off switch to either use the standard theme compatibility, or use your own.
In the future, specialized template compatibility themes can be created either as plugins or child-themes to work like “add on packages” to existing themes, without requiring elaborate edits to existing themes, moving files around, etc…
Shortcodes (as of May 23, 2011)
Whether you rely on theme compatibility, or decide to go the custom route, we’ve included a few standard shortcodes to let you output specific forum content on any post or page in your forums. This is accomplished within an output buffer, so they won’t interfere with any of your existing page or post content. Note that if your theme specifically removes the shortcode functionality, these will not work, and will instead the actual text of the shortcode will appear on your site.
You must be logged in to create new topics.
In the future, we’ll be adding more shortcodes as the needs arise.
That’s it for the first round of explanations. I’ll edit this post as more questions and answers come through.
Hi there !
I already installed the latest version of BB and WP and the forum works.
But my questions is, how do include this forum as “page” or “article” in WordPress and the mainmenu ?
Sorry if im just blind, i searched the whole site and can`t find a step by step solution for it.
I tried to include it with WP plugin “include me” wich don`t seem to work.
Can someone tell me please where i can find it or give me a hint ?!
Thank you in advance, BBpress seems to be the forum for wich im searching for a long time. And sorry for english, i now it`s not that good.
i added the wordpress -bb plugin too and enabled it.
Seems everything fine, but still my question is:
how to include the forum into a page or a articel of WP like its here at your site. I don`t check it.
Greetings
Just noticed that the pot is available so i started translating bbpress to Portuguese (Europe), if you’re interested in helping out write down your email in a comment and i’ll get in touch with you
Com o bbpress a passar de “standalone” para “plugin” e a disponibilização do respectivo pot comecei a traduzir para Português, se estiveres interessado em ajudar na tradução deixa o teu email num comentário e entrarei em contacto.
Podem seguir o trabalho em:
http://www.ricardouk.com/traducoes
e
https://pt.forums.wordpress.org/topic/bbpress-em-portugues?replies=1
I’ve just found an old 1.03 bbpress install with a ton of spam posts and spam tags. I don’t want to start over completely. I suppose going thru phpMyAdmin directly would be fastest, unless the 2.0 beta has new admin options in the backend.
To remove unwanted posts, I can just run a query for all posts created after a certain date in the bb_posts table.
How do I remove tags? I’m not sure what the relationship between bb_terms, bb_term_relationships, and bb_term_taxonomy are.
Are there other tables I need to look at where SPAM might have gotten in?
After I get rid of all the SPAM I’ll be looking to move to 2.0 asap