Mod Treeview
=============

A couple of things may have to be done for this to work.

1) You will have to edit the CSS for PhorumTableRow.  The top and
   bottom padding will have to be removed.  There may be a margin or
   border as well.
   
2) If black images will not work well on your site, there are white
   versions in the images dir.  You will need to either rename them or
   change the html img tag defs at the top of the mod_treeview
   function.

3) If you are using Phorum 5.1, you will need to edit list_threads.tpl
   a bit.  Find anywhere it read:
   
   style="padding-left: {ROWS->indent_cnt}px"
   
   Remove that text.  Next find anywhere it says:
   
   {marker}
   
   Replace that text with:
   
   {ROWS->indent}
   
   Now edit read_threads.tpl in a similar way. Find anywhere it read:

   style="padding-left: {MESSAGES->indent_cnt}px"

   Remove that text. Next find anywhere it says:

   {marker}

   Replace that text with:

   {MESSAGES->indent}
   
That should do it.  There is a chance that mods will never see the tree
in a pretty way due to the moderation links under the datestamp.