Hi Scott,
Let me explain my requirements first so you can see what I am trying to do:
On this page -
http://www.pokerdiy.com/Games/PokerGame/tabid/374/ID/10481/Default.aspx
I show poker games that people can RSVP too. I have a role for people who want to receive email invites to freerolls, so I want to show a message if they are NOT a member of this role.
Your SubscriptionContent module ALMOST works for this. Basically, I go to the generic message, and I put in "Hi [DisplayName] - Update your prefs here". I then go to the "Invites Role" and want to show nothing if they already are a member.
There are a couple of problems - firstly - you only have a [FullName] token, I need DisplayName please. Secondly, when the user is logged out, it's showing [FullName]. Can you make it so that this is only populated if they are logged in and it won't show if they are logged out? I have to use the Generic Message content as it needs to show only if they are not a member of the Invite role, but I can't use the Registered Users role because they will be. Does that make sense?
I just noticed another issue - so my message is
"Hi [FULLNAME] - Want to be invited to ALL of our PokerDIY Freeroll League tournaments? Update your preferences here"
and thats on the Generic Message. But the FullName token does not get parsed at all for authenticated users (I can't put the message against Registered Users because then people in the role will see it)
The other issue is that I can't enter a blank message in the "Invite Role" field - I have to enter "." (it seems to trim the space). This means that if you are not in the role it shows the message as expected, but if you are in the role I don't want it to show anything, but it shows a ".". Can you allow blank messages please?
ps - please excuse the silly title - I can't seem to edit it and forgot to fill it in. |