{"Other Integration Options"|alang}

{"General Public Archive"|alang}

{"This is a general public archive that will show all publicly available mailing lists and campaigns in the software."|alang}

{$links.archive}


{"Your Public Archive"|alang}

{"View the message archive that is filtered to lists and campaigns from a particular User Group."|alang}

{if $maingroup}

{"Select A User Group:"|alang}

{/if}

{$links.group}{$groupid}


{"List Specific Public Archive"|alang}

{"View the message archive that is filtered to campaigns from a particular List."|alang}

{"Select A List:"|alang}

{$links.list}{if $seo}{$p.stringid}{else}{$p.id}{/if}

    {foreach from=$api_example_filenames item=filename name=counter}
  • {$filename}
  • {/foreach}

{$api_example_filename1}

{"Other Forms of Allowing Users To Subscribe - VIA LINK"|alang}

{"Link to complete subscription form with option to subscribe to multiple lists"|alang}
{"To link to the subscription form with giving the user the ability to subscribe to multiple lists, simply create a link pointing to:"|alang}
{$site.p_link}/index.php?action=subscribe&nl={if intval($nl) > 0}{$nl}{else}[LISTID]{/if}

{"Link to complete subscription form without option to subscribe to multiple lists"|alang}
{"To link to the subscription form without giving the user the ability to subscribe to multiple lists, simply create a link pointing to:"|alang}
{$site.p_link}/index.php?action=subscribe&mlt=no&nl={if intval($nl) > 0}{$nl}{else}[LISTID]{/if}

{"Link to UN-Subscribe form without option to unsubscribe from multiple lists"|alang}
{"To link to the UN-subscribe form without giving the user the ability to unsubscribe from multiple lists, simply create a link pointing to:"|alang}
{$site.p_link}/index.php?action=unsubscribe&mlt=no&nl={if intval($nl) > 0}{$nl}{else}[LISTID]{/if}

{"Optional Redirection Pages - Further Information"|alang}

  • {"By entering a url in any of the fields, the user will be redirected to that url when the action takes place.
    IE: you enter http://www.example.com/thanks.htm in the "Successful Completed Subscription URL" field. Then when a user successfully subscribes to your list he or she would be redirected to http://www.example.com/thanks.htm instantly upon filling out the initial form. The users information will be added to your list in the background while redirection is taking place."|alang}
  • {"Pre-Confirmed Subscription URL or Pre-Confirmed Un-Subscription URL will only be used when you have Require Opt-In/Opt-Out turned on."|alang}
  • {"You may further customize your redirection pages by including the system generated messages within your redirection page."|alang}
    {"Here's how it works: When processing a subscriber's information, the system will generate two variables containing the necessary information."|alang}

    {"The first variable is a comma seperated string containing all the IDs of your lists,"|alang} {"and the second variable is a comma seperated string containing message codes for each list in the first string."|alang}

    {"For example, let's say our lists variable contains \"1,4,2,7\", and the message codes variable contains \"4,8,5,2\"."|alang}

    {"This would be interpreted like this:"|alang}

    {"List 1: Message code 4,"|alang}
    {"List 4: Message code 8,"|alang}
    {"List 2: Message code 5,"|alang}
    {"List 7: Message code 2,"|alang}

    {"If you copy and paste the following code sample into your redirection page (assuming it is a .php page),"|alang} {"it will print out the actual message text from the two variables passed in. You can modify this code sample to better suit your needs."|alang}

    {* {ac_printphp str=$assemble_error_codes type='string' html=true} {ac_printphp str=$assemble_error_codes type='string' html=true linenumbers=true} *}