Code:
<xen:if is="{xen:helper ismemberof, $user, 13}">
<div class="backImg99" />
<xen:elseif is="{xen:helper ismemberof, $user, 10} "/>
<div class="backImg5" />
<xen:elseif is="{xen:helper ismemberof, $user, 9}" />
<div class="backImg6" />
<xen:elseif is="{xen:helper ismemberof, $user, 8}" />
<div class="backImg4" />
<xen:elseif is="{xen:helper ismemberof, $user, 7}" />
<div class="backImg3" />
<xen:elseif is="{xen:helper ismemberof, $user, 6}" />
<div class="backImg2" />
<xen:elseif is="{xen:helper ismemberof, $user, 14}" />
<div class="backImg98" />
<xen:else />
<div class="backImg1" />
</xen:if>
Going from this. If the "main" account is in group 6, all works as expected. Nodlehs (8) and Spawn (10) are good.
View attachment 77031
Main account at 7, again, works as expected.
Main account at 8, again, works as expected.
Now... once hitting group 9 with the main, Nodlehs(8) changes, Spawn (10) is normal.
View attachment 77034
If I change Nodlehs and Spawn both to hero (6), everything I change the main account (which is still 9) to displays in their backgrounds.
(Group 9)............ (Group 7)
View attachment 77037 ........................
View attachment 77038
At this point, any help would be appreciated. If anyone reading this can help, that would be awesome. I have about $20 in PayPal I can throw to someone to get this sorted.