Hey,
I'm digging in the forums and also on the web but it's impossible to find out how the component overwrite acutally works. The descriptions are misleading and also incorrect. Sorry to say that but the public documentation is also sometimes wrong or it does not work how it is stated there. However, nevermind. So I want do kindly ask that you please tell me how to overwrite a component php file for a theme e.g. "default". I know that the overrides should be placed in the template folder
e.g.
/template/html/com_events/...
so far so good but how is the relative path from this location?! I want to override:
/components/com_jevents/views/default/icalevent/tmpl/detail_body.php
I tried nearly every path under the above decribed template location but nothing works and I'm really tired of trial and error every possiblity because the component path overrides seem to not follow any typical rules. So please tell me where to place php files from a jevents theme in the template folder.
because what not works is
/template/html/com_events/views/default/icalevent/tmpl
/template/html/com_events/default/icalevent/tmpl
/template/html/com_events/icalevent
and many others I already tried. I do understand that you need memberships to support your work and to further get money for the development of this great plugin. However please understand my critiscm because it's very annoying to override some stuff in the plugin when you first have to try 20 different folder locations because nothing follows a general rule, because what is stated in the documentation is simply wrong or outdated. So once and forall post at least the basic locations for the component overrides because from google there can be found at least 5 different posts (not only on this board) concerning this topic but the answer are often not sufficent. That won't get you less memberships but would help developers to extend or modify the core files. Thx in advance.
Edit:
The correct location would be
/template/html/com_events/default/icalevent
and it was my fault Oo. Maybe some caching problem because i'm sure i tried this location first :/