pasmith
Forum Replies Created
-
Just wanted to throw my hat in as needing this feature as well. Even if it’s as simple as adding a tag to the script in question so Boost ignores it.
Thank you!
@scott Allen — Thanks so much for the reply. WP Rollback doesn’t work on WP 3.9 but I’m definitely going to make use of it on our new site; seems like a really handy plugin.
Instead I followed your steps (and I never would’ve noticed the settings export/import options so you saved me a TON of time with that) and we seem to be back in business.
Again, thanks!
Edit: No delete button? I thought I had a fix but nope. Sorry.
Forum: Fixing WordPress
In reply to: WordPress and bbPress IntegrationHey all, I’m running into a similar problem and it sure seems to be cookie related.
Setup is:
blog at http://mydomain.com
forums at http://forum.mydomain.comIf I log into wordpress then check out my cookies I see the host as
mydomain.com
no leading .
If I jump over to bbPress, I’m not logged in. If I edit the cookie and put a . in the domain:
.mydomain.com
then reload the forum page, I’m logged in. Oddly, if I log into bbPress first, then wordpress reads me as logged in with no fiddling.
In wp-config I have:
define( ‘COOKIE_DOMAIN’, ‘.mydomain.com’ );
But it seems like wordpress is disregarding that leading period.
Any ideas?
UPDATE: It looks to me like that define statement isn’t doing anything. For grins I changed the domain to foo.com and I still got mydomain.com in the cookie.