MyBB Community Forums

Full Version: Attachment :D
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Demo: Click

postbit_attachment
<br><br>

<table cellspacing="0" cellpadding="0" border="0" width="$theme[tablewidth]" align="center">
<tr>
<td class="tborder">

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead" colspan="2"><small><b>Attachment</b></small></td>
</tr>

<tr>
<td class="trow2" width="10%"><center><img src="$theme[imgdir]/$attachicon"></center></td>

<td class="trow1" width="90%"><small>
<b>Download:</b> <a href="attachment.php?tid=$tid&pid=$post[pid]" target="_blank">$post[filename]</a><br>

<b>Filesize:</b> $post[filesize]<br><br>

<b>Downloaded:</b> $post[downloads] time(s).</small></td>
</tr>
</table>

</td></tr></table>

postbit_attachment_awaitingvalidation
<br><br>

<table cellspacing="0" cellpadding="0" border="0" width="$theme[tablewidth]" align="center">
<tr>
<td class="tborder">

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead" colspan="2"><small><b>Attachment</b></small></td>
</tr>

<tr>
<td class="trow1" width="90%"><small><b>This attachment is awaiting validation!</b></small></td>
</tr>
</table>

</td></tr></table>

postbit_attachment_image
<br><br>

<table cellspacing="0" cellpadding="0" border="0" width="$theme[tablewidth]" align="center">
<tr>
<td class="tborder">

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead" colspan="2"><small><b>Attachment</b></small></td>
</tr>

<tr>
<td class="trow2" width="10%"><center><img src="$theme[imgdir]/file_image.gif"></center></td>

<td class="trow1" width="90%"><small>
<b>Download:</b> <a href="attachment.php?tid=$tid&pid=$post[pid]" target="_blank">$post[filename]</a><br>

<b>Filesize:</b> $post[filesize]<br><br>

<b>Downloaded:</b> $post[downloads] time(s).</small></td>
</tr>
</table>

</td></tr></table>

Very nice. Smile
excellent alteration indeed. Thanks for the html change. Looks much better.Smile
Wow, that looks fairly nice.. as well as unique... Nice work Smile
Oooh, very slick! I like it.
That looks good Smile A nice alteration indeed
Thanks for the comments.. sorry the first post was soooo content-less... i only had 3 minutes left on the library computer.
Dale - from Demo looks nice - but where do i find the code? In the templates?
TedoDude Wrote:Dale - from Demo looks nice - but where do i find the code? In the templates?

You can't find it, you just replace the entire template specified.

Installed at myBB Templates.

Thanks.
is possible convert tio rc4?
Pages: 1 2