The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
When viewing a thread....
Can you default when you view a thread to the end of the thread? Is this possible?
|
#2
|
|||
|
|||
I'm not sure exactly were the bit of code is but it will be in the template that shows each thread in the list.
When you click on the title of the thread you go to the top of the thread, but if you click the arrow in the last post column you go to the last post in that thread so you need to find that code in the template and copy it to the other link. |
#3
|
|||
|
|||
Ok, you intrigued me so I looked.
The code is in the 'threadbit' template. This is the code for the thread title link: <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a> All you need to do is add the bit in bold here: <a href="showthread.php?$session[sessionurl] goto=lastpost&t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|