Search Results for '"wordpress'
-
Search Results
-
I’ve seen a lot of talk since the changes in permissions and not being a coder myself, am limited insofar as what I can do to get around the various constraints. I’m also relatively new to bbPress.
Basically, I need functionality that this plugin provides for older versions of bbPress: http://wordpress.org/extend/plugins/forum-restrict/ – Deciding what users get access to which private forums.
Are there any good or reasonably reliable solutions anyone can recommend? I have Justin Tadlock’s members, I’ve had the user role editor, but honestly I’m hesitant to try a whole lot with them based on my limited understanding of how the capabilities are done and/or what changes to expect.
Suggestions very much appreciated.
Topic: Big problem with logging in
Right now I have a script that connects to an external db outside of WordPress and authenticates a user’s “Customer ID” before showing the bbPress login form, but logging in redirects me to WordPress. This is the process.
1. When they enter the Customer ID, I pass a parameter to the URL like “website.com/?cid=1234” — the “cid” represents the customer id.
2. Then it shows the bbPress login form populated using “add_shortcode([‘bbp-login’]);” which then logs in correctly.
3. For some reason, it redirects them to the WordPress admin panel directly after so… “website.com/wp-login.php” — this then takes me backdoor to “/wp-admin/” because it knows I’ve already logged in.
This only happens when I enter the website with the “cid” parameter already passed in. So if I enter the website with “website.com/?cid=1234”. I do this to bypass the first authentication so the user doesn’t always have to. SO WEIRD!!
Any help would be greatly appreciated. Thanks.
Hello,
I’ve installed BBPress (2.2.3) and WordPress (3.5) (site: http://twoblankpages.com). For some reason I cannot get the forums to attach to a WordPress “page” I have set up (named discussion). I’ve set the slug to discussion, but whenever I visit it I just see an empty page. I’m also running buddypress, but when I set the page through buddypress it just causes a redirect to my homepage.
However, if I manually enter twoblankpages.com/discussion/discussion/ it navigates me to the topics.
Any help you can give would be appreciated.
Topic: Theming with the WP plugin…
I’m using the bbPress plugin for WordPress, and I’m wondering how to go about changing the theme of the bbPress. Is it mostly dependent upon the WP theme I’m using, aside from CSS changes I make?