Search Results for 'bbpress'
-
Search Results
-
When I change a group from public to hidden, the related forum topics still populate the forum index for non-group members. However, clicking on the group link results in “page not found.”
Question: is this a bug inherent to bbPress (i did notice that the recent update mentioned something about hidden groups in the change log)?
or
Could this be something wrong with my forum database. I did recent just convert over to bbPress from default BuddyPress forums. I thought everything went smoothly, but I could be wrong.
Topic: Change User Role Title?
WP 3.5.1, bbPress 2.3.1
Suffusion 4.4.6 theme with bbPress plugin and child theme supportMy site has a long-established definition of “participant,” so it will be confusing to use the same term for the forums.
Is there a way to change the default role to “member”?
Many thanks for your help, Anna
http://66.147.244.145/~typeheri/forums/status/ [sandbox]Topic: Private Community
Is there a plugin that will totally close off my bbpress forum? If users are logged out they will only be able to access a login page/register page, and nothing more.
Please help to make these plugins compatible. WPML 2.8.2 and bbPress 2.3.2
[Sat Jun 08 12:41:04 2013] [error] [client 80.98.70.185] PHP Notice: bbp_setup_current_user was called <strong>incorrectly</strong>. The current user is being initialized without using $wp->init(). Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.3.) in /home/davidprog/dev/keszul.tk/server/wp-includes/functions.php on line 2959, referer: http://keszul.tk/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=Topic: Image upload
Hi
In my opinion, one of the most useful aspects of any forum is the ability for users to upload and share images.
Unless I’m missing something, bbpress doesn’t seem to have particularly good functionality in this regard.
I notice that there are a couple of plugins that support users uploading images, however they seem to be fairly old and unsupported.
Is the ability to add images to forum posts using current technology (ajax) likely to be something given attention in future releases of bbpress?
Many thanks
Joe
Topic: Get User's WordPress Role
Hi all,
I have a little issue since bbPress switched to its own user roles. I was previously showing an image under a users avatar based on this role (ie admin, subscriber).
With the new method, it just shows the bbPress role of participant or key master. This is a problem because my registration forms put the user in WordPress role.
My question is this: is there a way to output the WordPress role rather than the bbPress role? Here is what I’m using at the moment:
$role = bbp_get_user_display_role(bbp_get_reply_author_id($reply_id));<div class="bbp-reply-author <?php echo $role; ?>">Any help is greatly appreciated!
