Hi, newbie here! I have 3.6.4 and got the XML part and the ftp upload part done. I am trying to edit the MEMBERINFO but mine is a bit different from the code provided.
Mine:
Quote:
</tr>
</table>
$footer
</body>
</html>
|
Yours:
Where do I put this code?
Quote:
<tr>
<td class="tcat" width="50%">$vbphrase[timezone_image]</td>
</tr>
<tr valign="top">
<td class="panelsurround" align="center">
<div class="panel">
<div align="$stylevar[center]">
<img src="gmtimage.php?gmt=$userinfo[timezoneoffset]&localtime=$userinfo[localtime]&localdate=$userinfo[localdate]#gif.gif" alt="$vbphrase[timezone_image]"/>
</div>
</div>
</td>
</tr>
</table>
<br />
$footer
|