Change the flash clock in your portal to a html Script clock

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.
Locked

Topic author
Terr0r
Active Member
Posts: 6
Joined: 29. June 2011 15:32
phpBB.com User: Terr0r

Change the flash clock in your portal to a html Script clock

Post by Terr0r »

Change the flash clock in your Board3 Portal to a html Script clock

Author Terr0r

prosilver
open styles/prosilver/template/portal/block/clock.html


This code can you also to use to your own style

Find:

Code: Select all

<object type="application/x-shockwave-flash" data="{T_THEME_PATH}/images/portal/board3clock.swf" width="140" height="140">
<param name="wmode" value="transparent" />
<param name="movie" value="{T_THEME_PATH}/images/portal/board3clock.swf" />
</object>
Replace with:

Code: Select all

    <div style="width:140px;margin-left:auto;margin-right:auto;">
    <script type="text/javascript">var clocksize='100';</script>
    <script type="text/javascript" src="http://gheos.net/js/clock.js"></script>
    </div>
Demo
Image

enjoy whit this code

Greets Terr0r
Locked

Return to “board3 Portal v1.0.x - Modifications in Dev”