Forum Replies Created
-
In reply to: bbpress 2x support forum
All plugins in the Plugins section on this site are for bbPress 1.1 or below only. For bbPress 2.0+ plugins, please check here (some might not be bbPress plugins).
In reply to: A link to the forum?Please enable pretty permalinks on your site by going to Settings -> Permalinks, that would help. To add a forum link in the menu bar, please check this user guide.
In reply to: Going from 1.0.3 to 2.0 – what needs to be doneWhen you would install bbPress 2.0 plugin on WordPress, go to WordPress Admin Section -> Tools -> Import -> bbPress importer and follow the onscreen steps.
In reply to: BBpress 2 rc3 change language?Oh oh, you’re talking about the new bbPress plugin. You’ve to put the language file in
/bbpress/bbp-languages
folder and if your WordPress blog is already Swedish, then the translations would get activated automagically.In reply to: BBpress 2 rc3 change language?In
/bbpress/bb-config.php
, you’d find:define( 'BB_LANG', '' );
at the very bottom. Change that to:
define( 'BB_LANG', 'sv_SE' );
That should work.
In reply to: Layout bbPress as Invision or phpBB or vBulletinYes, you’re right.
The bbPress plugin should use the WordPress timezone. Can you post a link to your forums or any other additional details?
In reply to: bbPress 2.0 – FAQpackzap
: Please upgrade to1.0
or trunk and then migrate to plugin.In reply to: bbPress 2.0 – FAQpackzap
: Please upgrade to1.0
or trunk and then migrate to plugin.Yes, you can get the standalone version to use the WP user tables and then also integrated the cookies for single log-on. Please consult the docs.
qzplx
: For theme integration, you can either do deep integration – looks like that didn’t work for you OR create a new theme based on your wp theme on your own. There is a theme integrator too.In reply to: Gravatars enabled; want to allow people to opt-inThere are some plugins available for WordPress which allow the users to add their avatars. You could try one of them. There is no built-in/plugin support as such for your issue.
In reply to: Where is the importer?kai920
: Right. The 500 internal server error happened because the server couldn’t handle the load.In reply to: Where is the importer?kai920
: Right. The 500 internal server error happened because the server couldn’t handle the load.In reply to: bbPress 2.0 – Updateskai920
: That probably means that the first posts weren’t cached properly by bbPress standalone (when it was asked to do by the importer). It might fix if you restore your backup and run the import again.In reply to: bbPress 2.0 – Updatestooltrainer
: That was a plugin by _ck_. I might port it over if she doesn’t.You should instead add this in your theme’s
functions.php
:add_filter( 'bbp_show_lead_topic', '__return_true' );
In reply to: Adding a page to bbpressAre you talking about the plugin (2.0) or standalone (1.0)?
ps. Deleted your other posts.
In reply to: Adding a page to bbpressAre you talking about the plugin (2.0) or standalone (1.0)?
ps. Deleted your other posts.
In reply to: bbPress 2.0 – Updatestofugu
: You’re not doing anything wrong. Try adding this in yourwp-config.php
:define( 'WP_MEMORY_LIMIT', '256M' );
In reply to: bbPress 2.0 – Updatesarpowers
: You mean forums including forums, topics, replies, user profiles etc. or just forums? For the latter, you can usebbp_is_forum()
.bbPress 2.0 plugins can be found here.
In reply to: BBpress incompatibility with php5You should install the development (trunk) version of bbPress standalone. That has this thing fixed.
In reply to: BBpress incompatibility with php5You should install the development (trunk) version of bbPress standalone. That has this thing fixed.
In reply to: Recommended route for upgrading inactive forumalsur
: Only a few tickets are left for the alpha to be out.In reply to: Recommended route for upgrading inactive forumalsur
: Only a few tickets are left for the alpha to be out.