Global Settings (Edit Globals) |
![]() |
Column Explanation from top to bottom 5. Subscription Lists
- Maximum Records Per Page -
allows you to define how many Subscription lists are displayed per page
view
(only used when you have set up more than 1 list) 7. Subscribers List Page
- Maximum Records Per Page -
allows you to define how many Subscribers are displayed per page view
(only used when you have many subscribers in the system) 9 - 11 Custom Field Names -
You can now setup your own extra "custom fields" in the subscribers table,
currently 5 custom fields are available, when in the subscribers screen
you will see these fields listed in the Add New window and also the detail
pop-up window for updating a subscribers extended information. Here you
can assign a descriptive name for each field if you plan on utilizing
them so that they will be easy to remember when you are using them throughout
your application. Once you assign a name to the custom field here then
this name will appear throughout the application in place of "Custom
Field 1/2/3/4/5". This is a very powerful tool allowing you even
greater control over storing demographic information on your subscribers.
These fields can be searched on to create subscriber groups and more. |
![]() |
14. Message List
Page - Maximum Records Per Page - allows
you to define how many Message are displayed per page view (only
used when you
have many subscribers in the system) 15. Message List Page - Maximum Pages per group - allows you to define how many pages are displayed per grouping. 16. Path to editor directory - this is the path to the "admin/editor" directory and is relative to the admin directory being root (it is not advise to move this directory or change this setting). 17. Default editor width - the WYSIWYG editor used through the application can be resized within the application, you can set its default width here. 18. Default editor height - the WYSIWYG editor used through the application can be resized within the application, you can set its default height here. 19. Path to the directory storing all message attachments Set the relative path (form the maillist directory) to the folder you wish to store the uploaded attachments (requires use of cffile tag) 20. Path to folder to store csv import file Set the full path to the folder you wish to store the uploaded copy of a CSV file which you wish to import a subscriber list from (requires use of cffile tag) 21. Path to folder to store csv export file Set the full path to the folder you wish to store the created csv file which will be created from an export request (requires use of cffile tag to create and write a csv file to the server, if setting below is disabled then an export will still be processed and the output will be output to screen as a comma delimited text file that you can copy and paste to a text file and then import easily into Microsoft Excel manually) 22. Set the database you are using here? This will be set already to the database you chose during setup so will usually not require modification, it is important this is set to the correct database type you are using as there are some slightly different sql syntax used by different databases. 23. Do you have the cffile tag enabled? Set this to "Yes" if are able to use the cffile tag on your server (please check with your ISP if unsure as many ISP's disable this tag by default for security reasons) 24. Enable Auto Responses? Set this to "Yes" if wish to enable auto response messages to be sent when a user successfully subscribes or un-subscribes to your list (via your web site and using the subscribeEngine.cfm custom tag to commit the subscriber to your list). This also requires you create Auto Response messages for subscribe and unsubscribe requests. 25. Do you wish to log successful broadcasts? Set this to "Yes" if wish to log every successful address a message has been sent to, this is purely a logging feature that can be useful in viewing which subscribers were sent a message and which weren't if for example you broadcast failed part of the way for some reason. 26. Chart Type Preference? In the click thru stats screen (if click thru stats are present) you will have the option to view a graph representing your click through's received for that message, you can set here if you wish to to be displayed as a bar graph or pie chart. 27. Pop Server Timeout? You can set the default pop server timeout for the system here, this is used when requests are made to your POP3 server to retrieve all messages for your list's address (these messages may contain bounces, subscribe or un-subscribe requests). This can be useful if you are having problems with a slowly responding mail server. 28. Date Display Format? You can set the global date display format that will be used whenever date's are displayed throughout the system, this must adhere to the date masks as defined in the ColdFusion documentation for the DateFormat tag. examples include: mmm-dd-yyyy mmmm d, yyyy mm/dd/yyyy 29. Time Display Format? You can set the global time display format that will be used whenever time is displayed throughout the system, this must adhere to the time masks as defined in the ColdFusion documentation for the TimeFormat tag. examples include: hh:mm:ss hh:mm:sst hh:mm tt |
Previous Page |