Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Time below the avatar Details »»
Time below the avatar
Version: 1.00, by filosofo@vodafo filosofo@vodafo is offline
Developer Last Online: Jul 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.2 Rating:
Released: 03-10-2010 Last Update: Never Installs: 7
Template Edits
 
No support by the author.

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.

Screenshots

File Type: png hora.png (568.9 KB, 0 views)
File Type: png clock.png (462.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-11-2010, 06:54 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to EDIT your MOD< and indicate it uses EXTERNAL CONTENT !
Reply With Quote
  #3  
Old 03-11-2010, 07:43 PM
filosofo@vodafo's Avatar
filosofo@vodafo filosofo@vodafo is offline
 
Join Date: Jun 2008
Location: Lleida (Spain)
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
You need to EDIT your MOD< and indicate it uses EXTERNAL CONTENT !
I am sorry I would apologize I am in this
Reply With Quote
  #4  
Old 03-11-2010, 08:30 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

goood one

thanxxx

installed
________
Xxx amateur movies
Reply With Quote
  #5  
Old 03-12-2010, 09:01 PM
mfowler70 mfowler70 is offline
 
Join Date: Apr 2004
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wait, is this server time or each user's local time?
Reply With Quote
  #6  
Old 03-12-2010, 09:15 PM
filosofo@vodafo's Avatar
filosofo@vodafo filosofo@vodafo is offline
 
Join Date: Jun 2008
Location: Lleida (Spain)
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is server time
Reply With Quote
  #7  
Old 03-12-2010, 09:44 PM
mfowler70 mfowler70 is offline
 
Join Date: Apr 2004
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #8  
Old 03-12-2010, 09:49 PM
filosofo@vodafo's Avatar
filosofo@vodafo filosofo@vodafo is offline
 
Join Date: Jun 2008
Location: Lleida (Spain)
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This only need to change the type of script, I will see if I get
Reply With Quote
  #9  
Old 03-13-2010, 04:27 AM
filosofo@vodafo's Avatar
filosofo@vodafo filosofo@vodafo is offline
 
Join Date: Jun 2008
Location: Lleida (Spain)
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mfowler70 View Post
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?
Here and put a new mod because it is very different from this
https://vborg.vbsupport.ru/showthread.php?t=238149
Reply With Quote
  #10  
Old 03-16-2010, 01:41 PM
mfowler70 mfowler70 is offline
 
Join Date: Apr 2004
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. I'll install that one!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:47 AM.


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.08427 seconds
  • Memory Usage 2,312KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete