Really nice clean style, Unfortunately I like the recent topics mod which normally works with the prosilver style but this style spreads the recent topics over to the left side barjrolson wrote: ↑Sat Feb 11, 2017 7:01 pm
Admin Style Options (*Available to edit in template/config.html)
$F_COLLAPSIBLE_CATEGORIES = Enables collapsible categories.
$F_LEFT_SIDEBAR_LAYOUT = Enables the left sidebar layout for stats.
$F_RIGHT_SIDEBAR = Enables the right sidebar.
$F_SIDEBAR_DISPLAY_ALL = Show all notifications in the right sidebar.
You could just disable the left sidebar unless you still want it.mrix2000 wrote: ↑Thu Jun 08, 2017 2:08 pmReally nice clean style, Unfortunately I like the recent topics mod which normally works with the prosilver style but this style spreads the recent topics over to the left side barjrolson wrote: ↑Sat Feb 11, 2017 7:01 pm
Admin Style Options (*Available to edit in template/config.html)
$F_COLLAPSIBLE_CATEGORIES = Enables collapsible categories.
$F_LEFT_SIDEBAR_LAYOUT = Enables the left sidebar layout for stats.
$F_RIGHT_SIDEBAR = Enables the right sidebar.
$F_SIDEBAR_DISPLAY_ALL = Show all notifications in the right sidebar.
Anyway of retraining it ? this would be the icing on the cake for me.
Thanks
mrix
config.html
line 9
Code: Select all
$F_DISPLAY_LOGO = Displays the logo image in the header. (1 = enabled 0 = disabled)
Code: Select all
<!-- DEFINE $F_DISPLAY_LOGO = '1' -->
overall_header.html
where this comes into effect?Code: Select all
<!-- IF $F_DISPLAY_LOGO -->
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
<!-- ENDIF -->