Search Results for '\"wordpress\'
-
Search Results
-
Topic: Must refresh after login
Im running an integrated (NOT deep integration) install with WordPress 3.1.1 with bbpress 1.0.3. Everything is setup and working great between WP and bbpress except for 1 issue…
When I login using the forum sidebar, I can only see that I logged in once I refresh the page, or go to a different page (example: click on a forum). Once I refresh, the login prompt goes away and I see the logged in user information, logout prompt etc.
Any ideas on where to start troubleshooting? Ive went through the integration guide and double checked everything.
Topic: Security
I have a blog that is integrated with my WordPress blog. Just testing it out for now.
– What options are available to keep our Spam and other spurious sign-ups? How can I protect my integrated WP user database?
Thanks!
I just installed bbpress at my site.
http://montecristoowners.com/forum/
I’m using bbpress-1.0.3 and wordpress 3.1.1 …
The installation appeared to go smoothly (no errors, the tables for the forum appear in my database). You can see by the page above, that the forum is up and running … however, if I go into my WordPress administration, there is NO bbpress. I checked under SETTINGS, but the BBPress doesn’t appear there.
Also, if I am logged into wordpress (using my forum administrator name), and go to the forum, and then click the ADMIN link, nothing happens. The page should send me to http://montecristoowners.com/forum/bb-admin/ … but the page doesnt change.
What happened? How can I fix this?
Topic: Error during Integration
The instalation was completed but during the integration whith WordPress, when ask me for the key master, I said admin and there was an error.
Now, I can`t re-install bbPress and in the dashboard of wordpress theres not nothing about bbPress. I used the same database of WordPress.
Any idea. What can I do now.
Thanks!.
Dear all
It seems frustrating to find what I thought would be an easy enough to find topic. Maybe I’m searching wrong but here goes.
After a lot of hours I finally managed to integrate WP and bbPress. I managed to create a link to my bbPress. The final step before i take a break is to create a link back to WP in my bbPress.
The closest I could find to clear cut directions was here:
http://bbpress.org/forums/topic/link-header-image-to-wordpress
I followed the instructions and changed
<h1>”><?php bb_option(‘name’); ?></h1>
to
<a href="http://www.my website.com” "><Back to my website</a>and when I get to the forum site there is nothing. No link back to my website.
(I know it looks weird to have com” “> but somehow without the second ” my bbpress log in, search box, etc gets crammed into the right side of the header)
Could anyone explain exactly how and where to change this line? Is there anything else I must change? Maybe…
… it’s because I should omit the “www”?
… I need to have the “/home” for my website?
For reference, here’s how my original header.php looks like
<?php
$_head_profile_attr = ”;
if ( bb_is_profile() ) {
global $self;
if ( !$self ) {
$_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”‘;
}
}
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”<?php bb_language_attributes( ‘1.1’ ); ?>>
<head<?php echo $_head_profile_attr; ?>>
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title() ?></title>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
<?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />
<?php endif; ?>
<?php bb_feed_head(); ?>
<?php bb_head(); ?>
</head>
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
<div id=”header” role=”banner”>
<h1>”><?php bb_option(‘name’); ?></h1>
<?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
<div class=”search”>
<?php search_form(); ?>
</div>
</div>
<div id=”main”>
<?php if ( bb_is_profile() ) profile_menu(); ?>
Good morning,
i’m planning to move my existing wp 3.1.1 network to a multisite installation, while installing a bbpress forum for them;
the idea is to have the following domain mapping:
1. blog1.mydomain
2. blog2.mydomain
3. blog3.mydomain
….
x. forum.mydomain (it could be like a new ad-hoc ‘fake’ blog, i guess)
the point is: can i share users and users profile between all subdomains? i know that multisite wp allow this, but what about that _including_ the forum blog?
before moving in i prefer to be sure it is possible

tnx in advance for help,
gabriele