Forum Replies Created
-
In reply to: navigation bar in BuddyPress in BBPress
yes add in header.php wp_head() and in the footer.php wp_footer() the first before </ head> and the second before </ body>
In reply to: navigation bar in BuddyPress in BBPressallen force the loading of adminbar… see this 3d: https://buddypress.org/forums/topic.php?id=1152#post-16955
In reply to: support forum plugin errorthanks john i’ve resolved!
In reply to: Best way to prevent SPAM registration?i’ve it with latest rc3 and works without problem
In reply to: Deep Integration Issuei use this without problem:
require_once( ‘/path/to/file/…/html/wp-blog-header.php’ );
it’s the same use wp-load.php
In reply to: Just one more… release candidate 1.0-RC-3dthom you use the latest rc-3 version?
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2ok download the latest version of bbpress integration plugin bu Sam now is available the version rc-3 too…
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2delete this 2 line from bb-config:
define(‘COOKIE_DOMAIN’, ‘.www.volleyballnh.com’);
define(‘COOKIEPATH’, ‘/’);
change the cookie key, delete your cookie and try again the login.
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2is possible for you past in nopaste your bb-config and wp-config?
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2have you deleted the cookie?
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2in bb-config.php:
define( ‘BB_AUTH_KEY’, ‘mathes WP-config key’);
define( ‘BB_SECURE_AUTH_KEY’, ‘mathes WP-config key’);
define( ‘BB_LOGGED_IN_KEY’, ‘mathes WP-config key’);
define( ‘BB_NONCE_KEY’, ‘mathes WP-config key’);
$bb->cookiedomain = ‘www.volleyballnh.com’;
don’t forgot to generate a new cookie key on wp.org site.
in wp-config.php:
define( ‘AUTH_KEY’, ‘mathes BB-config key’);
define( ‘SECURE_AUTH_KEY’, ‘mathes BB-config key’);
define( ‘LOGGED_IN_KEY’, ‘mathes BB-config key’);
define( ‘NONCE_KEY’, ‘mathes BB-config key’);
define(‘COOKIE_DOMAIN’, ‘www.volleyballnh.com’);
define(‘COOKIEPATH’, ‘/’);
STOP.
i’m wp2.8 (not mu) and bbpress 1.0 rc-3 all works without problem with this configuration
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2you’ve tried my directions in this post?
https://bbpress.org/forums/topic/cookies-bug-with-10-rc-3-and-28-integration#post-37140
In reply to: Just one more… release candidate 1.0-RC-3@Sam I did the test on the language and everything seems to work with deep integration. i’ve tested it translating the bbpress pot for rc-3 in italian.
In reply to: Just one more… release candidate 1.0-RC-3@Sam by rc-2, there are many changes in the pot? if yes, you can generate the pot for the rc-3? I just translate the pot and do the tests. thanks
In reply to: Cookies Bug with 1.0-RC-3 and 2.8 Integration?see the following 3d:
https://bbpress.org/forums/topic/just-one-more-release-candidate-10-rc-3
https://bbpress.org/forums/topic/cookie-integration-problem-wp28-bb-10-rc-2
to make the integration work, change the cookie key, in wp-config and bb-config, in wp-config insert :
define(‘COOKIE_DOMAIN’, ‘www.site.com’);
define(‘COOKIEPATH’, ‘/’);
in bb-config:
$bb->cookiedomain = ‘www.site.com’;
with this code i have the integration fixed.
In reply to: Just one more… release candidate 1.0-RC-3oooooooooooooooooooooooooooooooooooook
now works! finally!
and without forcing the integration in bb-config.php
thanks for your help Ipstenu.
Really good work Sam!!!
oh Sam i’ve a question… the problem with the localization and deep integration is resolved with rc-3 and with the coming 1.0? thanks
In reply to: Just one more… release candidate 1.0-RC-3@Ipstenu What have you done for the cookie integration? you use wp 2.8 (not mu)?
In reply to: Just one more… release candidate 1.0-RC-3the automatic timezone is a fantastic feature!
the backend is very fast to load…
BUT
cookie integration with wp 2.8 (not mu) doesn’t work, when i try to login bb i’m logged out from wp and vice versa (my old problem)
i’m in wp-config.php
define(‘COOKIE_DOMAIN’, ‘www.site.com’); (without dot in front)
define(‘COOKIEPATH’, ‘/’);
in bb-config.php
$bb->cookiedomain = ‘www.site.com’;
with or without www nothing change.
ah, i’ve your plugin activate…
this is my only problem with this (the best) bbpress release until now
In reply to: Just one more… release candidate 1.0-RC-3trying it in the next minutes!
In reply to: BBpress 1.0 rc2 upgradeyes cornetjr follow the same instruction, BACKUP ALL, files and db, rename bb-config.php in bb-config-old.php delete all the files but no my-plugins and my-templates and bb-config-old.php naturally, so upload the new files visit the site and follow the instruction.
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2no news Sam? sorry for the up…
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2is wp normal (not mu)
i’ve removed the dot but nothing change, seeing the cookie have a dot in front… i’m waiting! thanks for all Sam for your patience
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2i’ve downloaded the latest trunk at the mooment is rev # 2192, updated my installation.
bb-config side i’ve $bb->cookiedomain = ‘.www.site.com’; (i’ve tested without www but nothing change…)
in wp-config i’ve deleted
define(‘COOKIEHASH’, ‘whatever’);
define(‘SITECOOKIEPATH’, ‘/wp-admin’);
so i’m
define(‘COOKIE_DOMAIN’, ‘.www.site.com’); (or without www, but nothing change)
define(‘COOKIEPATH’, ‘/’);
the results?
when i login in bb i’m logged out to wp and vice versa, i’m waiting for your plugin to test it.
thanks for your help!
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2junsuijin write it here besides on the trc… thanks.
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2yes Sam i’ve always the www in front.
i’ve modified COOKIE_DOMAIN in wp-config with define(‘COOKIE_DOMAIN’, ‘.site.com’); (without www but with .)
and in bb-config $bb->cookiedomain = ‘.site.com’;
I can login in bbpress and in WP when i try to login i’m redirected to the same page (wp-login)… so with this nothing change.
What else can I try?
Thanks!