dtmcl
Well-known member
I was thinking that a nice description of my site would look good at the top of the sidebar so i decided to make a simple mod to add an extra block to it that could be controled via the admincp where i could add a description of my site and edit it whenever
it can be added pretty much anywhere in the sidebar, even inside other blocks for an example of how it could be used take a look at My Site
Screenshots:

Installing:
1- install the xml file included in the archive via the admincp
2- in the admincp navigate to, apearence >> templates >> forum_list
find
below that add
then edit the block via admincp - options - addon block
it supports html and can be used as a link block, a description or as something else

Screenshots:


Installing:
1- install the xml file included in the archive via the admincp
2- in the admincp navigate to, apearence >> templates >> forum_list
find
Code:
<xen:edithint template="sidebar.css" />
below that add
Code:
<xen:include template="Sidebar_Block" />
then edit the block via admincp - options - addon block
it supports html and can be used as a link block, a description or as something else
