Hi –
I just upgraded to the new version. I think I followed the instructions. I logged out, and tried to log back in. It said my DB needed to be rebuilt, and did so (said it was successful). But now, I can’t log in. No error message, it just acts like I didn’t do anything.
Help?
Thanks.
~~~~~
Another update: this problem persists in Firefox, but not in Safari (on a Mac).
Hi there,
After a couple of hours googeling my question stays not resolved, here is my question:
Is there a way to integrate a wordpress plugin into my BBPress forum? My forum uses the same DB as my WordPress.
Thanks in advance.
How can apply a setting to forum that only registered user can see links in topics and download a file?
I need to implement the Auto Login to BBPress. I have the steps of Auto Login to WordPress and here are the steps:
require_once (‘blog/wp-blog-header.php’);
$user_login = ‘screen_name’;
$user = get_userdatabylogin($user_login);
$user_id = $user->ID;
wp_set_current_user($user_id, $user_login);
wp_set_auth_cookie($user_id);
do_action(‘wp_login’, $user_login);
Could you please help me to change this code for BBPress Login?
Thank You.
Hi
How can grant permisson to admin users, for example “user1” can only edit and hide topics in “section1”
thanks
Hi
Please help me to enable avatar in forum, i use bbpress 1.0.2 without wordpress
i want users can upload or enter your avatar address in profile
thanks
I am running a small forum for a small private team.
As it is for a small team, posts are made infrequently.
In order to let people know when there is a new topic raised I would like to email ALL the forum users a notification of the new topic.
It should be noted that I am integrating bbPress with WordPress. Not all my WordPress user have access to my forum. The solution needs to ONLY notify those users who have bbPress member or higher access.
Is there an existing solution for this, or could anyone advise me on how to create one?
I installed upload avatar plugin but while uploading picture I am getting following error:
“Could not upload the file – there is no temporary folder.”
I have already created “avatar” folder in bbpress root directory & also assigned read and write permissions for users on this folder.Still problem not solved…
Plz anyone help!!
Hello,
my forum (http://forexstrategybuilder.com/forum/) doesn’t show the icons for attachment plugin and from topick icons plugin. I think there is problem with finding the right path to the images. The IE shows broken image icon.
The attachment plugin attaches images properly in the post. The problem is only with the icons. Probably the path set in the CSS is wrong. I haven’t change it.
Any ideas?
when i try to translate the language file in “my-plugins/bbpm/translations/bbpm.pot” the translation still stays the same.
How or where can i translate the plugin?