Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbReal Time & Date v1.0 Details »»
vbReal Time & Date v1.0
Version: 1.00, by PixelFx PixelFx is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 10-07-2003 Last Update: Never Installs: 2
Is in Beta Stage  
No support by the author.

vbReal Time & Date v1.0 (Forum Home)
JS Script by: PixelFX
Programmer: PixelFX

INTRODUCTION:
This hack adds a Real Time Clock & Date To your forumhome or where ever you choose.

FEATURES:
- Tells you the time, in real time
- Tells you the Date
- Tells you Day of the week
- Tells you Month of the year etc.
- Shows Users The Current Time on your forum in real time.

ADDONS:
welcome panel addon - coming shortly
vbhome template addon - coming shortly

VERSION SUPPORT: vb2.3.x

BACKUP:
As always, I'm not responsible if this mess's up your site, or damages anything please make sure you backup your site below you even think
about installing this. This is very much a beta hack. I've tested it on my own site, with and with out the welcome panel final hack and it works fine.

I spent most of today making this good learning experience... hope you enjoy.

INSTALL:
txt & files in .zip below

NOTE: FONT SIZE & TYPE CONTROLLED BY: <smallfont> in your admin cp, styles.

ENJOY:

PS: Please Click Install if you use this, Comments always welcome.

SCREENSHOT BELOW:

NOTE: there is a typo in my install.txt that asks you to find: <head> change it to find: </head>, and follow the rest of the instructions, and you should get a clean install

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-11-2003, 08:32 PM
bridger bridger is offline
 
Join Date: Jun 2002
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its a good hack! Though I might not get to use it as Ive fallen in love with vBB3 from an administration perspective. Hope there are future versions for that !

Regards,
Reply With Quote
  #23  
Old 10-12-2003, 04:37 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok i just installed the hack LOL yeah yeah im lazy. Anyways you have a typo which some people may not have noticed and may be the reason why Sonikku could not get the hack to work.

In your instructions you say---

FIND:
================================================
<head>
================================================

REPLACE WITH:
================================================
<script language="javascript" src="vbtime.js" type="text/javascript"></script>
</head>
================================================

Surely the </head> at the bottom should become <head>

I changed it to this during my installation and it works like a dream. I expect you made the error because you was tired as you explained at the beginin.

Hope im right lol, amazing hack works perfect for me
Reply With Quote
  #24  
Old 10-13-2003, 07:44 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks accually it should of been find: </head> and replace with

I'll fix that soon the main thing is to keep the

<script language="javascript" src="vbtime.js" type="text/javascript"></script>

somewhere between the <head> and </head> on the file

again I'll fix that soon... it would be lack of sleep

NOTE: hack release time 10-09-03, 04:30 AM
Reply With Quote
  #25  
Old 10-13-2003, 08:14 AM
NightWalk8r NightWalk8r is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, i figured how to get around it ^_^

just FYI

all i did was add another <body> infront of the <body onload...> and </body> after the origianl </body>

hopefully it would screw everything up.......it should right??
Reply With Quote
  #26  
Old 10-13-2003, 10:16 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've never seen a html template, or page with two body, and two closing tags doubled up. It might work, but I don't think it would validate with other systems. IE is farily lax in it's specification for what you can get away with in html coding ...

why not check out with google, w3schools, and see if that helps you with your problem or w3.org ...
Reply With Quote
  #27  
Old 10-13-2003, 03:58 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wudnt of thought u was allowed 2 <body> tags. Anyways i put the code mentioned above before the <head> and it works fine
Reply With Quote
  #28  
Old 10-13-2003, 04:07 PM
NightWalk8r NightWalk8r is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah.......the call to the script, u can put anywhere......it worked for me when it was above the <header> tag too
Reply With Quote
  #29  
Old 10-13-2003, 08:51 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm working on version of this script that uses php currently or attemping to

the goal is to have native real time in php and or using java
Reply With Quote
  #30  
Old 10-13-2003, 09:57 PM
NightWalk8r NightWalk8r is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool........update us on this......caz i dont like the idea of having 2 <body> tags -_-;
Reply With Quote
  #31  
Old 10-14-2003, 03:48 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still not sure why you need two body tags, less your trying to put the code out side of a template still I'm working on vbhome update as well. When I have a bit more time I'll make an update.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11: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.04896 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete