Keyword

[SOLVED] Anchors to gallery & media from k2 content module

  • ranibb
  • ranibb's Avatar Topic Author
  • Offline
  • New Member
More
10 years 7 months ago - 10 years 7 months ago #125416 by ranibb
Hi,

What is the code that I need to insert in /modules/mod_k2_content/tmpl/Default/default.php to have anchors link to both gallery & media in item page?

Thanks,
Rani

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

More
10 years 7 months ago #125417 by Lefteris
Hi. Try this:
<?php if($item->video):?>
<a class="itemVideoLink" href="<?php echo $item->link; ?>#itemVideoAnchor"><?php echo JText::_('K2_MEDIA'); ?></a>
<?php endif; ?>

<?php if($item->gallery):?>
<a class="itemImageGalleryLink" href="<?php echo $item->link; ?>#itemImageGalleryAnchor"><?php echo JText::_('K2_IMAGE_GALLERY'); ?></a>
<?php endif; ?>

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

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

  • ranibb
  • ranibb's Avatar Topic Author
  • Offline
  • New Member
More
10 years 7 months ago #125418 by ranibb
Thank you. :)

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

More
10 years 7 months ago #125419 by Lefteris
You are welcome.

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