yes, as Tyler says, you can add a print css.
<link rel="stylesheet" type="text/css"
href="fileadmin/templates/css/print.css" media="print" />
and inside you hide the elements you don't want.
form#yourFormId {
display:none;
}
hope that helps.
Daniel
Tyler Kraft wrote:
> I'm not familiar with this, but you could always use css to hide the
> comment form...
>
> Katja Lampela wrote:
>> Hi folks,
>>
>> My situation:
>> - wec forum as a blog
>> - registered users can write
>> - everyone can comment
>>
>> Does anyone of you know how could I setup the single view as a
>> printable version so that the comment form doesn't show?
>>
>> thanks,
>> Katja
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english