inherit
110757
0
Jul 27, 2019 20:08:36 GMT -8
Matt [Malfoy250]
Magical Mayhem <3
2,369
September 2007
malfoy250
|
Post by Matt [Malfoy250] on Nov 8, 2012 6:41:34 GMT -8
I would like to request a plugin that would remove the On/Off and the Topics|Posts cells from the main page?
|
|
inherit
14706
0
Jan 28, 2021 15:41:20 GMT -8
Xikeon
170
October 2003
mikeo
|
Post by Xikeon on Nov 8, 2012 9:06:26 GMT -8
You can do that via the templates.
Admin Home > Themes > Layout Templates > Board
Then go to the tab Board List. Once you're there remove the following lines:
<th class="icon"></th>
<th class="threads">Threads</th> <th class="posts">Posts</th>
<td class="icon">$[board.icon]</td>
<td class="threads">{if $[board.threads] == -1}N/A{else}$[board.threads]{/if}</td> <td class="posts">{if $[board.posts] == -1}N/A{else}$[board.posts]{/if}</td>
Then click Preview to all is alright and press save to save changes.
|
|