Hello,
I work with Joomla for many years now, but more as a user. I also more or less "hacked" into Joomla components code if I need to change something. So my knowledge about Joomla Coding is small.
However, I decided to go deeper into coding here and JCB is an impressive help with the demo components and all the tools it offer. Thanks a lot to deliver this for free! That's really amazing!
Now for my problem:
I would like to add a custom PHP library to a Site View soI can use the classes in there.
What I've tryed so far:
- I added my files to the folder "administrator/components/com_componentbuilder/custom/mylib" so I could add the folder to my library
- I created a new library with target folder "library" and "always add"
- In the SideView, I cannot add this library, I guess since it's not a media library like bootstrap etc.
=> First dead end for me
- I saw the possibility to add "Libs & Helpers" to the component, however, non of the options here looked promising
- I saw older methods to add libraries in the video, however, I also couldnt get them to work.
So, I'm kinda lost and dont know, where to get further support. I hope to get the following infos:
- If it is possible to add PHP Libraries an easy way with JCB. Looks like a part is still under dev (the part with target folder "libraries" instead of "media", an info about progress would surely be interesting
- Help where I can get more infos about how to add a PHP Library to a certain Site View or to the Component
Thanks a lot already for oyur help. Keep up the excellent work ^^