Search Results for '\"wordpress\"'
-
Search Results
-
Hey all,
I have a website that users log into and would like to sign in/register the user when the go to the bbpress forum. The site is NOT a wordpress site.
I have read several posts on this topic:http://bbpress.org/forums/topic/integrating-with-external-authentication-system/
being the most recent but none of them seem to work. I can successfully log in or create a new user. They show up as logged in on the home page. However when they click any link bbpress does not recognize them as the current user and the login form is displayed again.
We are using bbpress 2.0 db version 2471.
Here is the code I have been inserting either in a file of its own (linking to that file from my system with login parameters passed) or in the header.php file of my businesslike template:
-new_user( compact( ‘user_login’, ‘user_email’, ‘user_url’, ‘user_nicename’, ‘user_status’, ‘user_pass’, ‘display_name’ ) ); if ( is_wp_error($user) ) { echo ” got an error “.$user->get_error_code(); } $user = bb_login( $_GET[‘login’], $_GET[‘password’],1 ); }
$user = bb_set_current_user( $user->ID );}?>
Hi All,
I am planning to set up a forum to go with my wp blog and got a few questions for you.
- Since bbpress is now a plugin for wordpress, will it use the same db as wordpress?
- If it uses the same DB, is it safe?
- When I install a plugin for bbpress, will it add the load to my blog pages too?
- Is there a way to customize bbpress forums separately?
Thanks!
Hello,
I’ve spent the last 2 hours reading through all the documentation I can find on this error but have not found any resolution.
PROBLEM
> After installing bbPress from the WordPress plugins menu, I get a 500> Internal Server Error for mysite.com/wp-admin/
If I rename the bbPress folder to bbpress-bak in wp-content/plugins then the error goes away, but I can’t activate bbPress with the folder name changed.
Permissions for bbPress are set to 755 and all php files are at 644. I tried deleting the .htaccess file but it didn’t do anything.
I’d love to use bbPress with my WordPress install, but can’t get it working because of this error.
Any ideas?
Thanks in advance!-Nick
Topic: Change Breadcrumb url link
I’m trying to get bbpress to let me use a regular page on my site for the main forums page which I want to populate using the bbpress shortcodes. This is not hard to do, but the issue I’m stuck on is that once you go into the forums the breadcrumbs will only link back to the page with the “Forums” (or whatever you change it to in the settings)slug, and that page works like an archive page and wont let me write anything on it or use shortcodes etc.
I’ve wasted many hours already trying to figure this out, any help would be so much appreciated.
Thanks!
using latest updates of wordpress and bbpress
Using WordPress 3.4.1 and bbPress 2.1.2.
Ever since I began using bbPress, about two years ago, one thing has driven me up the wall– the forums root, or forums index, or forums archive– whatever you want to call it. It’s the page that you land on when you go to the forums, the page that you get to when you click the root page “Forums” in the breadcrumbs, the same “Forums” link after “Home” in the breadcrumbs. No other forums system except bbPress uses a slimmed-down, so-bland-it’s-not-worth-looking-at template for the root of their forums like the Forums Index.
I tried several ways to make the root page of the forums look like a Single Forum page, in all its not-slimmed-down glory:
- Rename the Forums Base on the settings page to “forums-index” and use a WordPress page with “[bbp-single-forum id=####]” in it for the landing page of my forums. This, however, still keeps the breadcrumbs link, “forums”, linking to the Forums Index. Since I can’t figure out how to change that link, this method doesn’t work.
- Edit content-archive-forum.php so that it displays the content of my WordPress page with “[bbp-single-forum id=####]” in it, and nothing else but the site header and footer and whatnot. Having a custom Forum Index page like this would be ideal, but for some reason it glitches out, displaying like the normal Forums Index, but with the entire forums index, including all categories, under a single category header. For every new single-forum shortcode you add to show another forum, it just repeats what the first shortcode did, too.
- I could rename the forums base to “forums-index” like said before, and redirect “forums-index” to my WordPress page, but it’s a little ridiculous that I would have to rely on something as sloppy as a redirect hack…
Somebody please help me figure out what I can do. Every other forums out there shows their forums index in what bbPress calls “single forum” view. I just want to do that with bbPress too.
HiMy WP theme format is broken after updating to latest version of bbPress plugin.Can anyone help me fix it please?WP site:http://richard-dickinson.com/Most grateful for helpful replies(see also this post:http://wordpress.org/support/topic/fatal-error-462?replies=15 )Thanks
Topic: Using Theme Templates
Ok, so im not much into reworking css and all that.but i have this wordpress site, and added BBPress to it.the plugin works pretty well, except for the Colors.as i have white writing on the page, and BBPress makes a white background, no matter what i change in my normal theme.
so i thought i would add a template to use instead… but cant get this to work.Added the template files to wp->plugins->bbpress->my-templates
so could anyone give a noob freindly guide on have to make it work?