Reply To: Can the module handle multiple articles each with its own upload folder?

Support Home Page Forums Joomla Software Easy File Uploader Module Can the module handle multiple articles each with its own upload folder? Reply To: Can the module handle multiple articles each with its own upload folder?

#3317
Michael Gilkes
Keymaster

@RichardXWH. There are different ways to use the “Content – Load Modules” plugin that is builtin to Joomla 4. One way is to specify a position. So, you have to create a fictitious position in the module, and then say {loadposition my_fake_position}. Another way is to use the module ID, and type {loadmoduleid 232}, where 232 would be the id for an Easy Folder Listing module instance. Another way is to specify the module name, with the title and style as optional arguments: {loadmodule mod_easyfolderlisting, “My Title”, my_style}

I don’t know anything about {module title=”Files”} relating to displaying modules.