Forum
Show TF Learn content inside of a module
Hello! I am wondering how I can put TF Learn content inside of a module or article. Specifically, I would like to output the content of, say: mysite.com/component/tflearn/?view=path&id=1 Inside a module.
I read online that I can put this inside an Iframe. Is that an option?
Thanks,
All right, after a Lot of vibe coding, and going through the Module tutorial (AI only knows how to code Joomla! 3 modules it seems) I managed to get a module working that displays just the path of a specific course:https://daloonix.cloudaccess.host/index.php/courses/paths
Now when the user is viewing all of their courses or their scores, they can simply click on the module to jump to a lesson they have access to. Neat.
I have no idea how to get the language strings to work without including them in a separate language file, though. Apparently they are imported through a CSV file, which doesn't seem to be a standard way to load languages. If you could share how to load language strings in this way I would be grateful.