The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
A simple (=DUMMY!!! but fully working!) way to do this is:
In printthread.php find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
In the postbit (or postbit_legacy) template find this: HTML Code:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a></if> HTML Code:
(<a href="printthread.php?$session[sessionurl]t=$post[threadid]&p=$post[postid]" target="_blank">Print</a>) Note: This is NOT to considered as a real hack but just as a simple quick solution to accomplish what you asked for. It just vanishes the rest of the posts but the one you want to print, but still the whole of the printthread.php code is executed and all of the queries also, so it's a waste of resources. If you don't mind for this waste, then it should fit you. (If there is interest in deploying a more decent version of a dedicated printpost.php script, I could do it fairly easy I guess. If so, I may come up again when I find the time and if noone else do it until then.) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|