randomuser256 Posted November 17, 2017 Share Posted November 17, 2017 Hey, I'm trying to add secondary user group icons in to the postContainer. I'm not sure how I would go about doing something like this. I don't want to use a plugin, mainly because the format I have now wont work with the plugins that are out there. This is the code for the primary group icon: {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li class='ipsResponsive_hidePhone'><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}} Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted December 17, 2017 Administrator Share Posted December 17, 2017 You should be able to achieve this with one of the secondary user group plugins for 4.1/4.2. Link to comment Share on other sites More sharing options...
0 randomuser256 Posted November 20, 2017 Author Share Posted November 20, 2017 Bump, if anyone could help this would be massively appreciated. Link to comment Share on other sites More sharing options...
0 WWD Posted February 2, 2018 Share Posted February 2, 2018 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
randomuser256
Hey, I'm trying to add secondary user group icons in to the postContainer. I'm not sure how I would go about doing something like this.
I don't want to use a plugin, mainly because the format I have now wont work with the plugins that are out there.
This is the code for the primary group icon:
{{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li class='ipsResponsive_hidePhone'><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}}Link to comment
Share on other sites
3 answers to this question
Recommended Posts