Quote:
Originally Posted by brandy
Hi, what I'm trying to do is this:
Registered Users are group ID: 2
Paid Subscribers are group IDs: 10, 11, & 12
All Paid Subscribers' primary usergroup is 2.
Paid Subscriber's secondary usergroups are either 10,11, or 12.
I want the following announcement to show up for paid subscribers only, but paid subscribers do not see any announcement.
Code:
[[($bbuserinfo[usergroupid]==10 OR $bbuserinfo[usergroupid]==11 OR $bbuserinfo[usergroupid]==12)]]
Welcome $bbuserinfo[username]! Thank you for being a Contributing Member! :)
<br> If you do not see an icon before your name, <a href="profile.php?do=editusergroups">Click Here</a> to choose to be recognized as a contributing member.
[[/($bbuserinfo[usergroupid]==10 OR $bbuserinfo[usergroupid]==11 OR $bbuserinfo[usergroupid]==12)]]
If I include group ID 2 in the above syntax, then registered users see the above message even if they haven't paid anything.
Any suggestions?
Thanks,
Brandy
|
OK, I've tried a variety of different things and I think I've figured out the problem. The Dynamic Announcements only read the PRIMARY group ID. Am I right? Can you make it so that they also recognize the SECONDARY group ID as well?
I can't make the paid subscribers a primary group manually, because when their subscription runs out, they still need to be a registered user, so they need to have the "registered user" group as their primary group.
Is this clear as mud? :tired:
Any hope for it being able to work?
Brandy