partic When I follow these instructions https://docs.acymailing.com/developers/create-a-page-override I anticipate ending up with files to edit in /templates/<template>/html/com_acym/<view name>/<php file> In Acymailing 10, the template structure looks to have changed: The components/com_acym/views folders that are what would be replicated usually when creating a template page override only contain xml files. The components/com_acym/FrontViews folders contain the PHP files that are probably what are needed to create the overrides, but they don't get copied over. Can Acymailing team please update https://docs.acymailing.com/developers/create-a-page-override to now correctly explain the extra steps needed to create a template page override in Joomla 5 for Acymailing 10?
partic Short version of what I've then worked out: Copy the components/com_acym/FrontViews/<view>/<viewaction>.php file manually in your File Manager to templates/<template>/html/com_acym/<view>/<viewaction>.php Edit the templates/<template>/html/com_acym/<view>/<viewaction>.php file to make your desired changes Refresh the view of the front end page that uses that template to see what you changed has now worked.
mihha Thank you for your time and effort you have put into this I have alerted developers to update the documentation accordingly