inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Oct 30, 2017 6:59:04 GMT -8
I have one box in my right sidebar with the ID: NES. I only want that one box to show up on 1 of my boards and hidden elsewhere. Is it possible to do that?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 30, 2017 8:01:33 GMT -8
I have one box in my right sidebar with the ID: NES. I only want that one box to show up on 1 of my boards and hidden elsewhere. Is it possible to do that? Yes. Add this to the bottom of Themes > Advanced Styles & CSS > Style Sheet. Then add this to your global header, substituting the number in red with the board's numerical ID (comes after /board/ in the address bar when viewing that board).
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Nov 2, 2017 5:11:12 GMT -8
Thank-you, Thank-you <3
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Jan 1, 2018 11:20:42 GMT -8
Brian : Just curious, with sidebar redux is there a way to add ProBoards elements in the sections? Like, $[shoutbox], latest posts (say 5), status updates and the likes?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 2, 2018 9:21:05 GMT -8
Brian : Just curious, with sidebar redux is there a way to add ProBoards elements in the sections? Like, $[shoutbox], latest posts (say 5), status updates and the likes? You can only add things that already exist on the page, and if they require template variables to produce you need to move them into the sidebar using Javascript since there's no way for anything outside of the layout templates to render template variables. That means that unless something exists in the Forum Wrapper template there's no way to make it show on every page.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Jan 2, 2018 12:26:05 GMT -8
Brian Okay, so there's no way to do if/else statements like: {if $[current_user.group.id] == "4"} <li><a href="#" title="Gryffindor Common Room">Common Room</a></li> {else} <li><a href="#" title="Get Sorted">Get Sorted</a></li> {/if} Or could you assist me with doing that if there is?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 2, 2018 12:35:48 GMT -8
Teg: You can't use if statements in the plugin as it's not a template. You can use them in an element within your Forum Wrapper template and move that element into your sidebar using Javascript, but that's it.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Jan 2, 2018 12:37:32 GMT -8
Teg : You can't use if statements in the plugin as it's not a template. You can use them in an element within your Forum Wrapper template and move that element into your sidebar using Javascript, but that's it. How exactly do I do that? And keep the same styling for said link(s)?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 2, 2018 12:47:46 GMT -8
How exactly do I do that? And keep the same styling for said link(s)? You can move anything with jQuery if it has an ID and you create a placeholder element with an ID to move it to.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Jan 2, 2018 12:50:01 GMT -8
Okay, I'll try that Brian . Also, with the fixed sidebar, is there a way I can prevent it from going all the way up to the top on scroll? Just want it to be stuck right under the menu bar? Link
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 2, 2018 12:52:56 GMT -8
Okay, I'll try that Brian . Also, with the fixed sidebar, is there a way I can prevent it from going all the way up to the top on scroll? Just want it to be stuck right under the menu bar? LinkIncrease the value in the Fixed Sidebar Spacing field in the Other Settings tab of the plugin until it's below your menu when scrolling.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Jan 2, 2018 13:50:41 GMT -8
Brian, thank you that worked. Is there a way to set an overflow for the sidebar so if the sidebar goes past a certain height it scrolls? Sorry for all the questions lol
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 2, 2018 14:15:22 GMT -8
Brian, thank you that worked. Is there a way to set an overflow for the sidebar so if the sidebar goes past a certain height it scrolls? Sorry for all the questions lol This isn't possible. Sorry.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Jan 2, 2018 14:16:37 GMT -8
Thank you for all your help Brian
|
|
inherit
247932
0
Feb 2, 2018 5:00:23 GMT -8
ltepic
6
August 2017
ltepic
|
Post by ltepic on Jan 26, 2018 4:39:14 GMT -8
Hi there - Just a small issue with siderbar container appering slightly off to the rest of the forum theme.
Pretty common issue on my side. I am sure you had tons of post like this before, but perhaps you can advise me on what to do?
|
|