vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Last Seen Online (https://vborg.vbsupport.ru/showthread.php?t=66872)

Reece D 07-26-2004 06:21 PM

very nice hack .. going to install this one

Datenpapst 07-27-2004 07:44 AM

Quote:

Originally Posted by Jordeh
It should already be there. It should say something like Last Activity: Today 22:36

nice and simpel :)

Jordeh 08-09-2004 04:31 PM

That conditional would be:

Code:

<if condition="$post['invisible']==0"> ... </if>
This will only show it if the user is not invisible

So this:

Code:

<if condition="$post['lastactivity']"><div>$vbphrase[last_seen_online]: $post[lso_date] ($post[lso_time])</div></if>
would become this:

Code:

<if condition="$post['invisible']==0"><if condition="$post['lastactivity']"><div>$vbphrase[last_seen_online]: $post[lso_date] ($post[lso_time])</div></if></if>

dfdems 02-02-2005 06:56 AM

I followed the instructions, all I get is this

Last Seen: ()

Sorry if it sounds stupid, I am clueless on coding, I just installed this board yesterday. Any help would be appreciated

Mike

dfdems 02-02-2005 10:35 AM

Fixed it, forgot to edit functions_showthread.php, told you i'm a dope

I like the hack

Soto 02-08-2005 07:26 PM

Great hack, really easy peasy install, thanks for this.

BTW - something I've never really understood - why would some people want to remain hidden? Why would saying when they were last seen make a difference. Surely they still don't show up in Who's Online?

Reece D 03-01-2005 10:11 AM

is there anyway to make it just show the date they were last online and leave out the exact time in brackets ..

*installed* anyway

Reece D 03-01-2005 10:14 AM

nevermind i tried doing it myself and it worked ! :)

Vampyre 03-10-2005 11:50 AM

Good job, Jordeh.
Thank you. :)

Dennis Olson 03-29-2005 03:27 PM

What would be the conditional to only display if the user is not invisible, UNLESS the person viewing is an Admin (in which case it would be visible)...?


All times are GMT. The time now is 06:53 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.01115 seconds
  • Memory Usage 1,729KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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