If statementsSince AcyMailing 1.7.2, you can include "if statements" in your Newsletter to display content based on the user's preferences.
Tag Structure
{if:VARIABLE OPERATOR VALUE}...text you want to display or remove...{/if}
You can use any variable from the user profile (so name, email, subid, userid or any other custom field you created)
ExamplesDisplay text for registered users only{if:userid!=0}You're one of our registered users!{/if}
Display text for visitors (users without a Joomla account) only{if:userid=0}What? You're not a registered user?? Let's create your account now!{/if} Display text based on the user's interests (created with the AcyMailing Enterprise custom fields)If you create a custom field with checkboxes to select user's interests, you should then use the operator "~" as a user may have several interests.
Last Updated on Monday, 07 May 2012 10:56
|



