vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Postbit last date and time online (https://vborg.vbsupport.ru/showthread.php?t=300025)

justicechick 07-11-2013 10:00 PM

Postbit last date and time online
 
1 Attachment(s)
Postbit last date and time online


This is a simple mod that will place the last date and time online in the postbit.

Installation:

(1) Product To Upload Via:
Acp > Plugins & Products > Manage Products > Add/Import Product
(1) Simple Template To Edit Via:
Acp > Styles & Templates > postbit or postbit_legacy template


This works on 4.0.0 up to 4.2.1 (see attached pics of 4.2.1)

https://vborg.vbsupport.ru/external/2013/07/2.jpg?2Date and time in postbit

https://vborg.vbsupport.ru/external/2013/07/1.jpg?1 Date only in postbit


If you wish to only use the last date online in the postbit, without the time, use the XML titled LastdatePB

DemOnstar 07-12-2013 11:26 AM

That did the trick.....

One question, is it possible to take out the time of day? Currently it reads

Last Online:1 Minute Ago @ 12:24

How do I change it to read Last Online:1 Minute Ago

Thanks for all you have done....

Edit: Nevermind, common sense really, I figured it out...

Cheers...

justicechick 07-12-2013 01:37 PM

Quote:

Originally Posted by DemOnstar (Post 2433318)
That did the trick.....

One question, is it possible to take out the time of day? Currently it reads

Last Online:1 Minute Ago @ 12:24

How do I change it to read Last Online:1 Minute Ago


Thanks for all you have done....

Edit: Nevermind, common sense really, I figured it out...

Cheers...

Great! Im glad it worked for you. :)

goxy63 07-12-2013 04:16 PM

Any ideas how much this will slow down page load?

Also how to show just today, yesterday,... 100days ago?

Thank you

justicechick 07-12-2013 04:37 PM

Quote:

Originally Posted by goxy63 (Post 2433369)
Any ideas how much this will slow down page load?

Also how to show just today, yesterday,... 100days ago?

Thank you

This is the first modification I have attempted, and its a pretty simple modification. Im sorry though that option isnt available with this modification. As far as slowing down the page load , there has been none noticed since the installation of this on my board.

justicechick 07-12-2013 11:28 PM

For those that may have already installed this , have updated the zipfile. If you only want to use the last date online in the postbit please use the following code.

<!-- LAST ONLINE DATE START -->
<vb:if condition="$post['lastactivity']">
<dt>{vb:rawphrase last_online_activity}</dt><dd>{vb:raw post.lastactivity_date} </dd>
</vb:if>
<!-- / LAST ONLINE DATE END -->

DemOnstar 07-13-2013 03:39 AM

Good job justicechick... Keep it up..

Jonm 07-16-2013 02:37 PM

done...

Jonm 07-16-2013 02:38 PM

But how can I remove the AM/PM part?

justicechick 07-20-2013 11:39 PM

Quote:

Originally Posted by Jonm (Post 2433955)
But how can I remove the AM/PM part?

Use the "LastdatePB" XML that is included in the zip

and use the following when modifying your template.

<!-- LAST ONLINE DATE START -->
<vb:if condition="$post['lastactivity']">
<dt>{vb:rawphrase last_online_activity}</dt><dd>{vb:raw post.lastactivity_date} </dd>
</vb:if>
<!-- / LAST ONLINE DATE END -->


All times are GMT. The time now is 11:00 PM.

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.02406 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete