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

Reply
 
Thread Tools
Show start date of threads! Details »»
Show start date of threads!
Version: 1.00, by aLReeMi aLReeMi is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.x Rating:
Released: 04-14-2007 Last Update: Never Installs: 32
Uses Plugins Template Edits
 
No support by the author.

Hello everybody..

This small add will show start dates of threads on your FORUMDISPLAY..!
-- works with vb 3.5 & vb 3.6 ..!

1 plugin
1 template change

1- Import the (plugin) from admincp
http://yourforum/admincp/plugin.php?do=files


2- Open threadbit template

find:
Code:
$thread[postusername]

replace with:
Code:
<i>Start Date:</i> $started_date[threadid] - <i>By:</i> $thread[postusername]
-- you will do that two times!

done!

Show Your Support

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

Comments
  #22  
Old 07-12-2007, 02:29 AM
BBL BBL is offline
 
Join Date: Dec 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi. It works perfect in IE but not in FireFox...

In FF it shows "By" but it´s not showing "Start Date":

Start Date: - By: Fulano

Any idea?
Reply With Quote
  #23  
Old 10-13-2007, 01:52 PM
jimraynor jimraynor is offline
 
Join Date: Dec 2006
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
This can be done easily without queries. the threadbit_display hook already has access to $thread['dateline']. Just run it through vbdate and assign it to a template variable.
i cant find my templates to threadbit_display. My threadbit is:

threadbit
threadbit_announcement
threadbit_deleted
threadbit_lastvisit
threadbit_pagelink

where is the threadbit_display? Can you show me this. i use 3.6.8 version.
Reply With Quote
  #24  
Old 10-15-2007, 10:54 PM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimraynor View Post
i cant find my templates to threadbit_display. My threadbit is:

threadbit
threadbit_announcement
threadbit_deleted
threadbit_lastvisit
threadbit_pagelink

where is the threadbit_display? Can you show me this. i use 3.6.8 version.
threadbit_display is the plugin hook. The template is threadbit

1) Create a plugin against the threadbit_display hook containing the following code:
$thread['fdate'] = date('M nS, Y', $thread['dateline']);

2) Add the text to the threadbit template in the appropriate place. Something like:
Started by $thread[postusername] on $thread[fdate]
Reply With Quote
  #25  
Old 12-03-2007, 08:50 PM
Todecay Todecay is offline
 
Join Date: Sep 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tnx m8 for the mod but to be honest this is way to much serverload for us so this isn't an option.

So I added some lines in 1 file and added the $ in threadbit and done

But tnx again

Best, Todecay!
Reply With Quote
  #26  
Old 12-15-2007, 04:09 PM
josef1 josef1 is offline
 
Join Date: Dec 2004
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it slow the load of the threads page

i uninstall it as it slow my vb
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 09:04 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.06681 seconds
  • Memory Usage 2,251KB
  • Queries Executed 22 (?)
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
  • (2)bbcode_code
  • (2)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
  • (2)pagenav_pagelink
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (6)postbit_onlinestatus
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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