organik81
09-04-2005, 10:00 PM
What does this extension ?
- I uploaded a screenshot about this. I think it's clear. :glasses:
Note : I tested it on internet explorer and Opera ; with internet explorer working well ; but with Opera, the swf clock didn't work..
- Upload the "clock_calendar.swf" in your parent "forum" directory.
- In FORUMHOME template, change all of codes between these lines;
<!-- icons and login code -->
...
...
<!-- / icons and login code -->
With these below;
<table cellpadding="0" cellspacing="2" border="0" width="100%" align="center">
<tr valign="bottom">
<td align="center">
<table cellpadding="2" cellspacing="0" border="1" bordercolor="#416E88">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_new_posts]</td>
<!-- clock -->
<td rowspan="4"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="147" height="139" align="center" border="0" hspace="1">
<param name=movie value="http://www.yoursite.com/forum/clock_calendar.swf">
<param name=quality value=High>
<param name=bgcolor value=FFFFFF>
<param name="wmode" value="F6F8FA">
<param name="menu" value="0">
<param name="_cx" value="3836">
<param name="_cy" value="3678">
<param name="FlashVars" value>
<param name="Src" value="http://www.yoursite.com/forum/clock_calendar.swf">
<param name="Play" value="0">
<param name="Loop" value="0">
<param name="SAlign" value>
<param name="Base" value>
<param name="AllowScriptAccess" value="always">
<param name="Scale" value="ExactFit">
<param name="DeviceFont" value="-1">
<param name="EmbedMovie" value="0">
<param name="SWRemote" value>
<param name="MovieData" value>
<embed src="http://forum.ex-zone.com/modules/clock_calendar.swf" quality=high bgcolor=#B8B8F2 WIDTH="135" HEIGHT="135" wmode="transparent" ALIGN="center" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" menu="false"></EMBED></object></td>
</tr>
<!-- / clock -->
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_no_new_posts]</td>
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_is_closed_for_posting]</td>
</td></tr>
</table>
</td>
</tr>
</table>
- In the codes (abowe) find this (2 times) ; And rename (correct) the green codes like your site.
http://www.yoursite.com/forum/clock_calendar.swf
- In footer template find and erase these codes (optional - this will remove the default vBulletin clock) ;
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
- I uploaded a screenshot about this. I think it's clear. :glasses:
Note : I tested it on internet explorer and Opera ; with internet explorer working well ; but with Opera, the swf clock didn't work..
- Upload the "clock_calendar.swf" in your parent "forum" directory.
- In FORUMHOME template, change all of codes between these lines;
<!-- icons and login code -->
...
...
<!-- / icons and login code -->
With these below;
<table cellpadding="0" cellspacing="2" border="0" width="100%" align="center">
<tr valign="bottom">
<td align="center">
<table cellpadding="2" cellspacing="0" border="1" bordercolor="#416E88">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_new_posts]</td>
<!-- clock -->
<td rowspan="4"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="147" height="139" align="center" border="0" hspace="1">
<param name=movie value="http://www.yoursite.com/forum/clock_calendar.swf">
<param name=quality value=High>
<param name=bgcolor value=FFFFFF>
<param name="wmode" value="F6F8FA">
<param name="menu" value="0">
<param name="_cx" value="3836">
<param name="_cy" value="3678">
<param name="FlashVars" value>
<param name="Src" value="http://www.yoursite.com/forum/clock_calendar.swf">
<param name="Play" value="0">
<param name="Loop" value="0">
<param name="SAlign" value>
<param name="Base" value>
<param name="AllowScriptAccess" value="always">
<param name="Scale" value="ExactFit">
<param name="DeviceFont" value="-1">
<param name="EmbedMovie" value="0">
<param name="SWRemote" value>
<param name="MovieData" value>
<embed src="http://forum.ex-zone.com/modules/clock_calendar.swf" quality=high bgcolor=#B8B8F2 WIDTH="135" HEIGHT="135" wmode="transparent" ALIGN="center" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" menu="false"></EMBED></object></td>
</tr>
<!-- / clock -->
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_no_new_posts]</td>
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_is_closed_for_posting]</td>
</td></tr>
</table>
</td>
</tr>
</table>
- In the codes (abowe) find this (2 times) ; And rename (correct) the green codes like your site.
http://www.yoursite.com/forum/clock_calendar.swf
- In footer template find and erase these codes (optional - this will remove the default vBulletin clock) ;
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>