Due to the fact that i am not allowed to the socialize forum and most of the others i will do it here. Please check my forum status, i am a customer of jomsocial and socialize.
ISSUE SUMMARY:
In the list view of the socialize template i have no chance to see if an user is a moderator or not. so if i want to check who can do things in that group i have to opüen every single users gear icon and check if the text says "make admin" or "remove admin".
STEPS TO REPLICATE:
1 logion as an admin of a group in a jomsocial installation where socialize is used
2 open the group where you are admin and click on members
3 look into the list and try to find out which member is moderator opf the group, too without clicking on every gear icon next to the user
RESULT nothing, you can only guess
EXPECTED RESULT: i would like to have an indicator which shows me that the user is moderator/admin or not. if you can tell me which file i need to override and what is the code to determine admin/moderator status i can build something for myself using a simple class or something, but i think this is needful for everyone who uses socialize.
BROWSER every browser
Hi,
This issue is not socialize issue, but actually jomsocial template it self, i will add this issue to improvement task list.
if you wanna edit by your self, you can edit this file components/com_community/templates/jomsocial/layouts/groups.viewmembers.php
thank you
Ok, thank you i will do it myself. Could you please take a look into my account and tell me why i am not able to open support questions in other forums? I am not able to open some of the support forums too.
Hi,
1. Please provide me the category of forum, so I can check it..
2. you can use this condition:
if($isAdmin || $isSuperAdmin) { // admin }
No, this is the code to check if the user who opens the site is admin...
As we talked above, i need the snippet to insert in the template for every user in the foreach loop that checks if the listed user is group admin/moderator or not.
I updated on the day when 4.1 was available and i have also the latest socialize template. there were no errors throught the updating process and the backend looks ok. there are no updates for jomsocial and sozialice so i think i have the newest version.
What is in your screenshot is exactly what i want to achieve, but i cannot find it in your demo forum as well: there is also no such function shown on the groups memberlists:
maybe your template code already overrided ? please you disable it..
or anyway, can you provide me the FTP access, please? I will check it by myself..
edit your first topic www.jomsocial.com/index.php?option=com_k...d=29270&mesid=142259 and put the info under "FTP"