Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Feb 02 2009 05:18 PM
    • Date Updated: Feb 02 2009 06:02 PM
    • Views: 2819


    * * * * *
    3 Ratings

    Board Index Group Legend

    A simple skin edit to give a group legend on the board index page.

    Posted by AndyF on Feb 02 2009 05:18 PM
    Here is a simple skin edit to give a tidy group legend on the board index page.

    Navigate your way here > ACP > Look / Feel > Manage Skin Sets / Templates > (for each skin as required) > Manage Templates / CSS > Board Index > Board Index Template

    Scroll down to right near the end. Find this section...
    		<if test="count($stats['NAMES'])">
    			<ul>
    				<li>{parse expression="implode( ",</li><li>", $stats['NAMES'] )"}</li>
    			</ul>
    			<br />
    		</if>
    	</div>

    The code needs to go in-between the </if> and the </div>

    Here is a small ready-made one for you to modify.
    		<br />
    		<strong>&middot;</strong>
    		&nbsp;<span style='color:#FF0000'>Administrators</span>&nbsp;
    		<strong>&middot;</strong>
    		&nbsp;<span style='color:#0000FF'>Moderators</span>&nbsp;
    		<strong>&middot;</strong>
    		&nbsp;<span style='color:#000000'>Members</span>&nbsp;
    		<strong>&middot;</strong>
    		&nbsp;<span style='color:#AAAAAA'>Validating</span>&nbsp;
    		<strong>&middot;</strong>

    I have put these on seperate lines to make it very easy to follow. Simply add lines as needed for each group colours you have already, or add that one complete and then modify to your needs.

    A quick screen shot of how this one looks...

    Posted Image

    EDIT , 02/02/09 . Very small edit to tidy up legend spacing.
    Powered by Tutorials 1.3.1 © 2012, by Michael McCune