Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress plugins on bbPress (WordPress Plugin) How?

Published on November 9th, 2011 by ianstalbert

I’ve been using bbPress as a WordPress Plug-in for a few weeks now and I’ve got it looking pretty spiffy for my site. My problem is, there are some bbPress plug-ins (for signatures and post counting) that I’d like to implement into the forums, but as far as I see, this is impossible. Enabling the plug-ins in wordpress’ plug-in folder does nothing. I’ve tried doing MySQL query’s and that doesn’t work. I’m lost, is there anybody with some insight on this situation? I’m starting to think I should of went with the stand-alone or another forum system, but I liked the integration of the plug-in with existing users and all. Thanks in advance

Where is Forums page?

Published on November 9th, 2011 by hey0ka

Guys, help… Installed the plugin, created forums. but I can’t create a landing page for forums.

When I go to Forums in Dashboard, forums are there, I can view them. How to create a manu page?

bbPress Demo Content

Published on November 9th, 2011 by AdamBaird

Anyone know of any demo content files/generators for 2.0?

BBPress 2 Unread Post

Published on November 9th, 2011 by Ocyloth

Hi everyone,

First of all, sorry for my english (I’ll try to do my best ^^’).

I’m just starting with BBPress (version 2) and I like it pretty much. Some functionalities missing, but fortunately there’s a lot of plugins to increase BBPress’s possibilities. I found, on this website, the “Unread Post” plugin (https://bbpress.org/plugins/topic/unread-posts/). I tried to install it on my BBpress in my-plugins directory (but I think it’s only for BBPress 1) and as a WordPress plugin, but it’s doesn’t work… Did I proceed correctly ? Maybe there’s a way to use BBPress 1 plugins on BBPress 2 ? Or does this plugin exist for BBPress 2 (I didn’t find it on this website, but I never know) ?

Thank you !

Orange

2 question for upload

Published on November 9th, 2011 by Hokuoh

I am using WordPress’s template on word press blog from internet.

Mac Os X (Safari or Firefox) without using free software of wordpress upload.

1. Already had set a template, because I liked design.

Could I change only the color of date and contents color (whole letter’s color))setting?

The design which I selected first, and every time I have to change the color of whole of letters from edit box, and makes me bothed with, it is waste of time.

2. I tried doing update from email after knowing email uploading address from Mail tray on Mac Os X, but from second one which I sent on a day, it was not appeared on webpage. Does WordPress have a rule “It is only a day showup in the case of email upload, or need waiting for a minutes for visible?

Can't list topics in forum archive with "read_hidden_forums" capability

Published on November 9th, 2011 by pumpcat

WordPress 3.1.4, bbpress plugin 2.0

I want role Participant to view forum/topic/reply with Hidden attribute but not Private,how can I do?

I try to change some definition manually in bbp_get_caps_for_role() like this:

case $participant_role :

$caps = array(

// Forum caps

‘read_hidden_forums’,

// Topic caps

‘publish_topics’,

‘edit_topics’,

// Reply caps

‘publish_replies’,

‘edit_replies’,

// Topic tag caps

‘assign_topic_tags’,

);

break;

and reinstall wordpress and bbpress, create a Participant account and it works.

Everything seems OK but only when I access pages like: http://localhost/?forum=a-hidden-forum, it returns a 404 page, not a topic list.

Other pages like “http://localhost/?topic=a-topic-in-a-hidden-forum”, “http://localhost/?post_type=forum” and widges in sidebar return the right contents.

I also try adding both

// Forum caps

‘read_hidden_forums’,

‘read_private_forums’,

to Participant and as a result, every pages are displayed even “http://localhost/?forum=a-hidden-forum” and topics in Private forum.

It seems have something to do with actions in “bbp-init” in which return a wrong string when reaching for perameter “forum”.

Sorry for not viewing all previous QoA but the most similar topic I’ve found is “Forum Participant role cannot view private forum” but it doesn’t help.

Is there any way to solve my problem?

Thanks for any help :)

Conditional code or Specific to a Forum

Published on November 8th, 2011 by pschena

Coming to bbPress from WP, I am looking for a way to style a thread on a client 1.03 bbPress forum.

In WP when using categories, one can set up a category-13.php page.

This becomes a dedicated template page for all posts with a category ID of 13.

Is there a way to do the same for forums.php?

Would love to be able to create forums-13.php so that I can style it as required without breaking other things.

Is there another way to achieve this sort of thing?

How to make that WPML plugin (or any) works for bbpres plugin in WordPress?

Published on November 8th, 2011 by Elias_Lapp

I have a WordPress with WPML plugin and it works ok in all the pages, menus, widgets and plugins.

Now I added the bbpress 2.0 plugin, and there is no way that WPML can read the language .mo files of bbpress.

I tried with CodeStyling Localization (another translate plugin) but the bbpress language files are not available. Localization section of WP shows this:

Textdomain: bbpress

Versión: 2.0

Estado: active

Descripción: bbPress is forum software with a twist from the creators of WordPress.

Compatibility: Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.

How can I make bbpress 2.0 will be multilingual as the entire content?

Thanks!

CubePoints

Published on November 7th, 2011 by tyskkvinna

I am wondering if anybody is using or has used cubepoints integrated with BBPress (2.0)

I have Cubepoints on my WP install and I would like to tie them together. It looks like there is no existing module for this and rather than re-inventing the wheel here, I am checking to see if anybody already has.

Import Failure

Published on November 7th, 2011 by citizenkeith

I’m trying to import one of my standalone forums to the plugin. I use bbpress 1.1 and latest bbpress plugin. I ran the importer and got this error:

Fatal error: Cannot redeclare class BPDB in /home/forum/bb-includes/backpress/class.bpdb.php on line 39

I found this thread:

https://bbpress.org/forums/topic/where-is-the-importer

Following scribu’s lead, I added this to my bb-config:

define('BB_DATABASE_CLASS', 'BPDB');

define('BB_DATABASE_CLASS_INCLUDE', false);

I got the same errors that he did:

Warning: Missing argument 2 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

Warning: Missing argument 3 for BPDB::__construct(), called in …/forum-svn/bb-settings.php on line 197 and defined in …/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

Warning: Missing argument 4 for BPDB::__construct(), called in …/forum-svn/bb-settings.php on line 197 and defined in …/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29

Fatal error: Cannot redeclare bb_cache_users() (previously declared in …/plugins/bbpress/bbp-admin/importers/bbpress.php:103) in …/forum-svn/bb-includes/functions.bb-users.php on line 39

When I went back to the importer I see “It looks like you attempted to convert your bbPress standalone previously and got interrupted.” I chose “Continue Previous Import” and still get the error. I went back to bb-config and removed the items that I had added. Now I get this error:

Fatal error: Cannot redeclare class BPDB in /forums/bb-includes/backpress/class.bpdb.php on line 39

I believe I tried deep integration at one point and abandoned it. I was running the bbPress Integration plugin, not sure if that has anything to do with it:

https://wordpress.org/extend/plugins/bbpress-integration/

Any ideas? I’d be happy to let a developer (JJJ) take a look at things if they’d like to troubleshoot it.

Skip to toolbar