How can i hide the extern url download

Enthält archivierte Beiträge von Hotschi's Board zum Download MOD.
Posten ist hier nicht möglich, bitte das Supportforum dafür verwenden!
Gesperrt
Anonymous

How can i hide the extern url download

Beitrag von Anonymous »

That is.

I don´t want to show the url for a external download. Same for local download


Thanks
Anonymous

Beitrag von Anonymous »

Remove it in the .tpl file!
Anonymous

Beitrag von Anonymous »

just for stupid people against
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" class="nav">
<a href="{U_INDEX}" class="nav">{L_INDEX}</a>&nbsp;
{U_DL_TOP}
{U_DL_CAT}
</td>
</tr>
</table>

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thTop" nowrap="nowrap">{L_DOWNLOAD}</th>
<th class="thTop" nowrap="nowrap">{L_I}</th>
<th class="thTop" nowrap="nowrap">{L_NAME}</th>
<th class="thTop" nowrap="nowrap">{L_FILE_NAME}</th>
<th class="thTop" nowrap="nowrap">{L_SIZE}</th>
<th class="thTop" nowrap="nowrap">{L_KLICKS}</th>
</tr>
<!-- BEGIN downloads -->
<tr>
<td class="{downloads.ROW_CLASS}" align="center">{downloads.STATUS}</td>
<td class="{downloads.ROW_CLASS}" align="center"><span class="gen">{downloads.INFO}</span></td>
<td class="{downloads.ROW_CLASS}" align="left"><span class="gen">{downloads.DESCRIPTION}</span></td>
<td class="{downloads.ROW_CLASS}" align="left"><span class="gen">Download</span></td>
<td class="{downloads.ROW_CLASS}" align="right"><span class="gen">{downloads.FILE_SIZE}</span></td>
<td class="{downloads.ROW_CLASS}" align="center"><span class="gen">{downloads.FILE_KLICKS}</span></td>

</tr>
<!-- END downloads -->
<tr>
<td class="catbottom" colspan="8" height="28">&nbsp;</td>
</tr>
</table>

<br />

<!-- BEGIN userdata -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thTop" nowrap="nowrap" colspan="2">{L_ACCOUNT}</th>
</tr>
<tr>
<td width="50%" class="{userdata.ROW_2}" align="center"><span class="gen">{L_USERNAME}: </span></td>
<td width="50%" class="{userdata.ROW_1}" align="center"><span class="gen">{userdata.USER_NAME}</span></td>
</tr>
<tr>
<td width="50%" class="{userdata.ROW_2}" align="center"><span class="gen">{L_TRAFFIC}: </span></td>
<td width="50%" class="{userdata.ROW_1}" align="center"><span class="gen">{userdata.USER_TRAFFIC}</span></td>
</tr>
</table>
<!-- END userdata -->

<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="right" valign="top"></td>
</tr>
</table>

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="nav">{PAGE_NUMBER}</span></td>
<td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
</tr>
</table></form>

<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td valign="top" align="right">{JUMPBOX}</td>
</tr>
</table>

<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td align="center"><img src="{GREEN}" alt="{L_DL_GREEN_EXPLAIN}" /></td>
<td><span class="gensmall">{L_DL_GREEN_EXPLAIN}</span></td>
<td>&nbsp;&nbsp;</td>
<td align="center"><img src="{RED}" alt="{L_DL_RED_EXPLAIN}" /></td>
<td><span class="gensmall">{L_DL_RED_EXPLAIN}</span></td>
<td>&nbsp;&nbsp;</td>
<td align="center"><img src="{YELLOW}" alt="{L_DL_YELLOW_EXPLAIN}" /></td>
<td><span class="gensmall">{L_DL_YELLOW_EXPLAIN}</span></td>
<td>&nbsp;&nbsp;</td>
<td align="center"><img src="{GREY}" alt="{L_DL_GREY_EXPLAIN}" /></td>
<td><span class="gensmall">{L_DL_GREY_EXPLAIN}</span></td>
</tr>
</table>

just write it in the download_body.tpl
Gesperrt