Quote:
Originally Posted by Lynne
Well, what is the code you added? What is the name of that variable? Did the modification have to use a plugin to grab the date? Probably the same plugin can be used to do an ORDER BY dateline (or whatever the variable is called).
|
Hi Lynne,
I have added no code as I have not found any code to do that.
Here is the attachment code that should be modified :
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vbphrase[attachments] - $vboptions[bbtitle]</title>
</head>
<body onload="self.focus()" style="margin:0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="3">
$vbphrase[attachments]
</td>
</tr>
<tr>
<td class="thead">$vbphrase[attachment]</td>
<td class="thead">$vbphrase[size]</td>
<td class="thead">$vbphrase[views]</td>
</tr>
$attachments
<tr>
<td class="tfoot" colspan="3" align="center"><div class="smallfont">
<a href="#" onclick="opener.location=('showthread.php?$session[sessionurl]t=$threadid'); self.close();"><strong>$vbphrase[show_thread_and_close_window]</strong></a>
</div></td>
</tr>
</table>
</body>
</html>