vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Local time in postbit (https://vborg.vbsupport.ru/showthread.php?t=300457)

DRJ 07-25-2013 10:55 PM

Local time in postbit
 
In vbulletin 3 I had the user's local time in the post bit and was using this:

GMT+$post[timezoneoffset]

I tried getting this to work in vbulletin 4 but not having much luck.

If I do {vb:raw $post[timezoneoffset]} I get a value but am not sure how to get the current time to add that value to. Also not sure about DST.

Is the user's local time a variable I can simply use for this purpose?

Thanks

Lynne 07-26-2013 02:15 AM

What *exactly* are you using in the postbit? You didn't actually write "GMT+$post[timezoneoffset]", so tell us exactly what you used to do and exactly what you have tried to do in vB4.

Amaury 07-26-2013 02:41 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=243379" target="_blank">User's Local Time and Date in Postbit and Profile for vB 4</a>

DRJ 07-26-2013 05:45 AM

It was based on a custom field that would show an image of the user's country flag and on hover would show the country name and the user's local time. This is what I had in postbit_legacy for 3.5.

Code:

<div class="smallfont">
Location: <img Title="$post[field8] (GMT+$post[timezoneoffset])"
src="http://www.vbaexpress.com/forum/images/flags/$post[field8] 3D.gif"
alt="" align="center" />

This was done a long time ago so I don't really recall how it was setup. Not sure if GMT was a custom variable, I searched the plugins and that text was not found.

--------------- Added [DATE]1374823196[/DATE] at [TIME]1374823196[/TIME] ---------------

{vb:raw post.localtime} seems to do what I want.


All times are GMT. The time now is 12:16 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.01073 seconds
  • Memory Usage 1,711KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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