Search Results for 'code'
-
Search Results
-
Topic: very minor issue discovered
when on the user page in the admin section i checked ‘bozos only’ and clicked filter and got this error msg:
Warning: array_intersect() [function.array-intersect]: Argument #1 is not an array in /home/gurrlieg/public_html/gurrliegirl.info/html/bbpress/bb-plugins/bozo.php on line 348
this occurred with an empty search field and the role selection box left at ‘role’
Please stop changing core code so CK can get all 60+ plugins to be compatible with the new version, please.
It is very frustration, now that WE have to wait till December (when ck updates he/shes plugins)..
this effectively renders the new version useless as the plugins are what makes bbpress.
thanks for your time and godbless xoxox
I’m trying to protect page on another subdomain… but unfortunately bbPress is not authenticating the cookie. (they are set for .domainabc.net)
for test.domainabc.net:
Cookie: bbpress_logged_in_00aa30280fe74d40ca269b5b2efffba3=rich%7C1247421898%7Cfbd785e0974af74814b56550af9c49dc
for forums.domainabc.net
Cookie: bbpress_logged_in_00aa30280fe74d40ca269b5b2efffba3=rich%7C1247421898%7Cfbd785e0974af74814b56550af9c49dcon test.domainabc.net i have something like this:
require_once ('../forums.domainabc.net/bb-load.php');
function add_allowed_redirect_hosts() {
$allowed_redirects = array('test.domainabc.net');
return $allowed_redirects;
}
add_filter('allowed_redirect_hosts', 'add_allowed_redirect_hosts');
bb_auth( 'auth' );It will properly redirect to the login page, enter info, redirect back to test.domainabc.net – but then it will issue another 302 redirect back to forums.domainabc.net.
and if i place a die statement within this
bb_auth
else on test.domainabc.net it will echoif ( 'auth' === $scheme && !bb_is_user_logged_in() ) {
//redirects fine to login page the first time...
} else {
//echo - this happens when returning a 2nd time
}BUT… if i return to forums.domainabc.net i’m logged in… and everything works.
Hi,
I did not see information on how to upgrade from 1.0-alpha-x to 1.01. Are there any problems? Someone already did this?
I’ve bbPress 1.0-alpha-2 with WP integration (v. 2.
SMS
Fistly excuse my english ….
Hi, i have integrated bbpress inside my wordpress installing on the same database.
The problem is that i have made all the integration except the user relation, so now i can logon like admin user on bbpress but i can’t change nothing
it seems to be a normal user
Can i do manually (changing the database) to assign admin user as administrator ????