- Posts: 33
- Thank you received: 0
Modul in content area
-
brandt.uwe
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
3 years 9 months ago - 3 years 9 months ago #48942
by brandt.uwe
Modul in content area was created by brandt.uwe
Hello and good day, in many areas you have been able to help me.
Now I face another problem. I want to add a module to the content area.
Is it possible to insert module positions directly into the content area?
Now I face another problem. I want to add a module to the content area.
Is it possible to insert module positions directly into the content area?
Last edit: 3 years 9 months ago by brandt.uwe.
Please Log in to join the conversation.
3 years 9 months ago #48943
by milos
Replied by milos on topic Modul in content area
Hello,
There are several ways to insert a module in a Joomla article: docs.joomla.org/How_do_you_put_a_module_inside_an_article%3F
I prefer to find out the module ID, make sure that the module is published on all menu items (it's in module parameters) and insert it with this code:
Change XX with the ID number of the module.
Regards,
MIlos
There are several ways to insert a module in a Joomla article: docs.joomla.org/How_do_you_put_a_module_inside_an_article%3F
I prefer to find out the module ID, make sure that the module is published on all menu items (it's in module parameters) and insert it with this code:
Code:
{loadmoduleid XX}
Change XX with the ID number of the module.
Regards,
MIlos
Please Log in to join the conversation.
Time to create page: 0.248 seconds