Support Forum
OK. I apologise if I'm missing anything, so you'll have to let me know if it works OK.
Template change:
spGroupViewDesktop.php -
*Remove entire sp_ForumIndexSubForums function from line 74 (approx)
*Relocated to line 109 (approx) after forum section end, but just before end of forum loop.
Stlesheet changes (reboot.php or child equiv.):
*Amend the following rules, check with what you have and change as appropriate -
#spMainContainer .spInRowSubForums {
font-size: <?php echo($inRowSubsFontSize); ?>;
border: <?php echo($inRowSubsBorder); ?>;
background: <?php echo($indexRowEvenBackGround); ?>;
padding: 4px 0px 4px 5px;
margin: -6px 0 5px 0px;
}
*Add the following underneath the previous rule -
#spMainContainer .spInRowSubForums .spIconSmall {
max-width: 16px;
max-height: 16px;
Overlay changes:
*Add border rule to all 'light' overlays also inc. 'Minimal' and 'Orange'
$inRowSubsBorder = "1px solid $blackOpaque";
*Add border rule to all remaining overlays (dark)
$inRowSubsBorder = "1px solid $baseColor0";
Like I said - should be all there. Let me know if that works for you!
1 Guest(s)