Hallo liebe Forengemeinde ;-)
gibt es eine Möglichkeit, Kommentare zwanghaft als einen String anzuzeigen. Ich möchte, dass es nicht erlaubt ist.
Schreibt ein Leser nun in die Kommentarbox:
"Hallo Leser,
das ist ein Testkommentar,
lg dein Leser"
so soll es jedoch IMMER so angezeigt werden:
"Hallo Leser, das ist ein Testkommentar, lg dein Leser".
Geht das? Wenn ja, habt ihr einen Tipp für mich? Ich komm leider nicht weiter ...
Danke, lg Jonas (Projekt: Stillefeder.de)
ZitatAlles anzeigen/* Comments */
#comments {
overflow: hidden;
}
#comments .section-title {
text-transform: uppercase;
font-size: 0.875em;
font-weight: normal;
text-align: center;
background: url("http://forum.wpde.org/images/border.png") repeat-x center center;
}
#comments .section-title span {
background: #fff;
padding: 0 12px;
}
.comment-navigation {
margin: 12px 0;
}
.comment-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.comment-list .comment-body {
border-bottom: 1px dashed #eee;
margin: 0 0 1.5em;
overflow: hidden;
padding: 0 0 12px;
}
.comment-list img.avatar {
float: left;
margin: 0 10px 0 0;
padding: 3px;
border-radius: 50%;
}
.comment-box {
overflow: hidden;
}
.comment-author {
font-weight: bold;
}
.comment-meta {
float: right;
}
.comment-text {
clear: both;
margin: 6px 0;
}
.comment-text p{
margin: 12px 0;
}
ol.children {
padding: 0 0 0 40px;
list-style-type: none;
}
#comments ol ul {
margin-left: 60px;
}
/* Comment Form */
#comment-form input {
margin-right: 8px;
float: left;
}
#comment-form div {
margin-bottom: 10px;
}
#comment-form p.form-submit, form p {
overflow: hidden;
}