feline
Junior Member
Posts: 212
inherit
121471
0
Apr 27, 2019 23:19:21 GMT -8
feline
212
March 2008
feline
|
Post by feline on Feb 2, 2013 0:41:17 GMT -8
Is this possible please
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 2, 2013 15:31:29 GMT -8
Hi, this is very easy, just go to Admin > Themes > Layout Templates > Board > Board List On line 2 - 10, you should see the below: <thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead> Add <!-- to the start of it, and --> to the end, so you get this: <!--<thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead>--> This will hide it from view for everyone, but will keep the code there for future, in case you want to re-show it. In which case, you'd just remove those bits I told you to add.
|
|
feline
Junior Member
Posts: 212
inherit
121471
0
Apr 27, 2019 23:19:21 GMT -8
feline
212
March 2008
feline
|
Post by feline on Feb 3, 2013 7:19:32 GMT -8
Brilliant thank you works a treat
|
|