The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How do I show the 'thread starter' for threads showing in the forum sidebar, instead of the default 'last poster' info.
Basically I have a block that puts the most replied thread each week on the homepage. Essentially the block says 'last post by someguy. yesterday 11:11pm', and it stays like that the whole week. I'm sure there's a way to create a new block template from the existing one, but change it up so it says 'Started by someguy' and the date the thread was started, instead of the last post info. I just don't know how to do it i just know it's possible. |
|
#2
|
|||
|
|||
|
Anyone?
|
|
#3
|
|||
|
|||
|
Try this: edit the template block_threads and search for this:
Code:
<vb:if condition="$threadstype == 0"> and change it to: Code:
<vb:if condition="$threadstype == 0 OR $threadstype == 2"> |
|
#4
|
|||
|
|||
|
perfect! Thanks for the help I super appreciate it.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|