TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] wec blog single printable without comment form

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 ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 26.06.2008, 15:48
Katja Lampela
Gast
 
Beiträge: n/a
Standard [TYPO3] wec blog single printable without comment form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 26.06.2008, 16:22
Tyler Kraft
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wec blog single printable without comment form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 26.06.2008, 16:29
Daniel Huf
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wec blog single printable without comment form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 26.06.2008, 16:33
StephenBungert
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wec blog single printable without comment form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 26.06.2008, 17:22
Katja Lampela
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wec blog single printable without comment form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

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


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:18 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74