[TYPO3-german] sk_pagecomments

Jochen Graf graf at uni-landau.de
Wed Nov 28 09:47:42 CET 2007


Thomas Kieslich schrieb:
> Am Tue, 27 Nov 2007 14:36:11 +0100 schrieb Jochen Graf:
>
>   
>> Hallo Liste,
>>
>> ich setzte die Extension /sk_pagecomments /ein.
>> Nun habe ich das Problem, dass ich in dem Eintrag eine grössere Lücke habe.
>> http://itemdevil.uni-landau.de/index.php?id=52
>>
>> Weiss jemand wie das ensteht bzw. ist das so richtig?
>>
>> Ich habe noch ein +ext Template eingebunden
>>
>> plugin.tx_skpagecomments_pi1 {
>> #### Set to 1 if you want emails beeing sent, if a new page-comment is sent.
>> #### If you enable this, make sure your server can send out emails!
>>   emailNewMessage = 0
>> #### Set your own Email-Address here
>>   emailAddress = me at email.com
>> #### Set the from-Address here
>>   emailFrom = from at email.com
>>   useFreecap = 0
>>   useSectionFormLink = 1
>>   minCharsComment = 20
>>   _CSS_DEFAULT_STYLE >
>>   templateFile = fileadmin/template/pagecomments/template.html
>> }
>>
>> Viele Grüsse Jochen
>>     
>
> Hallo Jochen
> Da die Lücke die Länge deines Menüs hat, solltest du mal die CSS der Seite
> und der ext ansehen. Ich hab die Pagekomments gerade ein bisschen
> umgebaut(auch CSS) und sie läuft gut.
> http://www.thomaskieslich.de/blog/artikel/archiv/neues_kommentarsystem.html
>
> Thomas
>
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>
>   
Hallo Thomas,
danke hatte ich mir auch gedacht, aber ich wüsste nicht wo ich da einen 
Ansatz finden soll.
Das Template und das CSS habe ich aus yaml übernommen

hier mal das CSS
.sk-pagecomments-error 
{color:red;font-weight:bold;background:#FFE8CF;border:1px solid 
#000;margin:8px 12px;padding:4px;}
.sk-pagecomments-success {color:blue;font-weight:bold;}
.sk-pagecomments-counter 
{color:#600;text-align:right;text-decoration:underline;margin-bottom:12px;}
.sk-pagecomments-headline {border-bottom:1px solid 
#000;font-weight:bold;background:#d1d1d1;padding-left:6px;height:20px;}
.sk-pagecomments-namedate {float:left;}
.sk-pagecomments-emailhomepage{float:right;}
.sk-pagecomments-comment{background:#f1f1f1;padding:4px 28px;clear:both;}
.tx-skpagecomments-pi1 form {margin:16px 0;width:480px;}
.tx-skpagecomments-pi1 form fieldset {border:1px solid #eee;}
.tx-skpagecomments-pi1 form p.userinfos {text-align:center;padding:6px;}
.tx-skpagecomments-pi1 form legend {background:#f1f1f1;border:1px solid 
#000;padding:4px;}
.tx-skpagecomments-pi1 form label {width:120px;float:left;margin-left:8px;}
.tx-skpagecomments-pi1 form p {margin:6px 0;}
.tx-skpagecomments-pi1 form p img {vertical-align:bottom;margin-left:8px;}
.tx-skpagecomments-pi1 div.smileytext{margin-left:130px;}
.tx-skpagecomments-pi1 form input#name,
.tx-skpagecomments-pi1 form input#email,
.tx-skpagecomments-pi1 form input#homepage {width:320px;}
.tx-skpagecomments-pi1 form textarea {width:320px;height:160px;}
.tx-skpagecomments-pi1 form input#skcommentssubmit 
{float:right;margin:8px 20px;}
.tx-skpagecomments-pi1 .sk-pagecomments-formlink {margin-top:1em; 
text-align:right;}
.tx-skpagecomments-pi1 #skpagecomments-smileys {text-align:right; 
margin-right:1em;}


wie hast du das Captcha bei Dir eingebunden? Gibt es dazu eine 
Dokumentation?

Viele Grüsse Jochen :-)


More information about the TYPO3-german mailing list