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 started date plugin? (https://vborg.vbsupport.ru/showthread.php?t=103430)

ragtek 11-25-2006 11:17 PM

and without a fileedit it wount work?
($hook = vBulletinHook::fetch_hook('threadbit_process')) ? eval($hook) : false;
why this hook don't work?
when i insert the code there it should work i think

edit: ok i have fix it
my error was the place in the template

ragtek 11-26-2006 12:37 AM

1 Attachment(s)
if someone needs it: heres the plugin

for this thing you DONT NEED fileupdates!
so the updatewarranty is given!

bada_bing 11-26-2006 01:44 AM

Quote:

Originally Posted by ragtek (Post 1125183)
if someone needs it: heres the plugin

for this thing you DONT NEED fileupdates!
so the updatewarranty is given!

Will this work for vb 3.5.3 ?

ragtek 11-26-2006 07:21 AM

sorry i'm not realy sure if the threadtable is the same and i have no time to test it
but i think it will

Narcootic 11-26-2006 07:23 PM

Perfect, just what I was looking for. Thank you for the explenation Zlos and Sniper. Works on my 3.5.4 done manually with file edit.

Smoothie 11-26-2006 09:41 PM

I ended up removing the file edit from functions_forumdisplay.php and adding it as a plugin.

ragtek 11-27-2006 05:06 AM

Quote:

Originally Posted by Narcootic (Post 1125789)
Perfect, just what I was looking for. Thank you for the explenation Zlos and Sniper. Works on my 3.5.4 done manually with file edit.

when it works with the fileedit it work with the plugin to!

zlos 01-25-2007 08:54 PM

Quote:

Originally Posted by ragtek (Post 1125183)
if someone needs it: heres the plugin

for this thing you DONT NEED fileupdates!
so the updatewarranty is given!

Tested on 3.6.4 as product - works perfectly :)

zylstra 02-22-2007 07:13 AM

No, don't modify any files.

ACP -> Plugin System -> Add New Plugin. Select threadbit_process from the hook location drop down menu, and put the code in the Plugin PHP Code box.

EDIT: Oops, this was in response to a question that was already answered.

digger3d 12-25-2009 08:17 AM

1 Attachment(s)
tried in vb4 with this template code:
Code:

<vb:if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></vb:if>
                        $thread[movedprefix]
                        $thread[typeprefix]
                        $thread[moderatedprefix]
                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<vb:if condition="$show['gotonewpost']"> style="font-weight:bold"</vb:if>>$thread[threadtitle]</a>
                        <vb:if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<vb:if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></vb:if>)<span class="smallfont" style="float:right">Thema erstellt: $thread[threaddate]&nbsp;<span class="time">$thread[threadtime]</span></span>
        </span></vb:if>
                </div>

got what you see here:
https://vborg.vbsupport.ru/attachmen...1&d=1261736021


All times are GMT. The time now is 01:55 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.01021 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (3)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