Back to vBulletin 4.x Template Modifications

Time below the avatar
Mod Version: 1.00, by filosofo@vodafo

vB Version: 4.0.2 Rating: (1 vote - 4.00 average) Installs: 7
Released: 11 Mar 2010 Last Update: Never Downloads: 0
Not Supported Template Edits  

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>
Add below:

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-->
save
----------------------------------------------------------------------------------
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>
Add below:

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-->
save

I and post analogico, but there are many others on the web.

Download

No files for download.

Screenshots

Click image for larger version
Name:	hora.png
Views:	251
Size:	568.9 KB
ID:	113916   Click image for larger version
Name:	clock.png
Views:	119
Size:	462.0 KB
ID:	113922  


vblts.ru supports vBulletin®, 2022-2024