Search Results for 'bbpress'
-
Search Results
-
Hi, I’m trying to create a custom theme for the bbPress forum. I already got a child theme based on Twenty Eleven, and I’m trying to style bbPress with my style.css in the child theme folder.
The problem is that bbpress.css is imported in the html code after my style.css, overwriting the latter’s styling. How do I force bbPress to use style.css instead, even though bbpress.css is imported after?
I have been struggling with this for hours and hours.
I’m using BuddyPress on a MU environment.
Originally I installed forum in a per group mode. I found the topic organization to be confusing in the group mode, and so now I would like to reinstall the forum with the site-wide option. How do I do this?
I’ve tried to use the graphic interface to uninstall groups and install sitewide – but that didnt work, the group forum would continued to get re-enabled.
So here is what I’ve done so far:
1) I’ve deleted from the database all the tables related to the bbpress.
2) I’ve deleted the bb-config from the root.
3) I’ve edited the group-metadata and group tables to remove references to forum.
4) I’ve deleted the bbpress plugin from the file system.
5) I’ve edited the Settings/Forums to not use groups.So now after trying to purge all remnants of the forum and then trying to reinstall it – I no longer have a functional forum.
In BuddyPres/Forums, I see the button that says “install site-wide forum” but when I click on it I see a message that the latest version is already installed.
When I try to view my forum, I get a blank page:
http://bhaktiwriters.staging.wpengine.com/forums/forum/bhakti-writers-forum/
When I try to view a new topic, I get the following error:
http://bhaktiwriters.staging.wpengine.com/forums/topic/test-topic/
“Fatal error: Call to undefined function bb_get_id_from_slug() in /nas/wp/www/staging/bhaktiwriters/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php on line 137″
I’m playing with this on a staging site, so I can demolish everything and start from the point of a working group-forum.
So, any idea how I can convert from group-forum to site-wide-forum? I don’t care about loosing data.
Thanks!
I installed bbPress 2.1.1 as a plugin on WP 3.4.1. When I set a new user as a Forum Moderator from the back end, if he tries to log out, an error occurs. I don’t find a WP Integration panel in the settings. Any hints?
Topic: Dealing with trolls
I would like to see the following feature in bbpress.
An ability for an admin to mark a user as a suspected troll. Once the user is marked. Then further posts are directed differently. To the troll the posts appear as normal. (Perhaps newly posted items are stored in localStorage and loaded with javascript.) Also post go directly to a new table where admins can review it. After some time admins can decide that the user is a troll or not. Meanwhile troll’s posts are not lost. And troll is discouraged from creating a new account.
The advantage is that trolls will continue to waste their time, not bother others, and lose a greater amount of work once blocked. Also admins can make the istroll decision with a larger amount of content.
On loop-single-reply.php, show_role is true by default.
> bbp_reply_author_link( array( ‘sep’ => ”, ‘show_role’ => true ) > );
I’d like it to be false. If I change it in the theme, it will be overwritten next time I update bbPress, right?
How do I set it to false so that it will not get overwritten?
Thanks!