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)

boothole 01-04-2010 02:00 AM

Great job - Not one problem for a change... :)

BTW: The .js "to copy" is here -> http://gheos.net/js/clock.js

Miss Chatterbox 01-04-2010 01:47 PM

Installed and working perfectly thank you! :)

Black Tiger 01-04-2010 02:50 PM

Quote:

Originally Posted by Birute
where is the js and swf to copy?

That doesn't matter. Anywhere in your public_html or forum directory. You just need to point to it from the script line. For example if you put it in your forums directory, it would look like this:
Code:

<SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT>
must be changed to:
Code:

<SCRIPT SRC="http://www.yourdomain.com/forums/clock.js"></SCRIPT>
Don't forget to edit the clock.js so it points correctly to your swf file.;)

captkirk 01-20-2010 02:24 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 -->


This clock code is very cool, thanks and bookmarking it.

vefalidostlar 01-25-2012 12:10 PM

thank you

dizzynation 01-27-2012 06:03 AM

Can I place multiple clocks at top header? Like one for West Coast - Central - East Coast

For a filmmaker forum, thought it would be really cool to show people the times


All times are GMT. The time now is 02:50 PM.

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.01152 seconds
  • Memory Usage 1,729KB
  • 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
  • (4)bbcode_code_printable
  • (2)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
  • (6)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