Hello,
Please see:
https://www.jevents.net/frequently-asked-questions/customising-layouts
It should give you a good basis.
Many thanks
Tony
Thank you. I had already looked but I wasn't sure about the reference to templates/ja_purity as I'm not using the ja_purity template.
So, I have created duplicate folders - one as per the instructions in a ja_purity folder, but using 'month' instead of 'year' and another in my actual template folder (it_zen).
/public_html/templates/it_zen/html/com_jevents/default/month/calendar_body.php
/public_html/templates/it_zen/html/com_jevents/geraint/month/calendar_body.php
/public_html/templates/ja_purity/html/com_jevents/default/month/calendar_body.php
/public_html/templates/ja_purity/html/com_jevents/geraint/month/calendar_body.php
To test, I added an extra table row at line 26, adjusting the location as required and also on the original:
<tr valign="top">
<td>THIS IS public_html/components/com_jevents/views/default/month/tmpl/calendar_body php
</td>
</tr>
But nothing has changed on the front end.
In cPanel I searched for all instances of calendar_body.php and eventually found the correct one at /components/com_jevents/views/flat/month/tmpl/calendar_body.php
I added the code above in this original file after line 47 and sure enough it showed up on the front end. I then removed it.
For the override I created yet another new folder based on the original location: public_html/templates/it_zen/html/com_jevents/views/flat/month/tmpl/ but it doesn't work, either.
Please tell me where I should place the override file. Thank you.