Search Results for '"wordpress'
-
Search Results
-
Hey,
I am looking to integrate a bbPress forum into my site (http://ThePerfectLevel.com). Basically, like this site here, I want to keep my existing WordPress theme but have a page where forums are displayed in the main post area.
I have setup the forums already (http://ThePerfectLevel.com/forums) but don’t know how to get them integrated into the site.
I also am having trouble with cookies! I have followed all the steps in WPbbpThemes’s guide (http://wpbbpthemes.org/integration/) but when I log into my main blog and then navigate to the forums, I am required to re-login.
Can anyone help me out?
Thanks!
I have made my second attempt at installing bbPRess in the web/content/forum directory – and integrating the databases.
Last time I believe I left the User Table Prefix as ‘bb_’.
The install ‘worked’ but I could not add new topic, reply, etc. with any user.
This time I entered it as ‘wp_’ and I have installation errors –
My error report:
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_postsADD COLUMNpost_idbigint(20) NOT NULL auto_increment;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_postsDROP PRIMARY KEY;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_postsADD PRIMARY KEY (post_id);>>>>>> Key column ‘post_id’ doesn’t exist in table
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_postsADD FULLTEXT KEYpost_text(post_text);>>>>>> The used table type doesn’t support FULLTEXT indexes
the log:
Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> Table: wp_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: wp_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: wp_posts
>>>>>>>>> Adding column: post_id
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>>>>> Adding column: forum_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: topic_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: poster_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: post_text
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: post_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: poster_ip
>>>>>>>>>>>> Done
>>>>>>>>> Setting default on column: post_status
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: post_status
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: post_position
>>>>>>>>>>>> Done
>>>>>>>>> Dropping index: PRIMARY
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>>>>> Adding index: PRIMARY
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>>>>> Adding index: topic_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding index: poster_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding index: post_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding index: post_text
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>> Table: wp_terms
>>>>>>>>> Changing column: term_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: name
>>>>>>>>>>>> Done
>>>>>> Table: wp_term_relationships
>>>>>>>>> Changing column: object_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: term_taxonomy_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: user_id
>>>>>>>>>>>> Done
>>>>>> Table: wp_term_taxonomy
>>>>>>>>> Changing column: term_taxonomy_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: term_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: parent
>>>>>>>>>>>> Done
>>>>>> Table: wp_topics
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://www.norcalmilsim.com/
>>> Blog address (URL): http://www.norcalmilsim.com/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “secure auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> User database table prefix: wp_
Step 3 – Site settings
>>> Site name: NorCalMilSim Forum
>>> Site address (URL): http://www.norcalmilsim.com/forum/
>>> From email address: xxxxxx@gmail.com
>>> Key master role assigned to existing user
>>>>>> Username: admin
>>>>>> Email address: xxxxx@gmail.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum name: MilSim Rules
>>>>>> Topic: Your first topic
>>>>>>>>> Post: First Post! w00t.
>>> Making plugin directory at /mnt/stor7-wc2-dfw1/538952/xxxxxx/www.norcalmilsim.com/web/content/forum/my-plugins/.
>>> Making theme directory at /mnt/stor7-wc2-dfw1/538952/xxxxxx/www.norcalmilsim.com/web/content/forum/my-templates/.
>>> Key master email sent
There were some errors encountered during installation!
****
I can enter new topics (last time I could not – attempting so would give me a page ‘topic closed’) BUT I cannot read the topic.
Also, a ‘user’ named ‘anonymous’ made a post 40 years ago…
What’s going on??
I have an existing WordPress site, and started looking into adding bbPress to it. I see that they can be integrated, but am unclear on whether the bbPress needs its own domain for installation. Will the WordPress and bbPress site be like two interlinked sites, or more like one site?
I installed everything as per instructions and much help from various sources.
It all seemed to work for a moment, but then I logged out and back in to make sure it was all okay, but once I logged in the ADMIN link was gone and I cannot figure out how to get back to the admin section to access the settings and stuff.
Does anyone have any ideas?
I have a big main section on my website and I would like for the entire bbPress program to reside there and look and act like it does as a freestanding, or as best it can.
I can easily do this with WordPress but this is much different. For thing, it seems that there can only be one stylesheet, so I have to copy bbPress’s stylesheet and paste it into mine and name it style.css. then rename the divs with the same names.
This is what I want it to be:
<My website>
<my header></close my header>
<my navigation></close my navigation>
<my mainsection or column is 900px wide>
<<< Here will go the entire bbPress program >>>
</close my mainsection or column>
</close My website>
Here’s how I have the header.php:
<<<<—- Start of header.php —->>>>
<?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=’style.css’ type=’text/css’ charset=’utf-8′ />
<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>
<!–Begin top of My Website–>
<div id=’al_wrapper’>
<div id=’al_sub_wrapper’>
<div id=’al_head’>
<h1>Title</h1>
<h4>Tag Line</h4>
</div>
<div id=’pagetitle’>
<div id=’bread’>You are here: Home » This Page</div>
</div>
<div id=’al_both’>
<div id=’my_right’>
<div id=’inside_my_right’>
<h2 class=’myright’>This Page</h2>
<!–End top of My Website–>
<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(); ?>
<<<<—- End of header.php —->>>>
<<<<—- Start of footer.php —->>>>
</div>
</div>
<div id=”footer” role=”contentinfo”>
</body>
</div>
<?php do_action(‘bb_foot’); ?>
<!–Beging of My Website footer–>
</div>
</div>
</div><!–end both–>
<div class=’spacer_20′></div>
<div id=’al_footer’>
Content copyright 2010. Mywebsite.com – All rights reserved.
Home ·
</div>
</div><!–end al_subwrapper–>
</div><!–end al_wrapper–>
<!–End My Website footer–>
</body>
</html>
<<<<—- End of footer.php —->>>>
Using this, the look of my website is OK but the bbPress is all jumbled up and not right. Any help would be appreciated.
