MyBB Community Forums

Full Version: 257 - Downloads Section 1.5.1?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to get the file download to open in a new window when you click "Download File" (Target=_Blank)?

This is what i've tried.

<td class=\"trow1\" align=\"center\"><a href=\"\$download[url]\" target=\"\blank\">Download File</a></td>
your code is invalid, try this:
<td class=\"trow1\" align=\"center\"><a href=\"$download[url]\" target=\"_blank\">Download File</a></td>
Nope that didn't work.