Enkel download link bij attachment mod

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
chic0
Berichten: 63
Lid geworden op: 15 mei 2006, 00:51
Locatie: Sint-Truiden
Contacteer:

Enkel download link bij attachment mod

Bericht door chic0 » 04 okt 2006, 14:25

Hallo,

Dit is het resultaat van mijn attachment mod:
Afbeelding

1. Je ziet dat in firefox de buttons onderaan overlappen met de attachment statistieken. Waar ligt dit aan?
2. Kan ik in plaats van alle info alleen de download link laten staan? Ik vind het wat druk zo..

Alvast bedankt!

Groeten

chic0
Berichten: 63
Lid geworden op: 15 mei 2006, 00:51
Locatie: Sint-Truiden
Contacteer:

Bericht door chic0 » 04 okt 2006, 22:36

Niemand?

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 05 okt 2006, 20:03

Dat gaat, daarvoor moet je

Code: Selecteer alles

	<!-- BEGIN attachrow -->
	<div align="center"><hr width="95%" /></div>
	<table width="95%" border="1" cellpadding="5" cellspacing="0" class="attachtable" align="center">
	<tr>
		<td width="100%" colspan="3" class="attachheader" align="center"><b><span class="gen">{postrow.attach.attachrow.DOWNLOAD_NAME}</span></b></td>
	</tr>
	<tr>
		<td width="15%" class="attachrow"><span class="genmed">&nbsp;{L_DESCRIPTION}:</span></td>
		<td width="75%" class="attachrow">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" align="center">
			<tr>
				<td class="attachrow"><span class="genmed">{postrow.attach.attachrow.COMMENT}</span></td>
			</tr>
			</table>
		</td>
		<td rowspan="4" align="center" width="10%" class="attachrow">{postrow.attach.attachrow.S_UPLOAD_IMAGE}<br /><a href="{postrow.attach.attachrow.U_DOWNLOAD_LINK}" {postrow.attach.attachrow.TARGET_BLANK} class="genmed"><b>{L_DOWNLOAD}</b></a></td>
	</tr>
	<tr>
		<td width="15%" class="attachrow"><span class="genmed">&nbsp;{L_FILENAME}:</span></td>
		<td width="75%" class="attachrow"><span class="genmed">&nbsp;{postrow.attach.attachrow.DOWNLOAD_NAME}</span></td>
	</tr>
	<tr>
		<td width="15%" class="attachrow"><span class="genmed">&nbsp;{L_FILESIZE}:</span></td>
		<td width="75%" class="attachrow"><span class="genmed">&nbsp;{postrow.attach.attachrow.FILESIZE} {postrow.attach.attachrow.SIZE_VAR}</td>
	</tr>
	<tr>
		<td width="15%" class="attachrow"><span class="genmed">&nbsp;{postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td>
		<td width="75%" class="attachrow"><span class="genmed">&nbsp;{postrow.attach.attachrow.L_DOWNLOAD_COUNT}</span></td>
	</tr>
	</table>
	<div align="center"><hr width="95%" /></div>
	<!-- END attachrow -->
aanpassen in templates/xxx/viewtopic_attach_body.tpl
Afbeelding

Gesloten