I recently completed a reinstallation of wordpress and kept the previous database. It appears that all has worked with the exception of the members directory. For some reason, this page does not list the existing site members. What do I need to do so that my members page reflects the site members taht shows up as site users?
Thanks,
Hi !
I wonder if a topic can be assigned not just to a single forum, but to a multiple forum, just like WordPress posts can be assigned to multiple categories.
Imagine I have a question related to computers and medecine. Can I create a single topic under both forum categories computers and medecine ?
Thank you.
bbp_check_user_edit() appears to use the following condition:
if ( !is_user_logged_in() || ( is_multisite() && !current_user_can( ‘manage_network_users’ ) && bbp_is_user_home() && !apply_filters( ‘enable_edit_any_user_configuration’, true ) ) || !current_user_can( ‘edit_user’, bbp_get_displayed_user_id() ) ) {
The key portion of that being:
( is_multisite() && !current_user_can( ‘manage_network_users’ ) && bbp_is_user_home() && !apply_filters( ‘enable_edit_any_user_configuration’, true ) )
This appears to be written intending to disable the ability for site admins on a network to edit users. However the code here does not seam to do any tests for what the user id is and who’s currently logged in.
This has the unwanted effect of removing the ability for a normal non-superadmin user to edit their own profile because this code activates when multisite is enabled and doesn’t take the fact they are trying to edit their own profile into account.
I have installed the bbpress plugin and would like to remove the topic and reply options from the dashboard so users can’t create topics or make replies from there. Is there a simple way to do this?
Any help would be great,
Thanks in advance.
Hello,
I recently activated Buddypress and now want to convert my existing Forums created using the SimplePress Plugin to the BuddyPress Forums and wanted to know if there was an easy way to do this.
Thanks for any suggestions…
As per the topic title. Is there an order in which the bbPress plugin chooses which WordPress template file to display the board? Is it index.php first, then maybe page.php?
Is it possible to have a page-forum.php file in my WordPress theme, and have the plugin use that?
Most of my template files have a sidebar, and I’d like to remove that for the forum.
Just got it installed today, once I hit the activate button…bang, white screen of death. Honestly didn’t see it coming. This is the first time WSD hit me when activating the plugin.
Didn’t find any resources in source, so I posted this thread. Any idea how this happened? I’m not using WP default theme, currently using the following plugins:
– Akismet
– Breadcrumb
– Formidable
– Gravity
– Gravity Forms with Addons
– s2Member
– and WP UI
Any known conflicts?
Hi, I finished the Chinese translation on on GlotPress, but because they are not approved yet, I can’t use them in the PO and MO files. Can someone, with the right privilege of course, convert them to translated? Thanks.
Angela
I am using a wordpress with a buddypress, bbpress pluggin, and salutation theme activated. When a user registers and tries to access their personal setting and notification the page cannot be found. www.therelieffoundation.com/wordpress/ Anyone having any luck fixing this?
Dave