Acy Mailing 5 managing a newsletter template
In this article, you will learn how to update a newsletter template using Acy Mailing 5.
Access to Acy Mailing 5
This is screen accessible via the administration area: Select Components → Acy Mailing 5 → Templates from the drop-down menus.
Manage a newsletter template
The current website's newsletter template list:
Acy Mailing 5 editing a newsletter
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.
How to install htop on macOS desktop running on MacBook
I prefer htop over top on my Linux server. Running a Solr index got me thinking how can I install htop on macOS Big Sur 11.4 based MacBook pro?
Acy Mailing 5 creating a newsletter
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.
Acy Mailing 5 managing subscription lists
In this article, I'll show you how to manage an Acy Mailing 5 subscription list.
Access to Acy Mailing 5
This is screen accessible via the administration area: Select Components → Acy Mailing 5 → Lists from the drop-down menus.
Newsletter lists
Presently there are six (6) list items:
Acy Mailing 5 edit a member's subscription status
In this article, I'll show you how to edit an existing member's newsletter subscription status using Acy Mailing 5.
How to mysqldump remote db on a AWS server?
The generally accepted answer to a mysqldump is:
mysqldump -h [host] -u [user] -p [database_name] [table_name] > [file].sql
Or a variant there of... Of course if you are logged in to the server and working from it you don't need to express the -h [host]
mysqldump -u [user] -p [database_name] [table_name] > [file].sql
twig add to array [merge, append, push]
Working in Twig, I had to add classes to a pre-existing array. Whilst I've grown used to the patterns in PHP, these cannot be applied in Twig. Instead I had to merge the new array elements.
Non associative arrays
Working from a base level, I'll begin as if the original array hasn't been set. The merge filter expects as first argument an array whose content will be merged with the assigned variable:
Joomla! updating an existing user's details
In this article, I will show you how to update an existing member's details using Community Builder.
Access to Community Builder
This is screen accessible via: Select Components → Community Builder → User Management from the drop-down menus.
Joomla! - creating a new user with Community Builder
Adding a new user to your Joomla! website using Community Builder.
Out of the box, users are managed via Joomla!'s user management system.
Access to Joomla!'s user system
This is screen accessible via: Select Users → Manage from the drop-down menus.
However, in this instance we won't be using Joomla!'s solution. Instead working with a component called Community Builder.