vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Mini Mods - RepliClock Current date and time on main navbar (https://vborg.vbsupport.ru/showthread.php?t=317810)

BugOutGirl 04-09-2015 12:00 AM

thanks!

Replicant 04-26-2015 02:56 AM

A CSS collision was identified that causes the Message center to not display properly in responsive mode. The CSS has been corrected in the new version. To upgrade, download the XML file. Go to AdminCP >> Manage Products >> [Add/Import Product].
Click the allow overwrite checkbox after selecting the XML file.

JaySeeEm 08-27-2015 09:35 PM

PHP Code:

        // Added after seconds variable
        
var ampm >= 12 'PM' 'AM';
        
12;
        
12

You then need to add the ampm variable to the end of this line: ' + ampm added before ;

PHP Code:

        document.getElementById('time').innerHTML ":" ":" " " ampm

Incase anyone wants to display the time in the 12 hour format with am or pm.

If there is a better way, let me know!

- Justin

Replicant 08-28-2015 12:59 PM

Quote:

Originally Posted by JaySeeEm (Post 2553786)
PHP Code:

        // Added after seconds variable
        
var ampm >= 12 'PM' 'AM';
        
12;
        
12

Incase anyone wants to display the time in the 12 hour format with am or pm.

If there is a better way, let me know!

- Justin

Nice. I have an AM/PM version, I just never uploaded it since nobdy seamed too interested. Nice coding style. :up:

joshskeety 09-14-2015 07:30 PM

The only problem with that extra code is it doesn't say AM or PM, just the 12 hour time clock.. Not a big deal, and it works.. Thanks for taking the time to share both of yours...


All times are GMT. The time now is 04:36 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.01730 seconds
  • Memory Usage 1,736KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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