Skip to:
Content
Pages
Categories
Search
Top
Bottom

wp 2.6.2 and bbpress 1.0 alpha 2 same header & footer

Published on October 26th, 2008 by

i tried many different ways to have same header and footer as WP for BBpress but every way i tried, I ended up with Unable To Login

and some ways did work but can’t log out and some when i press login or logout i got error

so if you can please help

my website is http://www.animedesire.com

bbPress Live widgets fail when changing (other) widgets

Published on October 25th, 2008 by

Today I installed bbpress alpha-2, and overall it seems to work very fine. I also installed the bbPress Live plugin to my wordpress blog.

The two widgets, however, do seem to have a peculiar little problem: when I ‘instal’ one on on of my two sidebars, all goes well. However, if then subsequently alter, add, or remove another widget, the bbPress Live widgets are removed. I fail to understand why.

I thought to circumvent this problem by installing these widgets as the last ones, but this does not allow to install different widgets in different columns of a WP blog.

Do I do something wrong, or is this a bug?

(ps. you can find my blog on www.rensenieuwenhuis.nl, and find the two widgets installed (necessarily on the same column)).

1.0a2 + 2.6x cookies: so close!

Published on October 25th, 2008 by WebDev WaxLotus LLC

It’s like trying to open the wrapper on a new CD you’re dying to listen to…if I can just get it open without using a hammer…

This is a thread. There are many threads like this thread. This thread is my thread.

Follow the cookie path please. Visit with the config file settings. See the pattern and you will bend the spoon. Then let me eat ice-cream with that spoon, please.

Paths:

WP: http://mydomain.org/
bbPress: http://mydomain.org/forum/

Apache version 1.3.41 (Unix)
PHP version 5.2.5
MySQL version 5.0.51a-community
Architecture i686
Operating system Linux

#########################################
bb-config.php:

// URI’s

$bb->wp_siteurl = ‘http://mydomain.org’; // No trailing slash

$bb->wp_home = ‘http://mydomain.org’;

// Cookie Scope

$bb->cookiedomain = ”;

$bb->cookiepath = ”;

$bb->sitecookiepath = ”;

$bb->admin_cookie_path = ‘/forum/bb-admin’;

$bb->core_plugins_cookie_path = ‘/forum/bb-plugins’;

$bb->user_plugins_cookie_path = ‘/forum/my-plugins’;

$bb->wp_admin_cookie_path = ‘/wp-admin’;

$bb->wp_plugins_cookie_path = ‘/wp-content/plugins’;

// The name of the cookies

$bb->authcookie = ‘wordpress_blah3_blah5_blah8’;

$bb->secure_auth_cookie = ‘wordpress_sec_blah3_blah5_blah8’;

$bb->logged_in_cookie = ‘wordpress_logged_in_blah3_blah5_blah8’;

define(‘BB_AUTH_KEY’, ‘ahhpushit’);

define(‘BB_SECURE_AUTH_KEY’, ‘pushpushit’);

define(‘BB_LOGGED_IN_KEY’, ‘realgood’);

define(‘BB_AUTH_SALT’, ‘andpepper’);

define(‘BB_LOGGED_IN_SALT’, ‘arehere’);

#########################################

wp-config.php:

define(‘AUTH_KEY’, ‘ahhpushit’);

define(‘SECURE_AUTH_KEY’, ‘pushpushit’);

define(‘LOGGED_IN_KEY’, ‘realgood’);

define(‘AUTH_SALT’, ‘andpepper’);

define(‘LOGGED_IN_SALT’, ‘arehere’);

$wp->authcookie = ‘wordpress_blah3_blah5_blah8’;

$wp->secure_auth_cookie = ‘wordpress_sec_blah3_blah5_blah8’;

$wp->logged_in_cookie = ‘wordpress_logged_in_blah3_blah5_blah8’;

// bbPress WP integration

define(‘COOKIE_DOMAIN’, ”);

define(‘COOKIEPATH’, ”);

#########################################

1)Clear all cookies

#########################################

2) Log into bbPress: (mydomain.org/forum/): role 'member':

wordpress_logged_in_URIHASH => /forum/

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_URIHASH => /forum/my-plugins

wordpress_URIHASH => /forum/bb-plugins

wordpress_URIHASH => /forum/bb-admin

#########################################

3) Visit WP site: (not logged in)

wordpress_logged_in_URIHASH => /forum/

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_URIHASH => /forum/my-plugins

wordpress_URIHASH => /forum/bb-plugins

wordpress_URIHASH => /forum/bb-admin

PHPSESSID => /

various 3rd party cookies from picasa etc

#########################################

4) Visit wp-login.php: (not logged in)

wordpress_logged_in_URIHASH => /forum/

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_URIHASH => /forum/my-plugins

wordpress_URIHASH => /forum/bb-plugins

wordpress_URIHASH => /forum/bb-admin

PHPSESSID => /

wordpress_test_cookie => /

#########################################

5) Log into wp-login.php as 'subscriber' user (same user as bbPress) which puts me /wp-admin/

wordpress_logged_in_URIHASH => /

wordpress_logged_in_URIHASH => /forum/

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_URIHASH => /forum/my-plugins

wordpress_URIHASH => /forum/bb-plugins

wordpress_URIHASH => /forum/bb-admin

