Search Results for 'test'
-
Search Results
-
Ok… Let me start off by saying I’m not your “average” user seeking help. I’ve spent the last 2-3 hours combing this forum and trying almost every combination of cookie configurations and tweaking.
My site is setup like this:
domain.com/blog
domain.com/forum
This is what I have thus far:
In my bbpress config.php
$bb->cookiedomain = '.domain.com';
$bb->cookiepath = '/';
$bb->sitecookiepath = '/';In my wpmu wp-settings.php around line 245
if ( !defined('COOKIEPATH') )
define('COOKIEPATH', '/' );
if ( !defined('SITECOOKIEPATH') )
define('SITECOOKIEPATH', '/' );
if ( !defined('COOKIE_DOMAIN') )
//define('COOKIE_DOMAIN', '.' . $current_site->domain);
define('COOKIE_DOMAIN', '.domain.com');Of course I replaced “domain.com” with my actual domain.
The result is I get a total of 4 cookies when I login into both sites.
Both sets are identical except expiration. (I even edited the expiration date with no avail, apparently bbpress is a full year and day off)
the cookie properties look like this:
website name path secure expires value
bbpress
.domain.com wordpresspass / no Mar 03, 2008 long_hash
.domain.com wordpressuser / no Mar 03, 2008 test
wpmu
.domain.com wordpresspass / no Mar 04, 2007 long_hash (same as the other)
.domain.com wordpressuser / no Mar 04, 2007 testThe only difference is the expiration date. As you can see bbpress has an issue with the date.
Perhaps I need sleep, or I don’t understand how the cookies are supposed to work. But I’m beat.. I can’t battle it anymore tonight.
I’m going to go get some sleep. Perhaps I’ll be able to figure it out from a fresh approach.
Any suggestions would be greatly appreciated.
Thanks,
Steven
Topic: Tech-o-Crunch for bbPress
While this theme is a long way from being ready for public release, I thought I’d solicit comments. I’m having some trouble with character encoding (as mentioned here http://bbpress.org/forums/topic/823?replies=5 ).
The site is currently on a live testing server and I don’t want it to get indexed. Hopefully, the nofollow will work. Anyway, take a look and let me know your thoughts!
I’m definately open to feedback.
Cheers!
Ryan
Topic: Password reseting in 0.8.1
Hi,
I installed BBpress today as well as someone else, on the same server though (in case that’s the problem). This person couldn’t make the admin password to work, although mine worked like a charm.
I tried to reset the password and was prompted with the message saying
An email has been sent to the address we have on file for you…
But neither I or the other person (who complained it wasn’t working at first) did receive the mail.
I wonder if this wouldn’t be a bug of the latest 0.8.1 version ?
Anyone has a fix ?
When a user wants to register I have this:
bb_get_user needs a numeric ID
in the html view of source the last thing is </fieldset> …
Can someone help me find out what this is?
http://forum5o1.awardspace.com/
I want to test pravin’s print password thing… but I have no idea whether it works…and no, this was happening before pravin’s fix…
What I’m probably going to do is, just use the CSS file codes that I had, for when using the Forum Category enhancement with my bbPress forums. It’s not going to be a big deal if those Forum Category CSS codes are in the stylesheet anyway.
For those running the Forum Cat enhancement, or not, I’ll release a Gathering theme version for either route. A) One for the plain Jane bbPress users, and
One for those that are already using the Forum Category enhancement.
Please note though, that this theme will be an AS-IS type of deal!!
I’ll try to give a helping hand, and try my best to provide “support” for it, but, I’m just a really, really busy person sigh. I barely have time to sleep and stuff…
Besides, if any problems arise, your answers should be, or, could easily be answered here, since it’s basically just a theme. If you happen to have issues with the Forum Cat enhancement patch itself, I’m sure Sam would be happy to help you..
Anyway, here’s what’s on my TO-DO list, starting now!
1) Delete all the current plugins on my forums, so I have a total plain Jane bbPress install to work with…
2) On the localhost/computer .. make up the “Gathering” theme on the latest Trunk files of bbPress. With, and without the files containing the Forum Cat enhancement edits… (Again, this theme should (generally) still work for .80, however, not sure about the backwards compatibility for the forum Categories enhancement though)…
3) Download the latest copies of the plugins I deleted, tweak the new ones, upload and install them…
4) Try and get some kinks out of the theme, which happens when using some certain plugins sigh..
5) Release two copies of the Gathering theme, one for plain Jane bbPress users, and one for those already using the Forum Category enhancement…
6) Then I’ll probably apply the theme I just spent the last 3 days on, non-stop, which I put up on my Vindictive Bastard blog… I’ll apply that on my spencerp.net blog then too.. and make it a theme for bbPress as well … whee! What you think? http://www.vindictivebastard.net/
7) I’ll try and actually get some sleep!! Geesh, I’m beat!
Anyway, I’ll keep everyone updated on this.. thanks for your time..
spencerp