automatic import of custom code #691
Replies: 1 comment 1 reply
-
This topic is either very simple or very complicated... I tried to explain in a number of tutorials.. of which you mentioned one. Not sure if you watched them all, but here is the list: Make sure to watch all these... and let me know if you have any further questions 👍 |
Beta Was this translation helpful? Give feedback.
-
Hello @Llewellynvdm
In some parts of my project I have to use custom codes (Automatic import of custom code during compilation) as you do in this video: https://www.youtube.com/watch?v=DFMfIl-VkSk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=32
The only difference is that I put the /[REPLACE<>$$$$]/ and /[/REPLACE<>$$$$]/ tags in the admin/components /com_myComponent /views/myViews/tmpl/default_body.php , but after compiling and installing the /[REPLACED$$$$]//x/ and /[/REPLACED$$$$]/ tags do not fit in the location I specified.
i'm doing this because of changes to the default_body.php file . is that correct? or can automatic custom code be used anywhere?
Beta Was this translation helpful? Give feedback.
All reactions