Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] wec blog single printable without comment form within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi folks, My situation: - wec forum as a blog - registered users can write - everyone can comment Does anyone of you ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
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 TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
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 TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
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 TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Yes, just use a sepertae style sheet for print media, get typo3 to include
it. Edit the print css how you want, changing styles or completetly hiding things, like the comments. Tyler Kraft-2 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 > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english > > ----- -- Stephen Bungert -- View this message in context: http://www.nabble.com/wec-blog-singl...p18135385.html Sent from the TYPO3 English mailing list archive at Nabble.com. _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
Hi Tyler, Daniel and Stephen,
Thank you - it works perfectly! regards, Katja Daniel Huf kirjoitti: > 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 TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] How to keep comment with SourceOptimization? | Daniel Doesburg | typo3-english@lists.netfielders.de | 1 | 29.05.2008 00:24 |
| [TYPO3] How do I customise the login form created with New FrontendLogin form? | Stephen Bungert | typo3-english@lists.netfielders.de | 1 | 13.11.2007 10:52 |
| [TYPO3] How do I customise the login form created with New FrontendLogin form? | Stephen Bungert | typo3-english@lists.netfielders.de | 0 | 13.11.2007 09:55 |
| [TYPO3] How do I customise the login form created with New FrontendLogin form? | Stephen Bungert | typo3-english@lists.netfielders.de | 0 | 12.11.2007 19:12 |
| [TYPO3-ttnews] Generate a link for a printable version | Silithlas | typo3-project-tt-news@lists.netfielders.de | 1 | 16.10.2007 21:00 |