inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Oct 4, 2021 12:12:02 GMT -8
Forum URL: (private)
Hi,
I added an additional customized area on the Forum Info & Statistics section of the homepage. I would like to do something similar for a specific board. I can use the same code and adjust it to the board, but I don't where to put the code for that specific board.
I want a customized section below the board legend in the board info area where I could put an inline list of the members of that board. That board is password protected and considered separate from the forum, so it has exclusive members on it. I want to put a list of the members in the board statistics.
Thanks!
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Nov 22, 2024 10:30:30 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,512
August 2015
socalso
|
Post by Scott on Oct 4, 2021 12:31:07 GMT -8
PF , how familiar are you with HTML and working with the layout templates? Here's the general idea: You could use a variable in an if statement: {if $[board.id} == #} YOUR CONTENT HERE {/if} (The # is the id of the specific board.) You would put this in the Board layout template. Now since the statistics area is built with HTML tables, where you want the list of names to appear dictates the where in the template you add the above and what additional HTML table code is needed.
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Oct 4, 2021 14:04:01 GMT -8
Scott, that worked great. Thank you!
|
|