What version of bbPress are you using. If’s it’s 2.x it uses WordPress plugins so you don’t need to create a my-plugins folder.
Hey guys, been using:
http://wordpress.org/extend/plugins/bbpress-new-topic-notifications/
Which is great for me as the site owner but I’d like my sub-forums to have their own notifications to specific users.
Possible at all?
Google XML Sitemaps plugins works best with the new bbpress 2 as the new bbpress 2 uses custom post types the plugin recognizes the bbpress forum and add its constant to the xml sitemap and it is also the best wp sitemap plugin there is so just go for it and don’t waste your time with any other.
you can get it at
https://wordpress.org/extend/plugins/google-sitemap-generator/
Any news here? Is the SMF table translation issue I outlined above impossible with this plugin?
Thanks,
joe
Hi!
We’ve just published the translation of bbPress 2.0 into catalan (Català/Valencià).
Hope it will be useful…
http://clickgnosis.es/?p=3441
Hello,
you can find a catalan translation in our blog:
http://clickgnosis.es/?p=3441
Hello,
you can find a catalan translation in our blog:
http://clickgnosis.es/?p=3441
I cannot get the bbPress installation to generate activity feed items. I have tried every configuration that has been mentioned. I would like to understand what milohuang is saying tho…
BP 1.5’s implementation of forums is very wacky. To get to the “Forums” settings page, where you can “install” group forums or sitewide forums you have to have the “group forums” button checked in the components page (this makes no sense). I don’t want group forums, just sitewide so why would I have to check the other button???!!!
I tried unistalling group forums, unchecking the button and delting the “Forums” wp page and have a BP forum at /forums/ but new topics/replies still do not show in Activity. (yes show all is selected and site tracking is also enabled.)
This makes no sense. When you moved to the webserver, it should not be communicating with your local install. How could the activity stream be affected by a simple robots.txt file?
In bbpress.pot, the original strings are:
This forum contains %1$s and %2$s.
This category contains %1$s and %2$s.
With bbPress 2.0-rc-2 fully translated, these phrases seem to use hard-coded English for the words topic/topics and reply/replies.
Translated to Norwegian, the finished phrases will thus be:
Dette forumet inneholder 0 topics og 0 replies.
Denne kategorien inneholder 0 topics og 0 replies.
When they should be:
Dette forumet inneholder 0 tråder og 0 svar.
Denne kategorien inneholder 0 tråder og 0 svar.
Hi,
I’ve installed bbPress on my WordPress site and to get the functionality I want I need to add a couple of plugins to bbPress. I created the ‘my-plugins’ folder and put them in there but now what do I do? I’ve had a look through the documentation and it doesn’t mention where in the admin I can activate them?
Any help is much appreciated.
Ryan
Better to post this as a trac ticket. Plus we’ve talked about this on Skype.
@Gautam Fair point.
@anointed I hope so, perhaps the new version might have better out of the box support
@letheos I think I will have another go with bbcodes, this does now seem like the best option. I’ll post back if I have any luck.
Thanks for the replies.
i would love to get answer to that too.
really love the new version by the way…
cheers !!
sharon
superenalotto
You can use shortcodes and just add some custom css styling.
Dario,
1. Create a page.
2. Make it a homepage.
3. Add the right shortcodes.
4. Add proper styling.
An advice, see this plugin for stanalone vr then you can see how can you done it for bbPlugin: Unread Topics
I pretty much understand all the templates in bbPress with the exception of single-view.php
Where is this template called and what is it used for?
I found a solution somewhere to disable functions when you are calling post-form to septate files: LIKE
<?php post_form( array( 'last_page_only' => false ) ); ?>
I hope, with that kind of code we can disable attachments on replies.
— Anyone?
How can I manually reactivate the plugins in my-plugins?
I tried to upgrade and deactivated plugins first per instructions, ran into problems, went back to the original installation directory, but now I’m getting fatal PHP errors which appear to be related to the missing plugins.
I can login as admin, but I can’t get to the backend to reactivate the plugins because, when I click Admin – mysite.com/bbpress/bb-admin – I keep getting popped back to the home screen, the backend won’t come up.
Thanks.
Just in case the plugin author sees this, at least provide an option for having attachments in the replies. There are some of us that need the functionality in both topics and replies. An admin option would be nice.
Also:
I would suggest making it so that only logged in users can add attachments.
bbPress has the option of allowing guests to post to the forums, so if I turn that on, I end up with guest attachment abilities, which I personally don’t want.
Great little plugin btw, thnx!
Bump! Bump!
Hello, Zaerl, Ben L.
Are you listening to me?
I think _ck_ has gone again
Hello,
Does bbPress have a built-in RESTful web API? Basically, I would like to integrate it into a custom GWT site that I’ve written. The front-end is in Java (converted to Javascript by GWT) and the back-end is in PHP. I would like a forum software that already has a web API and where I don’t need to write the wrapper myself.
Thank you for your time,
z.
Yep, but something else you can use if you want that play like Twitter to reply game (Got my mean? Like @OAEErra) on topics you can use this: Easy Mentions
Note: The code I gave you is for StandAlone vr. not the bbPlugin