The Arcive of vBulletin Modifications Site. |
|
Time below the avatar Details »»
|
|||||||||||||||||||||||||||||
the time in the postbit or postbit_legacy below of the avatar
accdecer ACP > styles and templates > the postbit template > Postbit or postbit_legacy in the template postbit: To find: Code:
<div class="userinfo<vb:if condition="!$show['avatar']">_noavatar</vb:if>">
<div class="contact">
<vb:if condition="$show['avatar']">
<a class="postuseravatarlink" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<vb:if condition="$post.avatarurl">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
<vb:else />
<img src="{vb:stylevar imgdir_misc}/unknown.gif" />
</vb:if>
</a>
</vb:if>
Code:
<!--TAB HORA--><div class="eti_postbit"> <div align="center"> <SCRIPT LANGUAGE="JavaScript">var clocksize='45';</SCRIPT> <SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT> </div></div> <!--TAB HORA END--> ---------------------------------------------------------------------------------- in the template postbit_legacy: To find: Code:
<vb:if condition="$show['avatar']">
<div class="eti_postbit"=a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<center>
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</center>
</a>
</div></vb:if>
Code:
<!--TAB HORA--><div class="eti_postbit"> <div align="center"> <SCRIPT LANGUAGE="JavaScript">var clocksize='45';</SCRIPT> <SCRIPT SRC="http://gheos.net/js/clock.js"></SCRIPT> </div></div> <!--TAB HORA END--> I and post analogico, but there are many others on the web. Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
You need to EDIT your MOD< and indicate it uses EXTERNAL CONTENT !
|
|
#3
|
||||
|
||||
|
I am sorry I would apologize I am in this
|
|
#4
|
||||
|
||||
|
|
|
#5
|
|||
|
|||
|
Wait, is this server time or each user's local time?
|
|
#6
|
||||
|
||||
|
this is server time
|
|
#7
|
|||
|
|||
|
So all the posts show the exact same thing? This would be a sweet mod if the clock in each user's postbit reflected his/her own time (offset as set in their profile). Can you make that happen?
|
|
#8
|
||||
|
||||
|
This only need to change the type of script, I will see if I get
|
|
#9
|
||||
|
||||
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=238149 |
|
#10
|
|||
|
|||
|
Thanks. I'll install that one!
|
![]() |
|
|