Can´t add attachment link in Tag view

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Aug 17, 2012 10:25 am
Hi!
I'm using the latest versions of joomla and k2.
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:

Code: Select all
<?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, i think it can be because of the DB query.
hope someone can help me,

thanks in advance
User avatar
Fresh Boarder

teitbite
Sun Aug 19, 2012 11:23 am
Hi

Code looks correct but are you sure item is keepin this information in tag view ? Please make a dump of full item value and check if this information is there. What file are you editing?
User avatar
Moderator


cron