#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 28, 2016 15:48:51 GMT -8
This is telling the page to use the contents of this if statement when viewing any board:
This is telling the page to loop through the sub-boards that are found inside of the board you're viewing:
This is telling the page to output the HTML found inside of this if statement when the matching sub-board is reached in the loop:
What this does not do is tell the forum to render a certain sub-board list depending on which board you're currently viewing. I believe this is the cause of the problem you're experiencing based on how your boards are organized. $[board.id] is checking against the sub-board IDs, not the ID of the board you're currently viewing.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Dec 29, 2016 1:10:49 GMT -8
oh I got it now...sorry I've been such a hassle. Thank you for all your help!!
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Dec 29, 2016 1:28:04 GMT -8
Feeling pretty stupid but I came up with a work around. I decided to put the code in the header of the board and then hid the subboards on the page with javascript. I mean..it's not ideal but it does what I want. I specifically didn't want a custom page for this because the parent board couldn't grab the last post or subboard information from a custom page.
|
|