that does not appear to work as I tried to do that on my test board and i have it set to unlimited in the user group and also for the user and does not work. I even set it to 4 or 5 and nothing. Are the hooks in the templates or not working ?
It's at Unlimited.

There is no issue with the software that I know of. If you have the setting, and you have the groups selected in the profile options area, they should appear under the postbit. The only reason why they wouldn't is a template edit that removed the hook, or any other add-on conflicting with it.Is there any response about my issue of not being able to see groups under my avatar 'after the last update'? I would really like to get this fixed or get an answer as to why I'm having a problem, Thanks.
No, that's just not true because everything was fine until I upgraded. After upgrading the groups under the avatar just disappeared. No template edits, just the upgrade. Can you show me a demo where the latest upgrade 'has the groups under the avatar?' On your site you don't even have that, and there is only the upgrades with the threads locked. At least help me work through this issue since I have at least identified the issue being with upgrading?There is no issue with the software that I know of. If you have the setting, and you have the groups selected in the profile options area, they should appear under the postbit. The only reason why they wouldn't is a template edit that removed the hook, or any other add-on conflicting with it.
I seem to have a conflict version with the template and permission names, which is probably why it was working on my installation.No, that's just not true because everything was fine until I upgraded. After upgrading the groups under the avatar just disappeared. No template edits, just the upgrade. Can you show me a demo where the latest upgrade 'has the groups under the avatar?' On your site you don't even have that, and there is only the upgrades with the threads locked. At least help me work through this issue since I have at least identified the issue being with upgrading?
I'm not even able to 'downgrade' BACK to before when things worked.
<xen:if is="{$user.canUserTitle}">
<xen:foreach loop="{$user.groups_display}" value="$group">
<div class="socialGroup" style="padding: 6px; margin-bottom: 5px;">
<xen:include template="cz_groups_group_title" />
</div>
</xen:foreach>
</xen:if>
<xen:if is="{$user.canUserTitle}">
<xen:foreach loop="{$user.groups_display}" value="$group">
<div class="socialGroup" style="padding: 6px; margin-bottom: 5px;">
<xen:include template="xfa_groups_group_title" />
</div>
</xen:foreach>
</xen:if>
I seem to have a conflict version with the template and permission names, which is probably why it was working on my installation.
1) Please substitute
library/XfAddOns/Groups/ModelOverride/Post.php
with the file attached to this post
2) It is possible that the template is not named correctly, if that is the case, please edit xfa_groups_usertitle and change from
Code:<xen:if is="{$user.canUserTitle}"> <xen:foreach loop="{$user.groups_display}" value="$group"> <div class="socialGroup" style="padding: 6px; margin-bottom: 5px;"> <xen:include template="cz_groups_group_title" /> </div> </xen:foreach> </xen:if>
to
Code:<xen:if is="{$user.canUserTitle}"> <xen:foreach loop="{$user.groups_display}" value="$group"> <div class="socialGroup" style="padding: 6px; margin-bottom: 5px;"> <xen:include template="xfa_groups_group_title" /> </div> </xen:foreach> </xen:if>
(notice the change to xfa_groups_group_title). Please try first only with the patched Post.php file
I have a 1.6 version that I never quite released. If I can wrap that up and release it I'll include the fix. In the meantime this patch should give you back the usergroups below the avatar with the new permission setting. Please make sure that not only "Number of groups under the nick" is set to unlimited but also the permission above "Can use a group name along the usertitle" is set to yes.
I am almost wanting to just go back to an older version but I do not know how to do this 'without losing' the groups I have already created. I would like to 'at least' be able to go back to the old version until this new version is fixed? Alot of money spent and my members want to see their groups under their avatars "more" than have any of the upgrades that unfortunately do not allow viewing groups under avatars.Any updates as i can not install the new version at all ? Currently I am using older version fine.
We use essential cookies to make this site work, and optional cookies to enhance your experience.