Colorposts Extended plugin for LDU
version: 1.0
Date: 12 jun 2005
Author: Almaz
Homepage: http://almaz.homesait.net/



*************** in English ***************

1. Purpose

 The expanded plug-in allows to organize color (2 colors) alternation of messages
 at a forum

2. Requirements

 The plug-in was tested and successfully works under control of LDU v800

3. Installation

3.1. Unpack archive of a plug-in in a folder plugins/extended/your server with already
     installed and worker LDU.

3.2. In a browser enter the address of the LDU a site and under the manager [99]
     come into [Administration] -> [Expanded plugins] -> [Colorposts]
     press the link [install all].

3.3. It is necessary for you to make changes to following files skin:
     forums.posts.tpl - here it is necessary to add to a class defining color
     messages tag {COLOR_ROWX} an example:

	 <td style = "width:160px;" rowspan = "2" class = "flat{COLOR_ROWX}">
        	 <strong> {FORUMS_POSTS_ROW_POSTERNAME} </strong> <br/>
			 {FORUMS_POSTS_ROW_AVATAR}
     skinname.css - in this file it is necessary to create two classes with
     two colors.
     For example:
	 Was:
	 table.flat td 	 {padding:0; margin:0;}

	 Became:
	 table.flat1 td {padding:0; margin:0; background-color: #EFEFEF;}
	 table.flat2 td {padding:0; margin:0; background-color: #DEE3E7;}

     PS.
     I recommend for this purpose is more whole to create a separate class.

 After that the plug-in will earn.

*********   *********

 12  2005 - v1.0