Published on March 18th, 2011 by km
Hi all,
I am using BBPress 1.03 and WordPress 3.1.
I have installed both, and BBpress successfully using my WordPress user database, with the relevant user roles mapped. I can log into BBpress using my WordPress user accounts.
I have the following at the top of both my wp-config.php file and my bb-config.php file (note: I don’t have the COOKIEHASH defined in bb-config.php):
define( 'COOKIEHASH', 'd36e8c873ff8f9c997d969ab483cd640' );
define( 'COOKIE_DOMAIN', '.mydomain.com' );
define( 'SITECOOKIEPATH', '/blog/' );
define( 'ADMIN_COOKIE_PATH', '/blog' );
define( 'COOKIEPATH', '/blog/' );
I then have the unique keys specified in both wp-config.php and bb.config.php:
define('AUTH_KEY', 'f3y#H_;s:WLry|<code>ja|$!|L%m0xbRE>:o@ N</code>(-Uv:,7WafXX,vR>=z>Uj c@[t>N');
define('SECURE_AUTH_KEY', ':(S7I[u%v0K<!0HAQWP1vcop^4+,=4=jj.ceAmioE|Zo<UY|7g&w$5ntdG,=k;6!');
define('LOGGED_IN_KEY', 'c<code>_Ce{WV{:OhB7in@>].^qb*-y=b@p|^K|_gx.%%^;</code>$2{:$X;eS5SJg<3nH.5)l');
define('NONCE_KEY', '@C%3/EU?/O=Xt36b;Z@;McIeo7UP-|9sqi&gk/f]p?c|Jx0ZNEnCmYS-_T^?[W$');
define('AUTH_SALT', '|++I0w;>^aBCc,eaUTRZxd+EUdj;H1q]_~1B7R blEql3lwt4#y-RziRyS&qVs5');
define('SECURE_AUTH_SALT', 'l<i3+Y-JrYB<3rirFmNi*+>|~:NXPfI _xGzl)2?myj aY{f{%v+U#by5kfFBb5E');
define('LOGGED_IN_SALT', 'Bk~2!XQR}_4H)qno#uTvH?+ }#h|F+KF&CSL5^a:eNM1_.aA]!~r(g|<cvl<;_@');
define('NONCE_SALT', 'P|gX2|>ScAMaOZCrEKv#F*/yZ;Wy*a|uuVA!!ds]MUhE.U,ok+sJMe4dF0;+qft');
(Note: in bbconfig.php all the defined values I have renamed with BB_ at the start (such as BB_AUTH_KEY)).
However, I’m still unable to log in to one application (WordPress or BBpress) and have me automatically logged in to the other. I still have to log in to each.
Is there something I am doing wrong?
Kim
Published on March 17th, 2011 by stipto
Hello! Need some help please installing the forum and integrating withI WordPress MU 3.1
After trying to install 6 times in a row, I finally got it installed after inserting dummy data (followed this post: https://bbpress.org/forums/topic/forum-could-not-be-created).
But the admin account was created without a password. In the “New bbPress installation” email I got it told me the Username but not the Password.
Creating a new user does work though.
The admin user I created for the forum doesn’t show up in my wp_users table, but the newly created user does.
Cheers!
Published on March 17th, 2011 by jason102178
I was wondering if someone can tell me what i am doing is even possible .. i have watched video after video and most people are showing how to integrate bbpress with wordpress via localhost and not showing a deminstration with a live website….
I have spent the past week trying to figure this out and nothing is working….
these are the steps i have takin to do this
1. downloaded and installed wordpress.
2.install bbpress in the root directory of wordpress
1. Gave my WP url which looks like this http://example.com/blog
2. Gave my WP blog url http://example.com/blog
3. inseerted the secret keys into bbpress installation
it says everything had gone well and it finished installation
i dont usually like asking for help when it should be so simple… unless im missing a key piece or am doing it wrong…..
my problem was that when i went to the forum side i went to example.com/blog/forum
it showed the main page just fine then it said it logged me in then i click on admin and instead of taking me to the admin panel like it should have
it keeps trying to send me somewhere else for some reason it says blog/forum.blog/forum
so the address it keeps sending me to when i click on admin is example.com/blog/forum/blog/forum
it does it twice and i can not figure out why i have folled these tutorials to the T with no luck
i even thought that i might try it this way input in the field that my blog was at example.com to see if that fixed it even tho my blog is at example.com.blog i dont know if it allows for this or not so if someone can get back to me i would appreciate it so i dont have to keep racking my brain lol…
so if someone can put things into lamen terms to where i can understand im really not that techy
Thanks in advance
Published on March 17th, 2011 by alexchenco
Every time I click a forum say mypage.com/forums/forum/technology/
The Recent Topics widget disappears.
Is this a feature or a bug?
Published on March 17th, 2011 by alexchenco
I think this feature make sense since is as important as the Topics you created.
Will this be added in the future or is there an easy way of doing this?
Published on March 17th, 2011 by Yukon Cornelius
Hi,
I was trying to add subforums to forum.php of a custom theme, by adding the following code from kakumei:
<?php if ( bb_forums( $forum_id ) ) : ?>
<h2><?php _e('Subforums'); ?></h2>
<table id="forumlist">
<tr>
<th><?php _e('Main Theme'); ?></th>
<th><?php _e('Topics'); ?></th>
<th><?php _e('Posts'); ?></th>
</tr>
<?php while ( bb_forum() ) : ?>
<?php if (bb_get_forum_is_category()) : ?>
<tr<?php bb_forum_class('bb-category'); ?>>
<td colspan="3"><?php bb_forum_pad( '<div class="nest">' ); ?><a>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
</tr>
<?php continue; endif; ?>
<tr<?php bb_forum_class(); ?>>
<td><?php bb_forum_pad( '<div class="nest">' ); ?><a>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
</tr>
<?php endwhile; ?>
</table>
<?php endif; ?>
Unfortunately, I broke my site. Now, even when I go back to Kakumei, the category links on my forum front page do not take me to the forum, just to a blank white screen.
Can anyone point me in the right direction to solve this? I have only added the above code to forum.php , nothing more. Would this change the links somehow???
Thanks.
Y
Published on March 17th, 2011 by Regina13
I am trying to set my own cookies with information bbPress doesn’t keep track of to use in my forum, but I get an error saying I “Cannot modify header information.” I’m not using wordpress.
Is there an easy way for me to integrate cookies with a specific prefix or something with bbPress so I can make my own cookies? Also, if it would be easier, is there a way for me to make my own global variables in the same manner?
My goal is to find some way to store additional information so I don’t have to access my database every time I refresh the page.
Published on March 16th, 2011 by CNWPhoto
Hi Everyone,
I was re-installing my bbpress onto my server to better integrate it with the server. This is the error message I received at the end of the install:
SQL ERROR!
>>> Database: actionp7_wrdp1 (localhost)
>>>>>> ALTER TABLE wp_posts ADD COLUMN post_id bigint(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: actionp7_wrdp1 (localhost)
>>>>>> ALTER TABLE wp_posts ADD PRIMARY KEY (post_id);
>>>>>> Key column ‘post_id’ doesn’t exist in table
What does this mean? I can no longer log in to my wordpress site with full permissions and I have no idea why. The site is blocked from the general public until launch so it was locked down with the wordpress plugin– Login Lockdown —. I’m scheduled for launch in two weeks and can’t figure out why this happened. Everything was fine before the re-install.
Thank you for all your help in advance!
Published on March 16th, 2011 by Tomcraft1980
Hi there,
I upgraded from 1.0.2 to 1.0.3 (deep integrated into WP 3.1.0) and now the recount tools give me erros when using the tag-recounts:
Fatal error: Call to a member function query() on a non-object in /var/www/clients/client1/web26/web/xtcmodified/wordpress/forum/bb-admin/includes/functions.bb-recount.php on line 141
Fatal error: Call to a member function get_terms() on a non-object in /var/www/clients/client1/web26/web/xtcmodified/wordpress/forum/bb-admin/includes/functions.bb-recount.php on line 167
Fatal error: Call to a member function get_terms() on a non-object in /var/www/clients/client1/web26/web/xtcmodified/wordpress/forum/bb-admin/includes/functions.bb-recount.php on line 189
Any ideas on that issue?
Best regards
Tom
Published on March 16th, 2011 by Smartguy5000
Hello, I’ve just set up bbPress 1.03
I’m having two issues, number 1 is that No emails go out when people attempt to register for the site
Number two is all of my posts show up as anonymous, and the threads show up as empty.
I am hosting this out of my own home, running the latest Apache and MySql through XAMPP.
kanesmorgue.homeip.net