Keyword

Display SIG PRO gallery in module?

  • Matbev
  • Matbev's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #135701 by Matbev
Display SIG PRO gallery in module? was created by Matbev
It is possible to display items image gallery (SIG PRO - for K2) in the module instead inside an item?


I inserted this code into a CUSTOM HTML module:

<?php if($this->item->params->get('catItemImageGallery') && !empty($this->item->gallery)): ?>
<div class="itemImageGallery">
<h3><?php echo JText::_('K2_IMAGE_GALLERY'); ?></h3>
<?php echo $this->item->gallery; ?> </div>
<?php endif; ?>


But obviosly nothing happened :)

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 8 months ago #135755 by Krikor Boghossian
Replied by Krikor Boghossian on topic Display SIG PRO gallery in module?
You need to enter the gallery's snippet eg
{gallery}demos/galleries/abstract{/gallery}
in order to show the gallery.
Also make sure that the Prepare Content setting is enabled.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum