PDA

View Full Version : Trying to find something in FORUMDISPLAY


BlackHawk1994
09-06-2006, 03:30 AM
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!

peterska2
09-06-2006, 12:57 PM
that will be forumhome_forumbit_level1_post (if no categories) and forumhome_forumbit_level2_post (with categories)

BlackHawk1994
09-06-2006, 08:40 PM
Isn't this for the forum catagories? I am trying to find the code that lists the thread names.

peterska2
09-07-2006, 11:07 AM
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.

BlackHawk1994
09-08-2006, 06:08 AM
Thanks, I got it! For any future reference I was looking for this line of code for the thread icons:

<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else />&nbsp;</if></td>
</if>

after alt2 I inserted align="center"