Keyword

Show attachment in latest_item.php

  • Daniel Perez
  • Daniel Perez's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #89938 by Daniel Perez
Show attachment in latest_item.php was created by Daniel Perez
I'm try to add this code to show attachments files in latest_item.php but not working!

 

      <?php foreach ($this->item->attachments as $attachment): ?>       <a title="<?php echo htmlentities($attachment->titleAttribute, ENT_QUOTES, 'UTF-8'); ?>" href="<?php echo JRoute::_('index.php?option=com_k2&view=item&task=download&id='.$attachment->id); ?>">        <?php echo $attachment->title ; ?>       </a>       <?php if($this->item->params->get('catItemAttachmentsCounter')): ?>       <span>(<?php echo $attachment->hits; ?> <?php echo (count($attachment->hits)==1) ? JText::_("download") : JText::_("downloads"); ?>)</span>       <?php endif; ?>      <?php endforeach; ?>

 

 

How i'm doing wrong?

Thanks in advanced!

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


Powered by Kunena Forum