6
zyspec:
IMO you are more familira with Xoops API than many other developers. so You are the master of Xoops API.
another evidence here:
Xoops 2.5.5 depricated functions in 2.6.0Many developer didnt know even what is getGroups()
Thank you it seems the original solution that i found in forums (just like Mazarin) is good enough.
IMO the best solution is extending the current functionality of getGroups :
$user -> getGroups('id'); // or getGroups();
$user -> getGroups('name');
anyway it is a very simple task for core team or any developer.
I sent many more important features in tracker that takes 1000 hours from developers for implementation.
Shine:
xoops permission system is group base and gid is more important in this area than uid.
for individuals a ticket system module like xhelp is good.
I hope somebody could debug Xhelp 0.8
Mazarin:
Thank you. I used this codes in newbb. It seems now only newbb show the group names of a user.
IMO group names should be used/shown more general in some other modules like profile, comments, news, gallery, download modules and ...
It is a good feature.