inherit
268314
0
Oct 21, 2023 14:48:28 GMT -8
swaywolf
13
August 2023
swaywolf
|
Post by swaywolf on Sept 6, 2023 9:35:45 GMT -8
I want to have the Dynamically Tabbed Table to be only on one board of the forum. How do I do that? Specifically, I want it on the following board: aelynrevival.proboards.com/board/4/aelynEvery time I enable it, it's on the main page.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 6, 2023 12:06:48 GMT -8
I want to have the Dynamically Tabbed Table to be only on one board of the forum. How do I do that? Specifically, I want it on the following board: aelynrevival.proboards.com/board/4/aelynEvery time I enable it, it's on the main page. You would follow the instructions in the support topic for that plugin that describes how to move the code from main to global to have it appear on all boards, but instead of global header/footer, you would choose board header/footer to have it appear only on a select board with a couple of additional steps to get it working correctly. Is there any way to make the table appear on all boards? Thanks in advance Admin > Plugins > Build > Dynamically Tabbed Table Select the "Components" tab, then scroll down to the textarea titled "Main Header & Footer". Cut all the text out of there, then on the right column under the "Plugin Assistant" table, click the "Global" "Board" button. A new textarea will appear, and paste all the HTML text you copied earlier into that header. Then delete the Main Header textarea by clicking the "X" (in the upper right corner of the component). Save your changes. Click for a visual aid(outdated link)Extra Steps for Codes Living in a Board Component:- The header needs an optional name and description so it can be more easily identified in the subsequent step
- On the about tab of the plugin when configuring you should now see a new section named Plugin components where you can choose in which board or boards you want that component to exist. Use that to choose the board or boards where you want the table to appear
|
|
inherit
268314
0
Oct 21, 2023 14:48:28 GMT -8
swaywolf
13
August 2023
swaywolf
|
Post by swaywolf on Sept 6, 2023 16:12:08 GMT -8
That did the trick, thank you!
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 7, 2023 21:03:14 GMT -8
You're welcome
|
|