inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Jul 30, 2014 9:49:20 GMT -8
Hi,
I would like having different Sidebar Redux Content Boxes for each Board. The easiest way that I can figure out (from user point of view) is, for the current Content Boxes definition in Sidebar Redux plugin, associate the board which applies to (as is done, for example, in the global Messages plugin, i.e. 'Show In Board' config param). An alternative would be a php snippet somewhere in header/footer. Is there anything available for this that I could try?
Thanks
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Jul 30, 2014 10:32:55 GMT -8
Try to use the CSS code offered at the bottom of this particular post: support.proboards.com/post/5208118/threadSay you have five boards and you want five different content boxes, you could give them names such as 'one' 'two' 'three' 'four' and 'five', then, you could hide all boxes but the one you want to show on one particular board, with that code. Imagine you're in board two, you want only the box you've named 'two', you'd put this in your header for that board: <style type="text/css"> /* This will hide an individual sidebar box */ #one { display: none; } #three { display: none; } #four { display: none; } #five{ display: none; } </style>
|
|
inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Jul 30, 2014 11:09:41 GMT -8
I got it Joachim, VERY good, thanks
|
|