donfal71
Forum Replies Created
-
I finally found out.
Previously, my Base DN was DC=foo.bar,DC=fr , I changed it into DC=foo,DC=bar,DC=fr and then It works !
Hope it helps.
I have got the same issue, did you succeed in login with Next ADI?
It works with the old plugin not the new one.
Many thanks for your answer.
Forum: Plugins
In reply to: [Groups] Bug with post meta optionsHi,
That’s weird, but… I don’t have any problem anymore. So, it seems to be fixed.
By the way, thanks for your reply.
Forum: Reviews
In reply to: [Intuitive Custom Post Order] Destroys WP functionality (wp_list_categories)It looks weird, by wp_list_categories can work…or not. To my case, It seemed to work but when I added some categories my wp_list_categories didn’t work anymore.
I am currently doing some tests, I’ll give a feedback soon.
Sommy
Forum: Plugins
In reply to: [Groups] How to find the list of groups that a user is logged?Hi guy,
According to the API provided by the plugin (doc here :http://api.itthinx.com/groups/package-groups.html), you have to do that :
First, you have to create a Groups_User object :
$groups_user = new Groups_User( get_current_user_id() );Then, you can get groups Array thanks to the groups attributes like this :
$groups_of_my_user = $groups_user->groups
Then $groups_of_my_user will be an array of groups object.
I just started using this plugin, if you have others question, please ask, i’ll try to help you 😉
Forum: Plugins
In reply to: [Groups] How to find the list of groups that a user is logged?Hi guy,
According to the API provided by the plugin (doc here :http://api.itthinx.com/groups/package-groups.html), you have to do that :
First, you have to create a Groups_User object :
$groups_user = new Groups_User( get_current_user_id() );Then, you can get groups Array thanks to the groups attributes like this :
$groups_of_my_user = $groups_user->groups
Then $groups_of_my_user will be an array of groups object.
I just started using this plugin, if you have others question, please ask, i’ll try to help you 😉
Forum: Plugins
In reply to: [Groups] How to find the list of groups that a user is logged?Hi guy,
According to the API provided by the plugin (doc here :http://api.itthinx.com/groups/package-groups.html), you have to do that :
First, you have to create a Groups_User object :
$groups_user = new Groups_User( get_current_user_id() );Then, you can get groups Array thanks to the groups attributes like this :
$groups_of_my_user = $groups_user->groups
Then $groups_of_my_user will be an array of groups object.
I just started using this plugin, if you have others question, please ask, i’ll try to help you 😉