vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Display Custom Date & Time on vB4 Navigation Bar (https://vborg.vbsupport.ru/showthread.php?t=309871)

aaronhaul 03-25-2014 08:13 AM

Display Custom Date & Time on vB4 Navigation Bar
 
1 Attachment(s)
Hello Friends,

How do I display a custom Datestamp and Timestamp on the Navigation bar that will automatically updates with vBulletin Date/Time stamp php functions?

See below picture for detail position and format:
https://vborg.vbsupport.ru/attachmen...1&d=1395735474

Any ideas on how to make this work? I couldn't find any mod or anyone who has raised similar topics.

This is a php script that I have tested in my server and it works, but I do not know where to include it on the navigation bar as on the image:
PHP Code:

<?php
$hourdiff 
"8"// hours diff btwn server and local time
$vbdate date("l, d F Y - h:i A"time() + ($hourdiff 3600));
print (
"$vbdate");
?>

This is return message:
Please advise.

Peter Cook 04-12-2014 11:51 AM

Nice page! How did you get a navigation bar with images? Sorry for the hijack

BBNZowner 04-13-2014 03:37 AM

It's a custom theme by PixelGoose... one I use.

It's probably in the Navbar template
HTML Code:

        <ul class="floatcontainer">
or something like that

You might be better off finding an html clock script online though


All times are GMT. The time now is 10:26 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.00917 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete