inherit
242907
0
Jun 22, 2024 8:16:54 GMT -8
Sammiie
155
March 2017
sammiie
|
Post by Sammiie on Jul 30, 2018 5:07:25 GMT -8
I somehow broke only some of my sub-boards and I'm not sure how??? The ones that are broken are " Character Creation" and " The Slums" (and our Moderation Board). There's no obvious reason that I can see from the code causing the boards to stretch well beyond the wrapper. It looks to me like a missing div tag or something, but I just don't know where it would be. Anyone's help would be much appreciated! I'm trying to install this skin I've been working on for months onto my forum and of course, it's giving me dookie lol. The forum is here. EDIT: I think I narrowed it down. It seems like my thread links & thread descriptions aren't word-wrapping, so they're stretching the board?? I've tried adding some line-breaks in there, but they're being ignored. I still need help with this, but at least we have a starting point now. It still seems to have something to do with pages that have subboards on them, too, but I'm not sure. Because other boards have subboards and the links / descriptions are wrapping fine. I'm still lost on why it's only some boards and not all of them.
EDIT #2: I've disabled the descriptions at this point, hoping it'll fix it enough to stop hiding Create Thread buttons. It's still broken in the above places I liked; here are some screenshots of the Descriptions enabled: [ Screenshot 1 ] [ Screenshot 2 ] [ Screenshot 3 ]
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 30, 2018 9:47:56 GMT -8
Hi, Sammiie. In Themes > Layout Templates > Board > Board List the {if !$[board.is_redirect]} block is a little messed up. You have the {else} within it occurring before this element and its children have closed: What's happening as a result is the sub-board container never closes before your closing tags never render on the page (since it thinks they should only render if the board is a redirect according to your if statement), so the thread list container ends up as its child and inherits its nowrap CSS. The problem isn't visible without the descriptions because they're the only thing that exceeds the default width of the Subject column.
|
|
inherit
242907
0
Jun 22, 2024 8:16:54 GMT -8
Sammiie
155
March 2017
sammiie
|
Post by Sammiie on Jul 30, 2018 10:11:43 GMT -8
Brian oh man you are my savior! One quick question: how do I fix this? LOL I really try not to touch anything in Layout Templates if I don't have to - this is the reason. I am going to read the crap out of your post up there and try to make sense of it, but in the meantime, could you help me with a solution? Thank you!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 30, 2018 14:13:14 GMT -8
Here's a fixed version of your Board List template on the forum's default theme.
|
|
inherit
242907
0
Jun 22, 2024 8:16:54 GMT -8
Sammiie
155
March 2017
sammiie
|
Post by Sammiie on Jul 30, 2018 18:19:58 GMT -8
Thank you so much Brian !
|
|