hebw
Forum Replies Created
-
Forum: Plugins
In reply to: [wpDirAuth] Conflict with WP CyberLogin worked with the recent change, but I had to change your variable name. You wrote
$intBadFunctionin the code, but nowhere else is that variable referenced. It work if I changed the variable name to$intBadFunctionPriority. I have only tested with a single user, though.- This reply was modified 8 years, 10 months ago by hebw.
Forum: Plugins
In reply to: [wpDirAuth] Conflict with WP CyberI had the same issue, but it’s not “WP Cyber”, it’s WP Cerber.
I currently have wpDirAuth 1.9.3 and WP Cerber 4.7.7. When I disable Cerber, login works fine. If I enable it, the ldap requests never seems to be sent, at least for most users. Someone actually managed to log in.
Forum: Networking WordPress
In reply to: Add menu page to users without blog membershipWhen users logs in to a mutlisite configured blog they will be redirected to /wp-admin/user/. Here’s the menu I’m talking about as well, and for everyone who has a user account without any blog permissions it looks just like this following picture.
Forum: Networking WordPress
In reply to: Add menu page to users without blog membershipI just described what menu I meant? I don’t know in what way that menu is technically inserted.
Forum: Networking WordPress
In reply to: Sites with different root directoryThe sites themselves are separated, yes, but their locations are not. I want to be able to group the sites in different directories, as my examples shows. Here is a more practical example, grouping sites in “departments” and “personal”.
blog.mysite.com/departments/site1
blog.mysite.com/departments/site2
blog.mysite.com/departments/site3blog.mysite.com/personal/site4
blog.mysite.com/personal/site5
blog.mysite.com/personal/site6