HGMNinja
Member
Hi, I was just looking into editing the MailWizz homepage and created the custom file as suggested. Then I wonderd if I could instead, add a redirect on the current index.php to a subfolder containing joomla 5 with the links from the current MailWizz home page?
Im not good at coding a php/html page so thought joomla would be a good option for me as I have experience building pages through joomla.
Of course, then I want to run some kind of membership using joomla but the first concern is the replacing the current MailWizz home page.
The only code in the current home paged is:
define('MW_APP_NAME', 'frontend');
// and start an instance of it.
require_once(dirname(__FILE__) . '/apps/init.php');
So also wondered if that was necessary and whether it would become a problem if I did the Joomla thing?
As you can no doubt sumize, Im not a coder at all. Just trying to get a really great MailWizz home page.
Im not good at coding a php/html page so thought joomla would be a good option for me as I have experience building pages through joomla.
Of course, then I want to run some kind of membership using joomla but the first concern is the replacing the current MailWizz home page.
The only code in the current home paged is:
define('MW_APP_NAME', 'frontend');
// and start an instance of it.
require_once(dirname(__FILE__) . '/apps/init.php');
So also wondered if that was necessary and whether it would become a problem if I did the Joomla thing?
As you can no doubt sumize, Im not a coder at all. Just trying to get a really great MailWizz home page.