Skip to:
Content
Pages
Categories
Search
Top
Bottom

admin link not working

Published on August 12th, 2008 by

i’m new to all this wordpress stuff so forgive me if this is too hackish.

i installed wp2.6 and bbp1 alpha. they almost integrate. i had a problem getting the admin link to work when i had logged in via wordpress (no problem logging in via bbpress). on investigation i discovered wp login was setting cookies only for itself, whereas bbpress was setting cookies for itself and wordpress.

my solution tells wordpress to be as polite as bbpress:

insert the following into wp-config.php replacing {bbpath} with your bbpath:

define(‘BB_ADMIN_COOKIE_PATH’, ‘/{bbpath}/bb-admin/’);

define(‘BB_PLUGINS_COOKIE_PATH’, /{bbpath}/bb-plugins/’);

define(‘BB_MYPLUGINS_COOKIE_PATH’, ‘/{bbpath}/my-plugins/’);

open wp-includes/pluggable.php and find where the cookies are set – these lines:

setcookie($auth_cookie_name, $auth_cookie, $expire, PLUGINS_COOKIE_PATH, COOKIE_DOMAIN, $secure);

setcookie($auth_cookie_name, $auth_cookie, $expire, ADMIN_COOKIE_PATH, COOKIE_DOMAIN, $secure);

insert the following immediatley after:

setcookie($auth_cookie_name, $auth_cookie, $expire, BB_ADMIN_COOKIE_PATH, COOKIE_DOMAIN, $secure);

setcookie($auth_cookie_name, $auth_cookie, $expire, BB_PLUGINS_COOKIE_PATH, COOKIE_DOMAIN, $secure);

setcookie($auth_cookie_name, $auth_cookie, $expire, BB_MYPLUGINS_COOKIE_PATH, COOKIE_DOMAIN, $secure);

now wordpress will set the same cookies as bbpress thus allowing full access averywhere.

like i say, i’m fairly new to this so please correct me if i’m wrong or if this approach has security implications.

1.0 translations

Published on August 12th, 2008 by

Hello,

how to translate the 1.0 alpha? How to have the .pot original file?

thanks,

Fred

phpmailer, swiftmailer, smtp authentication, registration email sending problems

Published on August 12th, 2008 by

has anyone seen a complete solution for this issue? many hosts do not allow php mail() function because it doesn’t support smtp authentication

i’ve seen several posts about swiftmailer, phpmailer alternatives, but none offer a step by step instructions?

interested in modifying files only from the latest verion bbpress-0.9.0.2.zip

also, are any of these solutions integrated with wordpress? or when you use them you lose the bbpress user = wp user integration?

any kind of complete solution would be appreciated by many

Bug with the new plugin sort by name

Published on August 12th, 2008 by

Hello,

in the actual trunk, there is a bug with the new plugin sort. When i want to activate a plugin, i have this:

Warning: file(4) [function.file]: failed to open stream: No such file or directory in /home/bbpress/bb-admin/admin-functions.php on line 989

Warning: implode() [function.implode]: Invalid arguments passed in /home/bbpress/bb-admin/admin-functions.php on line 989

Warning: Cannot modify header information – headers already sent by (output started at /home/bbpress/bb-admin/admin-functions.php:989) in /home/bbpress/bb-includes/pluggable.php on line 213

Warning: Cannot modify header information – headers already sent by (output started at /home/bbpress/bb-admin/admin-functions.php:989) in /home/bbpress/bb-includes/pluggable.php on line 213

bye,

Fred

Under the post – Posted 1 hour ago

Published on August 11th, 2008 by

Hi, under the post there is the information “Posted 1 hour ago” (function time) . I would like to translate it, but I donĀ“t find the file where I can change it.

I use the theme structure.

Can you help me?

Forum List on front page differs from logged in view

Published on August 11th, 2008 by Max

Hello,

I’m testing bbpress since 2 months and today I recognized the problem, that the forum list on frontpage differs from logged in view to logged out view.

I have only one forum for moderators, all other forums are open to all, but on the list in logged out view are 3 forums and in logged in view there are all 5 (6) forums.

If I change the order of the forums, then the list on front page behaves strange and shows less forums than before.

I have 2 screenshots:

http://forum.max-fun.de/temp/forum1.jpg – logged in

http://forum.max-fun.de/temp/forum2.jpg – logged out

Theme directory

Published on August 11th, 2008 by

Hello,

like the theme directory of wordpress.org, it is possible to have a theme directory in bbpress.org ? :)

Bye,

Fred

Forum and newsletter email accounts

Published on August 11th, 2008 by

We have a newsletter sign-up form that works with Aweber, an autoresponding service for email lists. It’s our primary marketing channel to contact members. Is there a way to import or link new forum members account with it?

Thanks,

Gio

I think I broke my blog

Published on August 10th, 2008 by

After installing bbpress I was able to sign in to bbpress with my regular admin info but something has happened with my wordpress backend now that it does say I’m logged in but I cannot get to the admin area. Any suggestions on how I can resolve this issue without completely reinstalling both WP & BP

Sitemap generator

Published on August 10th, 2008 by

Hello,

like for WordPress, i think a sitemap generator is interesting for the users who wants a forum good in seo.

someone would have it plans to make a nice sitemap plugin? : p

++

Skip to toolbar