Hi
I have been using easy blog for quite some time now and template overring it something I use with every build I do. However I can't seem to figure out how to do it in the latest version. In the documentation it says:
This file
/components/com_easyblog/themes/default/blog.latest.php
Is overriden like this
/templates/mytemplate/html/com_easyblog/blog.latest.php
However there is no such thing as the default theme in the new version of easyblog. I am trying to override the frontpage theme which I believe is located here:
com_easyblog/themes/wireframe/blogs/latest/default.main.php
Which I am trying to override like this but it doesn't seem to work:
templates/templatename/html/com_easyblog/default.main.php
Could you please explain how tmeplate overriding work now because the documenation doens't seem to be correct.