Hi ,
my suitecrm configuration require the event module but hide the campaign module. In this way, I can not have access to email template module because this module appear only whit campaign.
Where I have to look in the code in order to move the email templete module on the main panel when the campaign is disabled?
Thanks!
I donβt know if this will work, but maybe try simply using the link:
http://your.company.com/index.php?module=EmailTemplates&action=index
If this works, you can bookmark it in your browser, or even add it to the menus manually.
1 Like
Thanks pgr,
your suggested workaround is ok. However, I try to customize the code in order to use the email template like others first line module. Any idea?
The workaround proves that the module is available, it is not disabled, it is simply not in the menus.
To add an item to the menus you can customize this file
themes/SuiteP/tpls/_headerModuleList.tpl
or the equivalent for another theme.
1 Like
just what I searched for!