Quote:
Originally Posted by Tyegurl
gmtimage.php needs to be where your vbulletin folders are...which looks like you installed it in the forum root....is there where vbulletin is?
eidt sure is.....okay well let me know how it goes.
make sure you find Member Info Template
and replace:
Code:
<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>
$footer
|
The vbulletin files are in includes and I placed the file there and made certain I made the template edit. Still a red x. Do all the files need to go where the vbulletin files are or just the gmtimage.php one? Thanks.