REQ: World clock and currency info plugin

cHeGa

New Member
Hi,i need this plugins:

World Clock on your forum - vBulletin.org Forum

and

If someone know some currency info plugin for vb 3.7.4 i would be greatful.I have "Forex Currency Pairs Live Toolbar" but when i install it it says: Unable to inject stock market information. Please consult the installation documents for a possible solution.

Thanx in advance.
 
i made this for my board becous a can't trust the server clock so i just use the world clock witch is allways right

So in your AdminCP/Styles & Templates/Style Manager then Expand Templates
and then in click on forum home templates and then FORUMHOME template then

find

Code:
$header

and below add



Code:
<DIV ALIGN=CENTER> 
your code of world clock  
</DIV>

code look's like this

Code:
<iframe src="http://free.timeanddate.com/clock/i11meuiw/n179" frameborder="0" width="82" height="18"></iframe>

and you are done


Note you can have the code on what ever page you want



Code:
http://www.timeanddate.com/worldclock/


hope you all like it's very simple
 
Back
Top