Hello,
I want to know what is the process to overidden a template in the new version of EB (5.0.20 or 21)
I found the tutorial in the documentation but when I tried to follow this tutorial I realized the the folder sctructure of the themes are different.
For example:
Creating php file overrides
Once you have created the folder above, you will need to copy the existing file over into the folder that you created earlier. For instance, if you need to create a file override for /components/com_easyblog/themes/default/blog.latest.php , you will need to copy the file to the following directory:
But in my server the folder sctructure is like this:
/components/com_easyblog/themes/nomad/blogs/latest/default.main.php
Cheers
I want to know what is the process to overidden a template in the new version of EB (5.0.20 or 21)
I found the tutorial in the documentation but when I tried to follow this tutorial I realized the the folder sctructure of the themes are different.
For example:
Creating php file overrides
Once you have created the folder above, you will need to copy the existing file over into the folder that you created earlier. For instance, if you need to create a file override for /components/com_easyblog/themes/default/blog.latest.php , you will need to copy the file to the following directory:
But in my server the folder sctructure is like this:
/components/com_easyblog/themes/nomad/blogs/latest/default.main.php
Cheers