italways (@italways)

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • @italways

    Member

    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.

    @italways

    Member

    Hi, SealedSun

    there is no blank or spaces in the tag name, they are normal tags…

    @italways

    Member

    In 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.

    @italways

    Member

    I 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.

    @italways

    Member

    okay, I fixed it already, just add the following in css

    p { margin-bottom: 1.0em; }

    I must happened to delete this line before.

    @italways

    Member

    Hi, 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!

    @italways

    Member

    Hi, 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:)

    @italways

    Member

    Hi, 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!

    @italways

    Member

    Hi, 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

    @italways

    Member

    Hi, livibetter

    Thanks for your reply! yes, I installed them as you said, and my WP is in the root directory.

    WP: http://mysite.com

    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!

    @italways

    Member

    Hi, 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!

Viewing 11 replies - 1 through 11 (of 11 total)