2012-06-06, 06:26 AM
2012-06-06, 07:10 AM
I take it your using this plugin?
If so:
AdminCP => Templates and style => Templates => Your template set => Post Bit Templates => Postbit_attachments_attachment
Please post your code here.
~ David
If so:
AdminCP => Templates and style => Templates => Your template set => Post Bit Templates => Postbit_attachments_attachment
Please post your code here.
~ David
2012-06-08, 10:59 AM
<br />{$attachment['icon']} <a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$lang->postbit_attachment_size} {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']} {$attachment['whodownload']})
2012-06-08, 11:31 AM
Try add another bracket at the end, like this:
<br />{$attachment['icon']} <a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$lang->postbit_attachment_size} {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']} {$attachment['whodownload']}))
2012-06-08, 12:02 PM
I will check that...
But one problem also in counting.
As if i click on download it 5 time than it will count 5 download...but i want one count for one user even if he click on download link 1000 times..
Is it possible????
But one problem also in counting.
As if i click on download it 5 time than it will count 5 download...but i want one count for one user even if he click on download link 1000 times..
Is it possible????