
07-08-2003, 11:47 PM
|
 |
|
|
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
07-06-03 at 03:29 PM kreftt said this in Post #204
in your PRIVFOLDER template, find this:
Code:
$readreceiptsoption
</select> $gobutton</smallfont></td>
</form></tr>
</table>
</td>
</tr>
</table>
maybe it looks a bit different, but only a bit. in the next line you see a table starting with the cellpadding of 5. change this 5 to 0.
aditionally, place a directly after the code that i pasted above (means, directly before the beginning table where you changed the 5 to 0).
still in the PRIVFOLDER template you search for
Code:
$offlineusers
</td>
</tr>
</table>
</td></tr></table>
</td>
directly after that you paste
PHP Code:
<td width="10"> </td>
thats it
greetz
kreftt
|
I don't seem to have "$offlineusers" in my privfolder. Anything else I can search for?
|