Forum Replies Created
-
Wow, congrats paulhawke! They are a big known site. I’m trying to get an inspiration for a new theme. Of course I won’t be copying them (or claimed to be too inspired)
I like their arrangement though.
In reply to: bbShowcase shut down?@Olaf talks is cheap, matt needs to respond with action, i bet if WP lead developer left the project, within 24 hours matt would appoint someone else to take over. I know bbpress is not a main project to automattic but at least it should not be ignored like this
In reply to: Last poster linkThanks Matveb!
Victoria
In reply to: What's happening with bbPress?Automattic is funded and have enough money to hire a lead developer to take charge (same way as wp), what Matt posted really gives me the chill when it comes to bbpress roadmap
“As to where bbPress goes in the future, I’d be curious to hear who wants to help with that.”
In reply to: What's happening with bbPress?It is truly dead, automattic has sort of abandon this project since Sam left
In reply to: Determine if user is logged in on templateThanks Ray!
Anyone could help? Thanks
Thanks Chris. Any pointer would be helpful in defining _COOKIE settings
Regards
Victoria
Both installation on WP (2.
WP1 is on domain.com, and WP2 is on sub.domain.com (same domain name)
Both allow single sign on between WP1 and WP2 with this on wp-config.php
define(‘COOKIE_DOMAIN’, ‘.domain.com’);
define(‘COOKIEPATH’, ‘/’);
define(‘AUTH_SALT’, ‘6428746726478264’);
define(‘LOGGED_IN_SALT’, ‘74829749827489237424’);
define(‘AUTH_COOKIE’, ‘7482647263478623478’);
define(‘SECURE_AUTH_COOKIE’, ‘985847584758475’);
define(‘LOGGED_IN_COOKIE’, ‘98752975897435894375894’);
define(‘TEST_COOKIE’, ‘8947519875894758495’);
So I basically override the cookie also.
Now I installed BBPress (1.0)
These WP-CONFIG setting won’t work even I added BB_LOGGED_IN_COOKIE variable
It only works with BBPress if i use these only
define(‘COOKIE_DOMAIN’, ‘.domain.com’);
define(‘COOKIEPATH’, ‘/’);
define(‘AUTH_KEY’, ‘xxxxxxxxxxxxxxxxx’);
define(‘SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxx’);
define(‘LOGGED_IN_KEY’, ‘xxxxxxxxxxxxxxxxxx’);
define(‘NONCE_KEY’, ‘xxxxxxxxxxxxxxxx’);
define(‘AUTH_SALT’, ‘xxxxxxxxxxxxxxxxx’);
define(‘LOGGED_IN_SALT’, ‘xxxxxxxxxxxxxxxx’);
But if I add anything with _COOKIE bbpress + wp signed on won’t work, if I take it out, it will with with BBPress but multiple WP single sing on won’t work
Thanks guys
Victoria
Thanks for teh reply guys, but again, this is about overriding cookie setting, not _Auth
xxxxxx_COOKIE
Unfortunately adding these value breaks WP/BBPress login integration (Same value as wp-config without bb_ prefix on the variable)
define(‘BB_AUTH_COOKIE’, ‘xxx’);
define(‘BB_SECURE_AUTH_COOKIE’, ‘xxx’);
define(‘BB_LOGGED_IN_COOKIE’, ‘xxx’);
Thanks for the reply ipstenu
In reply to: Forum with 15k users, 100 u. online in one momentWe have 13000+ members so far on dual core and 2gb ram with lighty, working great
In reply to: bbPress 1.0 released@vlovers , would you kindly share how you fixed it? Thanks a bunch
In reply to: Best way to prevent SPAM registration?You can’t just stick with one way of spam registration prevention, might need to mix it up a bit overtime