Why have the authors of BBPress been so daft as to not add a “my-plugins” directory to the default installation of BBPress?
It was my first question, just like everybody else on the forum, “where’s the plugin folder”.
Hey, it might seem obvious to those of you who know the BBPress, but for heaven’s sake make it easy for the newbies. You did it for WordPress, so why not BBPress?
Get with it and think of the users you programmers!
Is there any docs where I can read up on how to write a plugin for BBPress?
How hard or easy is it to convert a WP plugin to BBPress?
Leo.
Nope. Looks like a bug. Tell the dudes about it on http://trac.bbpress.org.
Yup.
require_once('path/to/bb-load.php');
in your wp config file.
Good idea. Suggest it on http://trac.bbpress.org.
I don’t understand. Can you be more specific? URL of the problem? Screenshot of the problem?
Man, I can’t believe that I forgot to reactivate the plugins after reinstall. chrishajer, Thanks! bbPress Support Forums do “Rock!”
Sounds like that pm plugin is not working or not activated, but it’s still being called by the template?
It’s a good practice to call plugins like so, to prevent these sort or fatal errors if the plugin is not available:
if ( function_exists('pm_fp_link') ) {
// then call the function
}
Then there won’t be a fatal error if the plugin is not available.
Anyone know how to correct this error? “Fatal error: Call to undefined function: pm_fp_link() in /hsphere/local/home/jamtho/southernillinoiswatcher.com/forums/bb-templates/kakumei/front-page.php on line 70”
Sounds like your problem was discussed here:
https://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step?replies=15
Check out the patch that is attached to this ticket:
https://trac.bbpress.org/ticket/745
It worked for another user. Good luck.
I know of this list of translations, but it does not appear complete to me:
http://www.bbpulp.org/wiki/Translation_files
There is also a Dutch forum at WordPress.org for bbpress:
https://nl.forums.wordpress.org/tags.php?tag=bbpress
I think there have been a couple mentions of a dutch translation in this forum, but I can’t find a link to one right now. Maybe you can search this forum for dutch
and contact the posters to see if they’ve ever solved their problem with the translation.
https://bbpress.org/forums/search.php?q=dutch
Ah sorry, yes (she) did and I missed this thread, sorry.
The new URL is
http://bbshowcase.org/forums/view/available-themes
Perhaps if a mod is ever bored around here they could edit the urls?
Hi,
Does anyone know if a dutch translation is available for bbpress. And if so, where I can i find it ?
thx,
Michel.
I think he registered a permanent domain.
http://bbshowcase.org/forums/
I think she registered a permanent domain.
http://bbshowcase.org/forums/
http://bbpress.dreamhosters.com/forums/ is not available now. Where can I download bbpress themes now?
I tried this plugin, and it’s not working with v 0.8.3.
I need spaces and special characters like รก. Any advice?
Thanks for the suggestion. I was planning to put up some screenshots but this is simpler / quicker. I’m aiming to make some time to install that later today.
You should think about using ck’s bbpress showcase plugin so your visitors can see live demo’s of each of the themes. You can see it in action at http://bbshowcase.org/forums/ there is a combo box at the bottom right of the page that allows you to change themes on the fly.
Thanks for your kind feedback! I hope you find them useful!
I haven’t looked at any of these yet, but the idea is awesome. Thanks very much for doing this.
Hi,
I’ve just launched a new site bbpressraw.com. The site provides a set of lean & mean bbPress themes that are designed to enable you to quickly develop your own custom bbPress themes. They should save you a great deal of time if you are trying to create your own theme from scratch.
The themes are compatible with and have been tested with bbPress 0.8.3.
A number of layout variations have been provided, including:
- 1col_fixed: bbPress blank 1-column theme with fixed width
- 1col_fluid: bbPress blank 1-column theme with fluid width
- 2col_fixed_left: bbPress blank 2-column theme with left sidebar and fixed width
- 2col_fixed_right: bbPress blank 2-column theme with right sidebar and fixed width
- 2col_fluid_left: bbPress blank 2-column theme with left sidebar and fluid width
- 2col_fluid_right: bbPress blank 2-column theme with right sidebar and fluid width
For now the themes have been made available. During the next week I’ll be posting some tips to get you up and running quickly!
Enjoy!
I am using the Safari browser. The bbPress Extend page reads up recent updates far to the right.
It may be my browser.