Skip to main content
34
results
Andrew Fletcher
In this article, I'll show you how to create a new an Acy Mailing 5 newsletter.   Access to Acy Mailing 5 This screen is accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Creating a new newsletter When you land on the newsletters page, you will see a list of previous newsletters created and sent.  By default the list is ordered most recent at the top of the list. To create a new...
Andrew Fletcher
In this article, I'll show you how to manage an Acy Mailing 5 subscription...
Andrew Fletcher
In this article, I'll show you how to edit an existing member's...
Andrew Fletcher
In this article, I'll show you how to review a newsletter's statistics for...
Andrew Fletcher
In this article, you will learn how to send a newsletter using Acy...
Andrew Fletcher
In this article, I'll show you how to edit an unsent Acy Mailing 5 newsletter.   Access to Acy Mailing 5 This screen is accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Editing a new newsletter When you land on the newsletters page, you will see a list of previous newsletters that have been generated and for most - sent.  By default the list is ordered most recent at the top of the...
Andrew Fletcher
I'm writing these steps primarily for myself as a reference.  However, if...
Andrew Fletcher
I had an issue where logging in from the app disconnected.  The error that...
Andrew Fletcher
How to apply a gradient tint over a background image? Set the background...
Andrew Fletcher
Overview To update ejabberd you need to remove it, then re-install with the...
Andrew Fletcher
Working on formatting the date in Xcode, and you come across the situation where you need to check or test the date format.  NSDateFormatter is a great site to check your date format string.  I wanted to transform the 2019-08-15 10:34:49+1000 to Aug 15, 12:34 AM. let dateFormatter = DateFormatter() dateFormatter.dateFormat = "MMM d, h:mm a" let dateFormatted = dateFormatter.string(from: run.timestamp!)dateFormatted prints Aug 15, 12:34...
Andrew Fletcher
Adding a floating decimal point for n number of places is quite easy to achieve....
Andrew Fletcher
The starting point is to read through and follow the notes outlined on the...
Andrew Fletcher
To add Erlang repository that also includes the public key for verifying signed...
Andrew Fletcher
Adding a pem file to secure ejabbered on the server for chat connection. Getting...