inherit
192990
0
Apr 21, 2024 18:48:19 GMT -8
dsulpy2
119
April 2013
dsulpy2
|
Post by dsulpy2 on Apr 22, 2013 7:16:43 GMT -8
dsulpy.proboards.com
As you can see from the attachment, there's a long strip of white border at the top of each set of boards in various categories. Is there a way to get rid of this?
Thanks. Attachments:
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Apr 22, 2013 8:24:21 GMT -8
Go to Admin Home > Themes > Layout Templates > Boards > Board List tab. Lines 3-9 of an unchanged template will have this code
<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> You can remove this completely or simply place <!-- in front of the code and --> after this code to "comment out" that row.
|
|
inherit
192990
0
Apr 21, 2024 18:48:19 GMT -8
dsulpy2
119
April 2013
dsulpy2
|
Post by dsulpy2 on Apr 22, 2013 10:10:13 GMT -8
This works, thank you!
There is something I wanted to bring to Proboard's attention, though.
What happened is that I deleted the lines of code, clicked on "Preview Changes" and everything looked perfect. I then clicked on "Save Changes" and it came back with "Saved," but when I when I went back to the board there were no changes.
I went back to the template and, sure enough, the code I'd just deleted (and then saved) was back again. I then deleted it again (without previewing the changes) and it stuck. So it looks like "preview" may be screwing up the saving process somehow...?
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Apr 22, 2013 11:01:03 GMT -8
Glad to be able to help. If you have found a bug, please report in the Bug Report board.
|
|