inherit
165122
0
Mar 30, 2019 16:05:15 GMT -8
DENI..(:
18
March 2011
skie
|
Post by DENI..(: on Mar 30, 2013 12:59:39 GMT -8
Sorry for the vague title, but I have no idea what to call this. There might even be a code for it already, but I don't really know what to search for. Do you see the little date I have circled in this picture? I was wondering if there was a way to get rid of it, since it's making the thread title a lot taller than it needs to be.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Apr 10, 2013 8:41:38 GMT -8
You can actually just do this with a template modification. Go to your Admin Area > Themes > Layout Templates > Board > Thread List, find this line: (roughly line 20)
<td class="latest last">by $[thread.last_post.created_by_user]<br />$[thread.last_post.date]</td> and change it to this:
<td class="latest last">by $[thread.last_post.created_by_user]</td>
Of course, the problem may still occur when that column shows a longer username. The better solution is to widen the column. Go to Admin Area > Themes > Advanced Styles & CSS > Style Sheet, find this line (almost at the bottom), and delete it. I'm not sure why it was added, but that's the root cause of your problem.
td.main.clickable{width:90%;}
|
|
inherit
165122
0
Mar 30, 2019 16:05:15 GMT -8
DENI..(:
18
March 2011
skie
|
Post by DENI..(: on Apr 21, 2013 2:02:15 GMT -8
Ahh, thank you so much! It looks a lot better now.
|
|