Plugin "related pages".

This plugin will add list of related pages at the end of each page, 
using keywords from page_extra4 field. (You will need to add your kerywords 
for each article.)
Add the kerywords comma separated, don't use spaces between the words 
(there's 255 symbols limit in this field).
example:
--------------------------------------
keyword1,keyword2,keyword3
--------------------------------------

As a result, you will recieve list of related articles (pages) at the end 
of each page.

Installation:

1. Download the plugin (link at the end of page).
2. Extract the archive, and copy to /plugins/extended/seealso/*.*
3. Go to your Admin Panel>Extended Plugind, and install the plugin.
4. Add to page.tpl:

    <!-- BEGIN: SEEALSO -->
    <br/>See also:<br/>
    <!-- BEGIN: SEEALSO_ROW -->
    {SEEALSO_PAGELINK}<br/>
    <!-- END: SEEALSO_ROW -->
    <!-- BEGIN: SEEALSO_EMPTY -->
    <br />No related pages<br />
    <!-- END: SEEALSO_EMPTY -->
    <!-- END: SEEALSO -->


5. Add to page.add.tpl:

    <tr>
    <td>Keywords :</td>
    <td>{PAGEADD_FORM_EXTRA4}</td>
    </tr>


6. Add to page.edit.tpl:

    <tr>
    <td>Keywords :</td>
    <td>{PAGEEDIT_FORM_EXTRA4}</td>
    </tr>



Example: http://echoofwar.spb.ru/list.php?c=test (russian)
