Quote:
Originally Posted by Sooner95
ok the forumhome_forumbit_level1_post is where you edit the layout for the forums..and that is all set.
what I am trying to change now, is when i go into the forum to view the threads. I want to make the "last post" box bigger.
EDIT: added a screenshot. My main forums, and sub forums are good. it's just getting the thread list to work.
|
To do this you need to adjust the Lastpost width in the Forumdisplay template
I typically don't mess with this but I believe this is where you need to start:
Code:
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&order=desc&sort=lastpost" rel="nofollow">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>