View Full Version : Changing Forum Display (Thread Starter Etc)
Jubei
08-16-2007, 07:22 PM
At the moment, my layout is as so:
[Thread Title] [Last post date] [Replies] [Views]
(Thread starter)
However, how can you set it so the Thread Starter appears in a box of its own on the table?
Thanks.
MaestroX
08-16-2007, 09:51 PM
This could be done with a few template edits, thought would require a bit of work to get running without problems.
Jubei
08-17-2007, 10:27 AM
Template edits such as...?
Opserty
08-17-2007, 10:46 AM
FORUMDISPLAY and threadbit maybe 1 or two others but those two are the main ones.
Jubei
08-17-2007, 10:59 AM
Thanks, but considering I'm a newbie with vBulletin, I'll need a little more to go on than that.
Opserty
08-17-2007, 11:07 AM
If you don't know HTML this probably won't make much sense but if you do:
You need to <!-- show threads --> comment, then go up a little from it and find the table headings the will be using the thead class. Add in and extra table cell on to the end (with the thead class and whatever text you need)
Then go to the threadbit class and find the last table cell (before the inlinemod checkboxes) and put in your table cell. Then you need to find the table cell where the thread name and starter are displayed. Look for the piece of code which holds the thread starters name. I think it is $thread['username'] but you will have to check the to be sure.
I think thats most it, sorry its not very accurate I don't have a working Copy of vBulletin handy.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.