Okay, so every plugin seems to work fine. Except for BBcode Buttons. I have installed BBcode Lite for bbPress, then uploaded BBcode Buttons and activated it.
The description of the plugin states: “Automatically adds an easy access button toolbar above the post textarea to allow quick tags in BBcode. “
Well, no such thing appears for me.
I run on the original, default theme so it should not be a problem.
Would it be in this file maybe? bb-admin/options-wordpress.php
https://trac.bbpress.org/browser/trunk/bb-admin/options-wordpress.php
Basically I want to make the inactive user to be a member by default.
I was thinking of editing a Core file, So I need to locate the file that makes the user a member instead of inactive.
Any one know what file that might be?
That plugin shouldn’t even be necessary. I’m not sure to be honest then, integration isn’t my strong point.
I’ll head over and install them right away. Thanks for the quick answers!
So I disabled aMember and activated the plugin https://wordpress.org/extend/plugins/add-bbpress-default-role/
Signed up for an account on http://example.com/wp-login.php?action=register
And the user got added to the BBpress user list but no role is set, its set to Inactive.
So its not aMember as far as I can tell. its something between WordPress and BBpress
Plugins
1. bbPress Attachments + Allow Images
3. BBcode Buttons + BBcode Lite for bbPress
Hello!
I reccently had a problem with my site being hacked. I used SMF back then as forum, but when I got in to business of re-building the forum I got the advice to switch to bbPress (since I already used WordPress). The installation was smooth and it went fine.
However, now when it is up I miss a couple of functions that I guess I need to install plugins to have. I want…
1) …the users to be able to post images. The img-tag isn’t allowed from what I can see.
2) …that all user would have a postcounter by the left field where their name is shown.
3) …a possiblity to have buttons to display the tags for those who can’t write code. The usual mark a word, press a button and voilá! The word is bold.
Those are the most pressing matters. Have you any suggestions to what plugins I should use?
Thanks in advance!
It is to some extent. It’s called “deep integration” and it seems to work for some people, but not for others.
Okay, this is more of a WordPress/BuddyPress issue really, but get a login theming plugin. You could redirect /wp-login.php to /bb-login.php, but that would most likely screw things up.
I’m guessing that’s probably interfering with bbPress creating new roles properly then in the user’s meta data. Try deactivating it and seeing registering works or not.
I am using aMember http://www.amember.com/ that is the membership script users get created in this program when signing up, aMember is set to use subscriber as the default role see > http://helpdock.net/screenshots/456d96758a11f190be049b744a1a1d2d.png
So when the user gets an account in BBpress its is to inactive > http://helpdock.net/screenshots/25466e9bed803fb529b152ff074986e2.png
I posted this under PIMP YOUR PRESS I didn’t really have a problem but sure,
Okay the login on top is login from BuddyPress.
You can enter your login name and pass there and login without leaving the page.
You can click signup and it will take you to http://kiaspeed2.com/register which is themed.
When you enter the wrong password it takes you to this page http://kiaspeed2.com/wp-login.php which is not a them page. I want don’t want them to see that page.
Are you running any WordPress plugins that affect your registration process?
Hey gerikg thanks for the help
I uploaded that file and activated it then made a new user but no dice, The user in bbpress didn’t get a role of member.
Any other ideas ?
Hey there, So i’m 99.99 ready to launch but having an issue with WordPress, BBpress, aMember
New users that signs up can’t add a new topic to the forum, wordpress and bbpress are sharing the same database, I figured out what the issue is, When a new user gets added it doesn’t assign it a role in BBpress i.e. Member, I have to manually set it each time so that the user can post.
I have set the user roles in the BBpress/Wordpress integration area, See > http://helpdock.net/screenshots/c905c801ef699307e0874064f7d379fb.png
But as you can see here the any new users do not get roles and I have to manually change the role, See BBpress user > http://helpdock.net/screenshots/0fd8d331e62c872981a29d2f256e25aa.png
But in wordpress the new member does get a role See > http://helpdock.net/screenshots/e436685a6d598b9178f93b7dfefa322f.png
Any ideas why its BBpress isn’t assigning the user roles so that a user can post a new topic?
Where have you installed WordPress and bbPress relative to each other, and what actually are your .htaccess settings for WordPress?
Mine is just:
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
which seems to hand over nicely to the forums that are under /forums/ with their own .htaccess file
https://trac.bbpress.org/changeset/2349
That would explain why my trunk build fixed itself
I have the same problem with a WP/bbP integration… I just log in at bbPress every time, but yes, it would be nice to know what’s up.
I have the same thing…except I have it in a WP and BBpress integration. When I login as admin into WP and then go to the BBpress forum and click the admin link…nothing happens. When I first login at BBpress and click on the admin link it does take me to the dashboard. I think it’s a cookie thingy, but I don’t know for sure…can anyone help?