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

Reply
 
Thread Tools
Last Seen Online in postbit Details »»
Last Seen Online in postbit
Version: 1.6, by Brad Brad is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 06-06-2005 Last Update: 01-18-2006 Installs: 305
Uses Plugins Template Edits
Re-useable Code Translations  
No support by the author.

Update

Quote:
"This e-mail is begin sent to inform all users of my modification that I am ending support for this version today. I have moved on to vBulletin version 3.6.x and will no longer be working with older versions of the software, as such I will no longer be updating or supporting this version of the last seen online modification.

If you're running vBulletin 3.6.x you can find an updated version of the last seen online modification here: https://vborg.vbsupport.ru/showthread.php?t=123366 This new version (dubbed 2.0) includes some misc bug fixes and performance improvements.

If you're running version 1.6 of the modification on vBulletin 3.6, or plan on upgrading to vBulletin 3.6 soon you should do the following:

1) Un-install the Last seen online product via the admin cp.
2) Upgrade to vBulletin 3.6 (if you haven't already).
3) Download the new version from this thread (https://vborg.vbsupport.ru/showthread.php?t=123366) and follow the instructions in the file install.txt

The new version is not tested with 3.5.

Thank you for using my modification! I appreciate all the wonderful feedback I get from you guys via PM, e-mail, and the public forums."
This modification adds a new field to the postbit that shows when the user was last online (date and time included).

----------------------------
[high]New version, 1.6[/high]
----------------------------

1.6 has been released, improvements include:

- If a user is a guest or deleted user, last online time is no longer shown in posts.
- Added instructions for editing postbit_legacy to the install files, should clear up any problems people were having with the template edits.

------------------
Install Instructions
------------------

See the file install.txt in the zip file.

----------------------------
Upgrading to latest version
----------------------------

- For users running version 1.5 or higher:

See upgrade.txt in the zip file

- For users running version 1.4 or lower:

See upgrade_legacy.txt in the zip file

-----------------
Install Details
-----------------

2 .xml plug-ins
2 template edits

------------------------
Version log
------------------------

- 1.6

- If a user is a guest or deleted user, last online time is no longer shown in posts.
- Added instructions for editing postbit_legacy to the install files, should clear up any problems people were having with the template edits.
- PHP code was split over two plug-ins (one at postbit_display_complete, the other at postbit_display_start).

- 1.5

- Last online time/date will not be shown if the user is invisible and the person viewing the thread is not a moderator or admin.
- Started using the product system for easier upgrades

- 1.4 and older

- Initial release

Show Your Support

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

Comments
  #72  
Old 05-22-2006, 01:45 AM
MustangLisa's Avatar
MustangLisa MustangLisa is offline
 
Join Date: May 2004
Location: Florida
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is great, thanks. Installing now.
Reply With Quote
  #73  
Old 06-02-2006, 01:10 PM
drgonzo120 drgonzo120 is offline
 
Join Date: Apr 2003
Location: ghent
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack, i will install it
Reply With Quote
  #74  
Old 06-02-2006, 03:23 PM
davelacey davelacey is offline
 
Join Date: Mar 2006
Location: UK
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Agreed. Nice hack indeed.
*clicks install*
Thankyou.
Reply With Quote
  #75  
Old 06-08-2006, 02:16 PM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump. we need to add this info to memberprofile as well

how ?
Reply With Quote
  #76  
Old 06-11-2006, 07:41 AM
tamborinegal's Avatar
tamborinegal tamborinegal is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Brad,

I just upgraded but I'm still seeing my Last online info when I set myself as invisible... that is when I'm logged in on one computer as admin invisible and logged into another computer as a normal user.

Any ideas why it wouldn't be working? I did upgrade following your instructions.

Thanks

Clancy
Reply With Quote
  #77  
Old 06-11-2006, 08:14 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just installed this very handy thanx
Reply With Quote
  #78  
Old 06-11-2006, 03:45 PM
Gsmmind Gsmmind is offline
 
Join Date: May 2006
Location: In My Mind
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ya great installed and working fine.........
Reply With Quote
  #79  
Old 06-11-2006, 04:07 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Konstantinos
bump. we need to add this info to memberprofile as well

how ?
In Member Info Templates: Edit MEMBERINFO as follows:

FIND:
Code:
<div style="padding:$stylevar[formspacer]px">
                    $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
ADD BELOW:
Code:
                    $vbphrase[last_seen_online]:
<strong>$post[lastseen_date] $post[lastseen_time]</strong>
The section after the addition should look like:
Code:
<div style="padding:$stylevar[formspacer]px">
                    $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
                    $vbphrase[last_seen_online]:
<strong>$post[lastseen_date] $post[lastseen_time]</strong>
                </div>
EDIT: Ooops, need to get a kink or two out.. it shows up when previewing the template from template editor but on the profile it's not.. just the ':' is... will keep working on it...

EDIT: UGH, needs another hook in the xml, that stuff confoozles me, any chance of someone bein able to figure that part out?
Reply With Quote
  #80  
Old 06-11-2006, 10:25 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I figured how to get the last visit to show up on the profile (MEMBERINFO) but it doesn't utilize this particular product.. the only problem is it doesn't convert the date/time from the server time (I guess that's what you call it) it shows up as
Quote:
Join Date: 01-01-1999
Last Visit: 1150051053
I used the following in the MEMBERINFO template:
Code:
<tr valign="top">

	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
                                </div>                         
                         <div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[last_visit]:
<strong>$userinfo[lastvisit]</strong>
				</div>
			</div>
Anyone have a clue?

Note to MOD.. if this needs to be moved to a different thread, please do so... I posted it here since it kind of developed out of this thread...
Reply With Quote
  #81  
Old 06-13-2006, 03:44 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamborinegal
Hi Brad,

I just upgraded but I'm still seeing my Last online info when I set myself as invisible... that is when I'm logged in on one computer as admin invisible and logged into another computer as a normal user.

Any ideas why it wouldn't be working? I did upgrade following your instructions.

Thanks

Clancy
I will look into this.

As for memberinfo template: It's already shown there by default under the profile picture.

Sorry for the delay in support, I'm busy these days...
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 12:10 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.07749 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete