Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos 10 hours ago10 hr
Posted June 19, 201510 yr Hello,I want to style differently the posts of all members who are in the "premium" member group on my forum. I was able to pull this off in 3.4.7 with an IF statement that was something along the lines of: if member group = premium { insert modified code here } else { insert default code here }Does anyone have this code?Thanks!
June 19, 201510 yr {{if \IPS\Member::loggedIn()->inGroup( array(1,2,3) )}} //Code here for grouos 1,2&3 {{else}} //Code here for other groups {{endif}} Edited June 19, 201510 yr by Ahmad El-Oukly
Archived
This topic is now archived and is closed to further replies.