1) Printing
I don't think that the default templates are set up to support a print media format.
However, it shouldn't be hard to add this in. Basically, you will need to modify the templates to modify the areas you don't want to print to have a "noprint" (or similar) class on the element.
E.g. <div class="header noprint">...</div>
Then add in a "print.css" file that is only used with media="print" in the header.htm template file. This should be the last CSS file included. In this file,
you should define the noprint class so that it will not display the areas with the noprint class applied. E.g:
You can also play a lot of other CSS games to make the output look nice for a printer. E.g. have the body defined with printer friendly width, margin, font size, and the like.
2) Modators
Not sure since I don't do a lot of moderation... I seem to remember that not being able to see attachments was discussed on an other
thread recently. You might do some searching to see what was said there.
[originally posted on jforum.net by monroe]