The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
forumdisplay columns question
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. |
#2
|
||||
|
||||
What I want...
|
#3
|
|||
|
|||
Can you elaborate on your issue more?
I don;t really understand what you need |
#4
|
||||
|
||||
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? |
#5
|
|||
|
|||
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 |
#6
|
||||
|
||||
Would you happen to know what the values are for the vBT forumdisplay_threadlist? That'sactly how I want mine to be...
|
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
for 3.7?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|