3
Just to tease a bit
here follows the template where I GUESS the call for the direct download must be issued.
x_movie_view.html
<{include file="db:x_movie_navi.html"}>
<center>
<table>
<tr><td><{$popvideo}>td>tr>
<tr><td align="center"><{$link.player}>td>tr>
<tr><td align="center"><{$link.bottombanner}>td>tr>
table>
center>
<table>
<th><{$link.adminlink}><{$link.title}>th>
<tr><td>
<table>
<tr><td width="40%">
<table>
<tr><td class="odd"><b><{$lang_submitter}>b>td><td class="even"><{$link.submitter}>td>tr>
<tr><td class="odd"><b><{$lang_rating}>b>td><td class="even"><a href="ratemovie.php?cid=<{$link.cid}>&lid=<{$link.id}>"><img src="images/rate<{$link.rate}>.gif" border="0" alt="<{$link.rating}>" title="<{$link.rating}>"width="66" height="14">td>tr>
<tr><td class="odd"><b><{$lang_size}>b>td><td class="even"><{$link.size}>td>tr>
<tr><td class="odd"><b><{$lang_hits}>b>td><td class="even"><{$link.hits}>td>tr>
<{if $link.embed}>
<tr><td class="odd"><b>EMBED:b>td><td class="even"><{$link.embed}>td>tr>
<tr><td class="odd"><b>Download:b>td><td class="even">td>tr>
<{/if}>
<{if $link.videoget}>
<tr><td class="odd" colspan="2" align="center"><{$link.videoget}>td>tr>
<{/if}>
table>
td>
<td width="60%"><{$lang_description}><HR class="x_movie_hr"><{$link.description}>td>tr>
table>
td>tr>
table>
<div style="text-align: center; padding: 3px; margin:3px;">
<{$commentsnav}>
<{$lang_notice}>
div>
<div style="margin:3px; padding: 3px;">
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
div>
<{include file='db:system_notification_select.html'}>
and here the partial commented line where i´m doing my try
<tr><td class="odd"><b>Download:b>td><td class="even">td>tr>
the $link.pathinfo_url is not working as expected