How do I customize messages to my members? The following tags display each member's own details when used in the unit header or texts you add using Wiccle Builder.
Your name is [[MEMBER_DISPLAY_NAME]] (username [[MEMBER_USERNAME]], identifier [[MEMBER_IDENT]]) and you are among [[MEMBER_USERGROUP_NAME]] at access level [[MEMBER_LEVEL]]. Big Brother tagged you as number [[MEMBER_ID]] in the system, and he also knows you have [[MEMBER_UNREAD_MAIL]] unread mails. Your last status message was "[[MEMBER_CURRENT]]", and the IP address you access the site with is [[MEMBER_LAST_IP]].
This information was shown to you alone; everyone gets their unique details filled in. (No need to start wearing that silver foil hat yet.) If you want to use some of these tags, here's the snippet from above:
<p>Your name is <b>[[MEMBER_DISPLAY_NAME]]</b> (username <b>[[MEMBER_USERNAME]]</b>, identifier <b>[[MEMBER_IDENT]]</b>) and you are among <b>[[MEMBER_USERGROUP_NAME]]</b> at access level <b>[[MEMBER_LEVEL]]</b>. Big Brother tagged you as number <b>[[MEMBER_ID]]</b> in the system, and he also knows you have <b>[[MEMBER_UNREAD_MAIL]]</b> unread mails. Your last status message was <b>"[[MEMBER_CURRENT]]"</b>, and the IP address you access the site with is <b>[[MEMBER_LAST_IP]]</b>. This information was shown to you alone; everyone gets their unique details filled in.</p>
For more information on all this, please read: Customizing content for members: Tags, conditionals and include files »