Keyword

Can´t add attachment link in Tag view

More
12 years 1 month ago - 12 years 1 month ago #101785 by Pedro
Hi!
When i use the view of items by tag i can´t display the attachment links to the files associated to the item like in the category view:
<?php foreach ($this->item->attachments as $attachment): ?>
                
                                <a style="padding-left: 18px;" title="<?php echo K2HelperUtilities::cleanHtml($attachment->titleAttribute); ?>" target="_blank" href="<?php echo $attachment->link; ?>#zoom=100">Programa completo
                                        <?php //echo $attachment->title ; ?>
                                </a>
                                <?php if($this->item->params->get('catItemAttachmentsCounter')): ?>
                                <span>(<?php echo $attachment->hits; ?> <?php echo ($attachment->hits==1) ? JText::_('K2_DOWNLOAD') : JText::_('K2_DOWNLOADS'); ?>)</span>
                                <?php endif; ?>
                        
                        <?php endforeach; ?>

it returns no link
hope someone can help me,

thanks in advance

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


Powered by Kunena Forum