Search Results for 'bbpress'
-
Search Results
-
Hi guys,
I’m running bbPress 2.1 (plugin) and put on my blog’s sidebar an RSS parser from forum. Problem is: when it gets an answer, the label starts with “Anwser to: Topic title” — in my case, since my site is Portuguese written, “Responder a: Topic title”.
I want to change this “Responder a:” for something shorter, like “Re:”. Do you guys have any idea where I change this behavior?
[]’s!
Hi.
This question is not about bbPress but about this site. I have edited my profile but I don’t see how can I change my picture (avatar). I tried on Internet Explorer and also on FireFox, but it looks like there isn’t a field for doing this.
Thanks.
Hello
I want to run Buddypress with a forum and I as wondering if someone can clearly explain to me the following;
1. What is the difference between the build in buddypress forums and the bbpress plugin?
2. What is the best way to install it so that both plugins sync and work together properly? Is there a set order they should be installed in?
Many thanks
Is it possible to move the content of an existing BBPress installation over to a different database?
Keeping users, passwords, posts and discussions?
I´m not too skilled with databases, but it looks like I can export and import in MyPHP Admin in Cpanel. And if doing so, will I still be able to keep the data on that other existing database as well?
I´m really stuck in a pickle here because when I installed BBPress 1.02, everyone was saying “screw migration”. And it simply didn´t work. So I had to install it on its own database.
Now if I want to convert to version 2, I need to have all the data on one common database.
Topic: bbPress bug with MultiSite
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.
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.
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. http://www.therelieffoundation.com/wordpress/ Anyone having any luck fixing this?
Dave
Topic: Role Overwrite
I’m using a membership plugin that have different roles and levels. Upon installing bbPress, would it overwrite my existing user levels and roles or append to it?
Is it possible in the bbpress forum plug in 2.0.2 to assign moderators to a specific forum? Also its it possible to have moderators be alerted when new users sign up or post to a forum?