Open uploaded pdf in new window

truyenslitho

Avatar: truyenslitho

2008-01-16 14:00

Hi, is there a way to modify the link of an uploaded document (pdf or Word doc) so it opens in a _blank window instead of replacing the website?
Thank You

» Quick.Cms v2.x

Willy

cgan

Avatar: cgan

2008-01-16 14:50

truyenslitho - in templates/pages_default.tpl find BEGIN FILES_LIST and END FILES_LIST and just add target"_blank" to the a element like this:
<a href="$config[dir_files]$aData[sFileName]" target="_blank">$aData[sFileName]</a>

truyenslitho

Avatar: truyenslitho

2008-01-16 15:40

cgan, works great! I knew it must be possible, but did'nt kwow where to look for it. Thanks!

Willy

Back to top
about us | contact