The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Last Seen Online in postbit Details »» | ||||||||||||||||||||||||||
Update
Quote:
---------------------------- [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
|
Comments |
#72
|
||||
|
||||
This is great, thanks. Installing now.
|
#73
|
|||
|
|||
nice hack, i will install it
|
#74
|
|||
|
|||
Agreed. Nice hack indeed.
*clicks install* Thankyou. |
#75
|
|||
|
|||
bump. we need to add this info to memberprofile as well
how ? |
#76
|
||||
|
||||
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 |
#77
|
||||
|
||||
just installed this very handy thanx
|
#78
|
|||
|
|||
ya great installed and working fine.........
|
#79
|
|||
|
|||
Quote:
FIND: Code:
<div style="padding:$stylevar[formspacer]px"> $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong> Code:
$vbphrase[last_seen_online]: <strong>$post[lastseen_date] $post[lastseen_time]</strong> 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: UGH, needs another hook in the xml, that stuff confoozles me, any chance of someone bein able to figure that part out? |
#80
|
|||
|
|||
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:
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> 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... |
#81
|
|||
|
|||
Quote:
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... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|