vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Thread Post Time on Forum Display (https://vborg.vbsupport.ru/showthread.php?t=61877)

Cloud Strife 02-24-2004 09:04 PM

Thread Post Time on Forum Display
 
In vB2 it used to have the thread starter and the time they posted that thread.. How do I get it to say something like Thread Created Today 08:07 PM
by user in the forum display? Im sure this should be easy, but cant for the life of me work out how to do it

Cloud Strife 02-25-2004 10:20 AM

Help.. This is really important.. Alot of my members are complaining about this since the switch to vB3 :(

Cloud Strife 02-25-2004 09:12 PM

Please can someone help me with this. This is driving me crazy... :(

Andreas 02-25-2004 09:31 PM

In forumdisplay.php FIND
PHP Code:

// build thread data
$thread process_thread_array($thread$lastread$foruminfo['allowicons']); 

BELOW that ADD
PHP Code:

$thread[created] = vbdate($vboptions['dateformat'], $thread[dateline], 1) . ' ' vbdate($vboptions['timeformat'], $thread[dateline]); 

This should give you a formatted date & time, so just put $thread[created] in Template threadbit.

Cloud Strife 02-25-2004 11:29 PM

Oh my god... I love you... You have no idea how much my members have been pestering me about this... I have people opening threads about it, people IM'ing me and people chatting to me on ICQ about it..

Thankyou so much

dookie 04-15-2004 04:58 AM

How can I add this in search.php so that searchresults are displayed with threadstartdate and time too?

Thanks. :)


All times are GMT. The time now is 08:04 AM.

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.00938 seconds
  • Memory Usage 1,720KB
  • 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
  • (2)bbcode_php_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