The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
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 |
#22
|
|||
|
|||
if someone needs it: heres the plugin
for this thing you DONT NEED fileupdates! so the updatewarranty is given! |
#23
|
||||
|
||||
Will this work for vb 3.5.3 ?
|
#24
|
|||
|
|||
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 |
#25
|
|||
|
|||
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.
|
#26
|
|||
|
|||
I ended up removing the file edit from functions_forumdisplay.php and adding it as a plugin.
|
#27
|
|||
|
|||
when it works with the fileedit it work with the plugin to!
|
#28
|
|||
|
|||
Tested on 3.6.4 as product - works perfectly
|
#29
|
|||
|
|||
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. |
#30
|
|||
|
|||
tried in vb4 with this template code:
Code:
<vb:if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&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]&page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></vb:if>)<span class="smallfont" style="float:right">Thema erstellt: $thread[threaddate] <span class="time">$thread[threadtime]</span></span> </span></vb:if> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|