Forum Replies Created
-
In reply to: Error “Invalid tag or topic” when removing tag
sorry it is on my local test machine. furthermore, it happens when you try to delete the tag from one topic, you must be a admin user.
The only thing special is that my bbpress is integrated with my wpmu, I logged in using my wpmu admin account (mapped to bbpress admin group already), when I try to delete the tag from one topic, the error occurs, but it is ok when I manage the tags on bbpress backend, I can delete any tag there.
In reply to: Error “Invalid tag or topic” when removing tagHi, SealedSun
there is no blank or spaces in the tag name, they are normal tags…
In reply to: Integration with MU 1.5.1In addition, I found the problem only happens when you install bbpress in a subdomain of wpmu 1.5.1 site, I changed to install in a subfolder, the cookie problem is gone.
In reply to: Integration with MU 1.5.1I also got problem with integrate with wpmu 1.5, the user sharing is ok, but it got some login cookie problem, when I logged in wpmu, I need login again in bbpress.
In reply to: Line return not workingokay, I fixed it already, just add the following in css
p { margin-bottom: 1.0em; }
I must happened to delete this line before.
In reply to: Line return not workingHi, 850
I got the same problem, but I can not find P tag in my CSS file, could you tell me more details how you fixed it? thanks!
In reply to: cookie sharing between wp and bbHi, livibetter
Thanks! I have sorted it out, besides “$bb->cookiepath = ‘/’; “, I added the following in bbpress config.php
“
$bb->path = ‘/bbpressfolder/’;
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
“
It is strange that I still can not find any cookie file generated when I logged in WP but my WP works correctly, so weird… anyway, my problem is resolved, I am happy now:)
In reply to: cookie sharing between wp and bbHi, livebetter
Thanks for your reply!
I added “$bb->cookiepath = ‘/’;” in the configure.php, but it does not make any difference, then I check my cookie, and find something interesting, when I logged in WP, it did not create any cookie at all, but when I logged bbpress, it creates cookie for mysite.com, probably that is the reason caused the problem, how do you think? thanks!
In reply to: cookie sharing between wp and bbHi, livibetter
yes, $bb->wp_home and $bb->wp_siteurl set as http://mysite.com
do you mean this link:
https://bbpress.org/forums/topic/cookie-domain-settings?replies=4
In reply to: cookie sharing between wp and bbHi, livibetter
Thanks for your reply! yes, I installed them as you said, and my WP is in the root directory.
bbPress: http://mystie.com/forum
When I logged in WP, then go to bbPress, it need sign again, actually, I can sign in with another different account in bbPress, and it won’t impact the account in WP, like they are absolutely in different cookie domain.
Do you have any idea about this? thanks!
In reply to: cookie sharing between wp and bbHi, dlevy
I got the same problem as you, and I make sure there is no slashes at the end of $bb->wp_home and $bb->wp_site_url, do you have any idea about this? did you sort it out already? thanks!