Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Postbit Last Online Date And Time Details »»
Postbit Last Online Date And Time
Version: 1.00, by princeedward princeedward is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.x Rating:
Released: 03-18-2010 Last Update: 03-18-2010 Installs: 161
Uses Plugins Template Edits
Re-useable Code  
No support by the author.


Postbit Last Online Date And Time
(Tested To Default vB Skin Style And FF/IE Browser Only!)


DESCRIPTIONS:
A very simple but useful modification to show the day, date and time of each users last online activity to your postbit and postbit legacy showthread template page



Note: Pls View First Attachment Image Below For More Info


=======================
PROCEDURE: 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

Max Install Time: (2) min.

====================
PROCEDURE: UNINSTALL
====================
  • (1) Product To Uninstall Via:
    Acp > Plugins & Products > Manage Products > Click Dropdown Arrow > Select Uninstall > Go
  • (1) Simple Template Code To Delete Via:
    Acp > Styles & Templates > postbit or postbit_legacy template > Find/Delete Added Code > Save

================================================== ========================
NOW DOWNLOAD THE ATTACH FILE BELOW FOR INSTALLATION MANUAL INFO! AND PRODUCT
================================================== ========================



Hope You Like It And Find This Useful To Your Website!

If You Use This Mod; Please Don't Forget To:

  • Click "Mark as Installed"
  • Leave Any Comment By Saying Thanks! or Anything! (Not Just Read, Use And Go)
  • Rate
  • Nominate





Good Day...Thanks And Best Regards To All

Download Now

File Type: zip Postbit-Last-Online-Date-And-Time.zip (54.7 KB, 1086 views)

Screenshots

File Type: png postbit_screenshots_image.png (35.1 KB, 0 views)
File Type: png postbit-legacy_screenshots_image.png (19.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Gorgasm

Comments
  #72  
Old 11-24-2012, 06:59 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Krusty1231 View Post
Code:
minversion="4.0.0" maxversion="4.3.0" />
Try that.
Well, it installed, but it's not showing anything.
Reply With Quote
Благодарность от:
datoneer
  #73  
Old 11-25-2012, 04:37 PM
SirtLann's Avatar
SirtLann SirtLann is offline
 
Join Date: Jan 2012
Location: Turkey
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Translation into Turkish language by Sirtlan

Note: The modification does not work on vB 4.2.0 PL3
Attached Files
File Type: xml product-poslodat_1-0-turkish.xml (1.9 KB, 5 views)
Reply With Quote
  #74  
Old 11-25-2012, 07:44 PM
datoneer datoneer is offline
 
Join Date: Jul 2011
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It says that is not compatible with 4.2 version
Reply With Quote
  #75  
Old 11-25-2012, 07:48 PM
datoneer datoneer is offline
 
Join Date: Jul 2011
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks amaury
Reply With Quote
  #76  
Old 11-25-2012, 07:51 PM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by datoneer View Post
Thanks amaury
For what?
Reply With Quote
  #77  
Old 11-25-2012, 10:03 PM
RedTurtle's Avatar
RedTurtle RedTurtle is offline
 
Join Date: May 2006
Location: California
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works for me on vB 4.2.0 PL3 but after I saw all the posts on here complaining that it doesn't I went and checked my setup.

It looks like I added this in my postbit_legacy at some point:

PHP Code:
<vb:if condition="$post['lastactivity']">
<
dt>{vb:rawphrase last_online_activity}</dt><dd>{vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}</dd>
</
vb:if> 
Use that and see if it works.
Reply With Quote
  #78  
Old 11-25-2012, 10:54 PM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTurtle View Post
It works for me on vB 4.2.0 PL3 but after I saw all the posts on here complaining that it doesn't I went and checked my setup.

It looks like I added this in my postbit_legacy at some point:

PHP Code:
<vb:if condition="$post['lastactivity']">
<
dt>{vb:rawphrase last_online_activity}</dt><dd>{vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}</dd>
</
vb:if> 
Use that and see if it works.
Where do you add it in the template?
Reply With Quote
  #79  
Old 11-25-2012, 10:58 PM
RedTurtle's Avatar
RedTurtle RedTurtle is offline
 
Join Date: May 2006
Location: California
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Amaury25 View Post
Where do you add it in the template?
It depends on where you want it. I wanted it to show in the same spot where I had the other stats showing for a person who posts (ie post count, location, etc) so I just found this part in postbit_legacy:

PHP Code:
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> 
and added my code before it.
Reply With Quote
Благодарность от:
Amaury
  #80  
Old 11-25-2012, 11:23 PM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTurtle View Post
It depends on where you want it. I wanted it to show in the same spot where I had the other stats showing for a person who posts (ie post count, location, etc) so I just found this part in postbit_legacy:

PHP Code:
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> 
and added my code before it.
Thanks.
Reply With Quote
  #81  
Old 11-26-2012, 12:35 PM
SirtLann's Avatar
SirtLann SirtLann is offline
 
Join Date: Jan 2012
Location: Turkey
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit
Reply With Quote
Reply


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 10:08 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04980 seconds
  • Memory Usage 2,361KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (4)bbcode_php
  • (5)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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