PHPSESSID => /

wordpress_test_cookie => /

#########################################

6) 'Visit site' from wp-admin

wordpress_logged_in_URIHASH => /

wordpress_logged_in_URIHASH => /forum/

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_URIHASH => /forum/my-plugins

wordpress_URIHASH => /forum/bb-plugins

wordpress_URIHASH => /forum/bb-admin

PHPSESSID => /

wordpress_test_cookie => /

#########################################

7) Click on '//mySite.org/forum' link on main site (bbPress install dir)
Forum's first page displays: No extra cookies made. These cookies are from WP in the previous step:

wordpress_logged_in_URIHASH => /

wordpress_logged_in_URIHASH => /forum/

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_URIHASH => /forum/my-plugins

wordpress_URIHASH => /forum/bb-plugins

wordpress_URIHASH => /forum/bb-admin

PHPSESSID => /

wordpress_test_cookie => /

#########################################

8) Log out from bbPress:

wordpress_logged_in_URIHASH => /

wordpress_test_cookie => /

PHPSESSID => /

STILL LOGGED INTO bbPress!

#########################################

9) Visit wp site

wordpress_logged_in_URIHASH => /

wordpress_test_cookie => /

PHPSESSID => /

#########################################

10) Logout from WP site: (wp-login.php?loggedout=true)

wordpress_test_cookie => /

PHPSESSID => /

#########################################

11) Visit forum site.

logged out.

#########################################
12) Clear all cookies

#########################################

13) Log into bbPress:

wordpress_logged_in_URIHASH => /forum/

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_URIHASH => /forum/my-plugins

wordpress_URIHASH => /forum/bb-plugins

wordpress_URIHASH => /forum/bb-admin

#########################################

14)Log out of bbPress:

All cookies cleared.

#########################################

15) Visit WP site + clear cookies.

#########################################

16) Log into WP

wordpress_logged_in_URIHASH => /

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_test_cookie => /

PHPSESSID => /

#########################################

17) Visit bbPress site.

Already Logged in as wp user.

wordpress_logged_in_URIHASH => /

wordpress_URIHASH => /wp-content/plugins

wordpress_URIHASH => /wp-admin

wordpress_test_cookie => /

PHPSESSID => /

#########################################

18) Logout from bbPress:

wordpress_logged_in_URIHASH => /

wordpress_test_cookie => /

PHPSESSID => /

Still logged in to bbPress!

#########################################

19) Logout from main site:

wordpress_test_cookie => /

PHPSESSID => /

#########################################

20) Eat stapler.

USer unable to post topic or reply

Published on October 25th, 2008 by

The test profile that I created cannot Reply to a comment or post a new topic. However they can post a comment in WordPress. Under the User tab in the Admin panel the profile is listed as having no role. When I update the users role, click save and return to Admin user tab they still have no role. In the bbpress/wordpress intergration tab All wordpress roles are marked as member (aside from admin). What is going on?

Also while user info is shared between the two you have to log onto wordpress and bbpress seperately. Also if you are logged on to bbpress it won’t let you log on to wordpress. You have to log ouut of bbpress first then you can log in to wordpress. How do I fix this?

FCK won’t show up

Published on October 25th, 2008 by keress

I uplaoded FCK editor and activated it, but nothing’s showing. I did make a mistake in uploading. I had it uploaded and installed when it notified me that there was an upgrade. I deleted the first version without deactivating it and uploaded the new version. Maybe that’s thrown it off?

I’m on 2.6.2 wordpress

Colours around images in “Allow Images”

Published on October 25th, 2008 by kannued

When I input the code to include the image in a post, my image is surrounded by the post-form colour. In other words, I have an image with a white background which is surrounded by the post-form colour. The image is the only content in the post.

Posts without images are surrounded by the post content colour. In other words, the text has a white background throughout. No post-form colour as in the outer edge of the image.

How can I change so that the image is surrounded by the post content colour, in this case white, instead of the post-form colour?

Using bbpress .9.0.2, with allow images .7.1

Here’s my re-theming effort

Published on October 24th, 2008 by

Not been at this for long but am quite pleased with how it’s looking so far

http://www.seenit.co.uk/talk/

Is it okay to recreate the wordpress (.com and .org) forum theme?

Published on October 24th, 2008 by Vietson

Just wonder if it is okay to recreate and share with everyone. It is not exactly alike but it is very close to it.

_ck_ Hidden Forums, browser title CSS fix

Published on October 24th, 2008 by WebDev WaxLotus LLC

Plugin: _ck_’s Hidden Forum v.0.0.4*

I did this:

//$hidden_forums['label']="[H] ";
$hidden_forums['label']="<span id='shield'>&nbsp;</span>";

so that I could use a background image. The ugly thing with this is that you see span blah blah as the browser title…

Is there a better way to do this?

Move this topic to the selected forum:

Published on October 24th, 2008 by

i can’t seem to move topics as an admin

i have 3 forums and new topics are placed into 1st. Number 2 and 3 are in the dropdown of options but they are grayed out – I can’t select them. Anyone encountered it?

Also, in admin panel under forums there is a ‘Forum is Category:’ checkmark. What does this do? I can’t seem to be able to change that. (1st forum has it the other two do not) I thought that maybe these problems are related.

Skip to toolbar