vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   last actvity on postbit (https://vborg.vbsupport.ru/showthread.php?t=314473)

puertoblack2003 09-23-2014 03:10 AM

last actvity on postbit
 
I trying to add this code in postbit

Code:

default code: <vb:if condition="$prepared['lastactivitydate']">
        <dl class="blockrow stats">
                <dt>{vb:rawphrase last_activity}</dt>
                <dd> {vb:raw prepared.lastactivitydate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw prepared.lastactivitytime}</span></vb:if></dd>

to use this
Code:

<dt>{vb:rawphrase last_activity}</dt>  <dd> {vb:raw prepared.lastactivitydate}</dd>

i can see the phrase but not the last activity time..need guidance

t.i.a

ozzy47 09-23-2014 03:18 AM

Try
Code:

{vb:raw post.lastactivitydate}

puertoblack2003 09-23-2014 03:24 AM

Quote:

Originally Posted by ozzy47 (Post 2516223)
Try
Code:

{vb:raw post.lastactivitydate}


thanks ozzy.. i though that too, still no go. :(

ozzy47 09-23-2014 03:29 AM

IIRC that variable might not be available, so you need this mod, https://vborg.vbsupport.ru/showthread.php?t=238621

puertoblack2003 09-23-2014 03:32 AM

Quote:

Originally Posted by ozzy47 (Post 2516226)
IIRC that variable might not be available, so you need this mod, https://vborg.vbsupport.ru/showthread.php?t=238621

thanks i'll look into it.

--------------- Added [DATE]1411448562[/DATE] at [TIME]1411448562[/TIME] ---------------

Quote:

Originally Posted by ozzy47 (Post 2516226)
IIRC that variable might not be available, so you need this mod, https://vborg.vbsupport.ru/showthread.php?t=238621

thanks ozzy tweaked it to my style:up:

Code:

<dt>{vb:rawphrase last_activity}</dt> <dd>{vb:raw post.lastactivity_date}&nbsp;- {vb:raw post.lastactivity_time}</dd>

ozzy47 09-23-2014 10:37 AM

Glad to hear it was what you were looking for. :)


All times are GMT. The time now is 07: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.01198 seconds
  • Memory Usage 1,724KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete