LDev
Forum Replies Created
-
Forum: Plugins
In reply to: [Private groups] Working with multisite WPMUSorry I had no time to have a eye on this.
I think it’s going to be hard work to make your plugin working with WP multisite…
I’m looking for an alternative…Anyway thank you very much for being so reactive !
Forum: Plugins
In reply to: [Private groups] Working with multisite WPMUHey,
it looks good but it’s not working for site admin.
Network admin can change groups but nothing happens when a site admin changes the user’s group….
I think site admins need a permission for “update_user_meta”.Reading the code I just discover that this plugin is not compatible with WPMU.
Here the issue :
Let have two sites : A and B. and two private groups on each site :
Site A : group1 Admin, group2 Member
Site B : group1 Member, group2 Admin
The network has two members : Bob and John.If I go to site B and set John to group1 Member he will have the “group1” setted for all other site in the network. So in this example he will be upgraded to group1 Admin on site A… This is a terrible thing, I do not understand why I didn’t seen that before…
I think it’s because private group informations are stored into the user_meta, I don’t know…
Forum: Plugins
In reply to: [Private groups] A way to list user in a group (front) ?Thanks, that’s great !
– I added a link to the bbpress profile, I think it’s nicer that way.
– “1” is printed when I use “[list-pg-users ]” if I have an empty group name (group3 is empty in my administration settings). BTW, it’s a stupid question but : how to remove a group in the admin panel ? I can’t figured out…I need a simple list, this is perfect.
Thanks !
Forum: Plugins
In reply to: [Private groups] A way to list user in a group (front) ?Let group1: Leaders (user1,user2), group2 : Developers (user3,user4) and group3 : Webmasters (user5,user6).
All the groups forming a “team”.I want to print on
PAGE1 :
=== Leaders ====
User1
User2
=== Developers ====
User3
User4
=== Webmasters ====
User5
User6PAGE2 :
=== Leaders ====
User1
User2PAGE3 :
=== Developers ====
User3
User4PAGE2 :
=== Webmasters ====
User5
User6I’m using WPMU so each admin site will be free to set his own user list.
Something like short code [bbppg groupX] could be perfect :).
Forum: Plugins
In reply to: [Private groups] Working with multisite WPMUThanks for being so fast to give me an answer.
Actually “my admins” can’t use the plugin they can create groups and forums permissions but can’t add any user, kind useless so…
The network is ATM closed to new registration so it’s not so urgent but we need to open it soon.I’m quite new to WP but I’m a coder and I’ll learn, I’ll try to find a solution by my-self (like an ugly patch waiting your implementation) if you can’t manage this.
I’ll appreciate a hint :).