vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Home Enhancements - Analog clock in navbar (https://vborg.vbsupport.ru/showthread.php?t=201558)

steve1966 01-11-2009 10:00 PM

Analog clock in navbar
 
1 Attachment(s)
This will add an anolog clock to the right of the navbar

The Analog Clock shows in realtime, what time it is in your region.

More info and screenshot visit

http://www.gheos.net/js/clock/



Find in Navbar

Code:

[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%">
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">

Replace with
Code:

[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%"><span style="float:$stylevar[right]">
                        <SCRIPT LANGUAGE="JavaScript">var clocksize=40;</SCRIPT>
<SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT>
                </span>
               
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">

Note you can change the size of the clock ie clocksize=40

NGUYENDUCTRUONG 01-13-2009 12:34 AM

thanks for share :D

SuperTaz 01-13-2009 01:14 AM

I made a module for vBadvanced using this. Thank you. Works good.

Player-63 01-13-2009 03:08 AM

Nice, Been looking for something like this for a while now. But i have a very dark skin. Anyone seen a light analog clock around?

SuperTaz 01-13-2009 05:26 AM

<a href="http://www.worldtimeserver.com/clocks/wtsclock001.aspx" target="_blank">http://www.worldtimeserver.com/clocks/wtsclock001.aspx</a>

killerkraft 01-13-2009 08:32 AM

Very simple and effective.

***** Installed

adhmwagde 01-13-2009 09:40 AM

gracias :D

Coleccromos 01-13-2009 05:32 PM

Thank you very much and running on version 3.7.4
Installed!!

AURFSCAN 01-19-2009 06:26 PM

1 Attachment(s)
Hi steve1966
I was using another clock at one stage, but with your clock

I did this


Find in Navbar


Code:

<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
                </div>
</td>


Add below


Code:

<!-- Clock -->
 <td class="alt2">
<div align="center"> 
<SCRIPT LANGUAGE="JavaScript">var clocksize='45';</SCRIPT>
<SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT>
</div></td>
      <!-- / Clock -->


steve1966 01-20-2009 10:56 AM

Quote:

Originally Posted by AURFSCAN (Post 1718119)
Hi steve1966
I was using another clock at one stage, but with your clock

I did this


Find in Navbar


Code:

<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
                </div>
</td>


Add below


Code:

<!-- Clock -->
 <td class="alt2">
<div align="center"> 
<SCRIPT LANGUAGE="JavaScript">var clocksize='45';</SCRIPT>
<SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT>
</div></td>
      <!-- / Clock -->


thank you that is much better :)


All times are GMT. The time now is 06:48 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01541 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete