How can I load a module by name instead of id in JSE?

280 Views Asked by At

I wants to load a module by name like {loadmodule mod_custom, module_name} instead of id like {loadmoduleid 96}.

Can you please suggest where I will get these settings in the JCE Editor so that JCE editor can load modules by name?

1

There are 1 best solutions below

0
On

You can use {loadmodule your_module_name} instead of {loadposition}. IF you are using a single module you can just put the name there or else if you have many types of same module with different names you can try a different variation of loadmodule like

{loadmodule mod_modulename title}

mod_modulename = your module Type like for joomla login we have mod_login

title = Your module name that you have given for module.