Customise the landing page
Starting with version 1.5.7, we have added a very simple landing page.
This page can be edited by copying the file apps/frontend/views/site/index.php into apps/frontend/views/site/index-custom.php and then change it as you see fit.
Of course, you can disable this landing page at anytime, from Backend > Settings > Common.
Related Articles
Where is my subscription page?
In AppMail, each email list has its own pages that you can edit and customize according to what your list represent. You can view your email list by logging into AppMail as a customer and clicking the Lists link from the left side menu. Once you ...
My campaigns list page does not load properly
In most cases, this problem is triggered by the grid columns in the campaigns list, which show stats (see image below). What happens is that in order to show the stats, AppMail has to query the database in complex ways, which can be very resource ...
Redirect the subscriber to a custom thank you page after subscribe
In order to redirect the subscriber to another page than the default one from AppMail after he subscribes, you have to follow a few simple steps. First, you have to enable the “List form custom redirect” extension which is disabled by default. This ...
How do I edit the email list pages (subscribe, unsubscribe, profile page, etc)?
When we talk about list pages, we are talking about pages like Subscribe, Unsubscribe, Profile page, etc, basically, all the pages that you can see at Backend > List page Types from where you can also set the default way of how the list pages will ...
Example extension for development
Make the extension available only for certain apps: customer / frontend / backend / API / console Hook in one/more of the above apps Hook into existing actions / hooks Add your own settings page Add a simple menu link Load your own controllers ...