PDA

View Full Version : Integration with vBulletin - Live Clock & Date in Navbar


Magnumutz
01-20-2009, 10:00 PM
Please mark as "Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=202551)" if you use this modification, thanks !


Okay, here's a little something i did for my forum, cuz i just wanted a place where to look for the right time.

See the attached screenshot for a demo.

Install instructions:

Edit the navbar template under Navigation / Breadcrumb Templates and search for:

<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
</div>
Right under that, add:
<div class="smallfont">
<script type="text/javascript" language="javascript" src="clientscript/date_clock.js"></script>
<script type="text/javascript" language="javascript">dT();</script>
</div>
In the same template search for:

<!-- / login form -->
Right under that, add:

<div class="smallfont" align="center">
<script type="text/javascript" language="javascript" src="clientscript/date_clock.js"></script>
<script type="text/javascript" language="javascript">dT();</script>
</div>
Upload date_clock.js to your clientscript folder.

That's it ;)

26th January: Added a 12 hour format package.
18th February: Updated Installation Instructions, fixed guest view alignment and moved the Bold version into the first post.

Please mark as "Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=202551)" if you use this modification, thanks !

GSeybold
01-23-2009, 01:59 AM
Hi Mag,

I can't find this.

<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
</div>
Not showing up in my navbar temp.

Can you advise?

Thanks so much

Gabby

Magnumutz
01-23-2009, 06:24 AM
Well, that's probably cuz you have a custom template?
Could you provide me with a link to the style your trying to install on, your forum?
I will be more than happy to help you out.

Dingo14
01-23-2009, 08:17 AM
try looking for just this bit <if condition="$show['pmwarning'] and you will see the rest

GSeybold
01-23-2009, 10:29 PM
Hi Mag,
Thank you very much for your reply. I'm using the "Feeling Blue" design from here. I tried looking for the code on my default and I got the same error. I'm not tech savey so I'm sure it's something I'm doing wrong.

Thank Dingo. I'll go and try ths now.

Gabby


\Well, that's probably cuz you have a custom template?
Could you provide me with a link to the style your trying to install on, your forum?
I will be more than happy to help you out.

Magnumutz
01-24-2009, 09:36 AM
I can't seem to find it GSeybold, could you please post a link?

elbais
02-04-2009, 07:23 PM
good idea, thanks...

installed;)