[TYPO3] wec blog single printable without comment form

Daniel Huf puffi666 at gmail.com
Thu Jun 26 16:29:12 CEST 2008


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


More information about the TYPO3-english mailing list