The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Trying to find something in FORUMDISPLAY
I feel stupid asking this, but.. can someone tell me where in the forum template I can modify the table that lists all the threadds? What I mean is where the actual thread name is along with the thread icon and post icon.
I have been staring at FORUMDISPLAY for an hour and can't figure it out. It is actually giving me a problem on two different forums; on one the thread icon needs to be aligned center, on another forum the thread titles need to be aligned left. Thanks! |
#2
|
|||
|
|||
that will be forumhome_forumbit_level1_post (if no categories) and forumhome_forumbit_level2_post (with categories)
|
#3
|
|||
|
|||
Isn't this for the forum catagories? I am trying to find the code that lists the thread names.
|
#4
|
|||
|
|||
sorry, wrong end of the stick. The containing table is the forumdisplay template where it is labelled the threads list. The actual rows themselves are the threadbit template.
|
#5
|
|||
|
|||
Thanks, I got it! For any future reference I was looking for this line of code for the thread icons:
Code:
<if condition="$show['threadicons']"> <td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|