Quote:
Originally Posted by v123shine
Dear vbulletin Team
I want to display a 'Notification' only in Social Groups ID 106 and 28. How can i do that?
Can someone help me, please.
|
Although I haven't understand what exactly you want to do, you can use the following conditional inside a template:
HTML Code:
<if condition="$group[groupid] == 106 OR $group[groupid] == 28">
MESSAGE
</if>