inherit
168103
0
Jul 23, 2015 18:01:19 GMT -8
SkyBear
152
June 2011
shizabot
|
Post by SkyBear on Dec 8, 2012 7:27:28 GMT -8
So, when you enter a board to see the list of threads, there are folder icons next to the thread titles. Is it possible to remove those? I did try myself but it resulted in having a long gap on the right hand side, so I must have done something wrong there. I reset the template and decided to see if anyone here could help Thank you in advance!
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Dec 8, 2012 10:25:53 GMT -8
Easy enough one this, reckon I know where you went wrong already. =P
Admin Panel -> Themes -> Layout Templates -> Board -> Thread List Tab (sure you'd already worked that out though)
Line three is copied below, add in the blue text;
<!-- <td class="icon">$[thread.icon]</td> -->
This comments out the line - it stops it from being loaded, without deleting it. This way, if you ever want it back, you don't have to try and figure it out on your own.
Now, save this template, and head towards the main 'Board' template.
Approx. line 29 should be the line below. Comment this out too (add <!-- before and --> after)
<th class="icon"><span class="aria-hidden">Status</span> </th>
That should see you sorted. =]
|
|
inherit
168103
0
Jul 23, 2015 18:01:19 GMT -8
SkyBear
152
June 2011
shizabot
|
Post by SkyBear on Dec 8, 2012 10:38:50 GMT -8
pawl, thank you so much! That worked perfectly!
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Dec 8, 2012 10:40:23 GMT -8
No worries. =]
|
|