![]() |
forumdisplay columns question
1 Attachment(s)
I was wondering what the code was (and where to put the code) to get the resulting percentages as shown in the vBT forumdisplay.
Here's what I have, and the next post is what I want... Thanks. |
1 Attachment(s)
What I want...
|
Can you elaborate on your issue more?
I don;t really understand what you need |
Sorry. I want to reduce the width of the "Thread Starter" column. Mine's too big. Check out this page:
http://www.bondmovies.com/board/foru....php?forumid=6 Any ideas? |
easy:
In the forumdisplay_threadslist template, find: ---------------------------------------------------------------------- <td bgcolor="{tableheadbgcolor}" align="center" nowrap colspan="3"><smallfont> <input type="hidden" name="s" value="$session[sessionhash]"> <input type="hidden" name="forumid" value="$forumid"> <input type="hidden" name="pagenumber" value="$pagenumber"> <a href="$sorturl&sortorder=asc&sortfield=title"><fon t color="{tableheadtextcolor}"><b>Thread</b></font></a> $sortarrow[title]</smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=asc&sortfield=postusernam e"><font color="{tableheadtextcolor}"><b>Thread Starter</b></font></a> $sortarrow[postusername]</smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=replycount "><font color="{tableheadtextcolor}"><b>Replies</b></font></a> $sortarrow[replycount]</smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=views"><fo nt color="{tableheadtextcolor}"><b>Views</b></font></a> $sortarrow[views]</smallfont></td> $threadrating <td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=lastpost"> <font color="{tableheadtextcolor}"><b>Last Post</b></font></a> $sortarrow[lastpost]</smallfont></td> ---------------------------------------------------------------------- And replace it with: ---------------------------------------------------------------------- <td bgcolor="{tableheadbgcolor}" align="center" nowrap colspan="3" width="45%"><smallfont> <input type="hidden" name="s" value="$session[sessionhash]"> <input type="hidden" name="forumid" value="$forumid"> <input type="hidden" name="pagenumber" value="$pagenumber"> <a href="$sorturl&sortorder=asc&sortfield=title"><fon t color="{tableheadtextcolor}"><b>Thread</b></font></a> $sortarrow[title]</smallfont></td> <td bgcolor="{tableheadbgcolor}" width="15%" nowrap><smallfont><a href="$sorturl&sortorder=asc&sortfield=postusernam e"><font color="{tableheadtextcolor}"><b>Thread Starter</b></font></a> $sortarrow[postusername]</smallfont></td> <td bgcolor="{tableheadbgcolor}" width="5%" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=replycount "><font color="{tableheadtextcolor}"><b>Replies</b></font></a> $sortarrow[replycount]</smallfont></td> <td bgcolor="{tableheadbgcolor}" width="5%" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=views"><fo nt color="{tableheadtextcolor}"><b>Views</b></font></a> $sortarrow[views]</smallfont></td> $threadrating <td bgcolor="{tableheadbgcolor}" width="25%" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=lastpost"> <font color="{tableheadtextcolor}"><b>Last Post</b></font></a> $sortarrow[lastpost]</smallfont></td> ---------------------------------------------------------------------- If you need different widths, just change the ones I put in |
Would you happen to know what the values are for the vBT forumdisplay_threadlist? That'sactly how I want mine to be...
|
Quote:
|
for 3.7?
|
All times are GMT. The time now is 05:48 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|