Search Results for '\"wordpress\'
-
Search Results
-
Topic: LDAP Plugin
Hello, since everyone’s been so helpful here, I thought I would give a little back. This seemed like the place to post this. I spent the last few days working with my system administrator to get the ldap plugin to work with our AD. We had done this successfully with WordPress and we were going to integrate bbpress with WordPress, but that layer of complication with ldap on WPMU made it too complex.
So we decided to leave bbpress on its own and use the ldap plugin posted here. Only we couldn’t get it to work at first. When we finally got it working, the local logins, specifically the Key Master account, could no longer log in. So here’s what we changed to make it work:
(1) in function connectUser, where $uid is set (line 327), change the first chunk of the string from ‘uid=’ to ‘cn=’ (this change may be specific to Windows/AD LDAP).
(2) in same function, comment out line 344 (ldap_unbind) because it is both redundant with line 345 and is using the wrong parameter (wants a connection object but $result is just a boolean value).
(3) in function newUser, add the user_nicename field to the database insertion and set it to the variable $user_login. This is a unique key in the database, and if it’s not set, all user additions after the first one will fail because of a duplicate (blank) key field.
We still don’t have local logins working, but that’s okay for us because we don’t want them. It might be something we’ll want to use in the future. I hope this helps anyone who might want to use this.
I’ve fixed my particular problem. So this is more or less to point out what the problem is so anyone else having the problem can fix it as well.
Once I installed 1.0 Alpha and logged into it, I was unabled to login to my wordpress site. The only way I was able to log back into my wordpress site was by deleting all the cookies for my domain (had to repeat this each time I logged into my bbPress site).
I believe the problem was due to me installing 1.0 Alpha over an 0.9.0.2 install that had wordpress integration already enabled (0.9.0.2 of course wasn’t working since I had also already upgraded to wordpress 2.6). Once I installed 1.0 Alpha, the *_salt values between wordpress and bbPress did not match.
After some cookie juggling to get logged into my wordpress site so I could see it’s *_salt values, then logging into my bbPress site (in another tab), I was able to set the correct *_salt values, delete my cookies once more, and log into my wordpress site. At this point the integration is working again and my bbPress site recognizes that I’m already logged in.
Topic: about sessions
Hi,
i want to add simply sessions in my wordpress’s header (not the completed integration), how to that? like the phpbb session system
bye!
Topic: integration??
What does this integration actually means?
Does it mean that if I install bbpress and wordpress, i can make posts to my forum trough wordpress – which again means I can use rss feeds for that, so a post on a rss feed would be a post on the forum?
Thanks
This mini-plugin will fix your layout/graphics
for visitors that insist on using IE 8.0
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}}
add_action('bb_send_headers','fix_ie8'); // for bbPress
add_action('send_headers','fix_ie8'); // for WordPressEssentially it makes IE8 render like IE7 by sending a special (invisible) header only to IE8 users.
Problem solved.
It blows my mind that a page that can render perfectly in Opera – which is THE standards browser – can be messed up by Microsoft attempting to conform to standards. What a (continued) waste of everyone’s time.
ps. For those that don’t want to install IE8 permanently to just test their sites, this version will run in it’s own virtual box so it doesn’t affect the rest of your system:
Topic: question about update
hi,
i use the alpha 1, if i want to update, i just simply put the new files and erase the old? with wordpress, the bdd is updated too, what about bbpress?
thanks. bye!
I’ve installed bbpress .9.0.2 and I’m not integrating with WordPress. The install went fine, but when I log in as the keymaster, I see the link to the Admin area, but clicking on it does nothing. I’ve looked at a couple of other posts about this but they were for earlier versions, so I don’t think they’re going to solve my problem. Help greatly appreciated.
My setup is fully working, except :
when a user register via wordpress, he dont get the good capabilities, so he can’t post on bbpress!
user registered via bbpress get the good capabilities (a:1:{s:6:”member”;b:1;} in wp_usermeta).
In the admin integration option (http://domain.tld/forums/bb-admin/options-wordpress.php), I mapped wordpress subscribers to bbPress members.
How can I fix this ?
Thanks!
btw, does some know if there is a planned release date for bbPress 1.0 ?
Hi
I have a wordpress install in the top directory and then a bbpress install sitting in the /bbpress/ directory. Whenever I go to a forum page, profile pages, post pages etc., I get the WordPress 404 taking over saying it doesn’t exist.
Is this something I can fix?
Thanks!
Richard