• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: {loadmoduleid xxx} won't work in Description box

{loadmoduleid xxx} won't work in Description box 1 year 1 week ago #42742

  • lking
  • lking's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
Hello,

May I know if anyone knows how whats the reason the {loadmoduleid xxx} won't show up when included in entry description? The content plugin is enabled, module assigned to show on all pages, also we have done this in previous version and it worked.

Basically we have different modules that need to be included in every entry and support told to include the following codes using template override, but how are we going to implement this if we have multiple different modules that need to be shown in different entries? Why can't just allow {loadmoduleid xxx} in description but need to go through template override?

<?php echo JHTML::_('content.prepare', '{loadmoduleid XXX}'); ?>

Any ideas?

Regards!
The administrator has disabled public write access.

{loadmoduleid xxx} won't work in Description box 9 months 1 week ago #42854

Not sure if this helps but I had problems loading modules in overrides with loadmoduleid, solved by adding a position below-filter in the module

<div><?php echo JHtml::_('content.prepare', '{loadposition below-filter}'); ?></div>
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!