0
10
4K
0
06 October 2009
11 June 2009
Based on 0 on WordPress.org
If you whish to use the javascript character-counter below your comments:
English
– Upload 140follow to the ‘/wp-content/plugins/’ directory
– Go to your used theme directory and open ‘comments.php’
– find
<
form action=” …
– add this to the end of this line (before “>”):
name=”commentform”
– find
<textarea name="comment" id="comment" …
– after this line add this new line:
displaylimit(“document.commentform.comment”,)
Deutsch
– 140follow ins ‘/wp-content/plugins/’ hochladen
– Öffne die Datei comments.php aus deinem Theme-Verzeichnis
– Suche nach
<
form action=” …
– Ans Ende der Zeile, also vor dem “>” folgendes einfügen:
name=”commentform”
– Suche nach
<textarea name="comment" id="comment" …
– Nach dieser Zeile, eine neue Zeile mit folgendem Inhalt hinzufügen:
displaylimit(“document.commentform.comment”,)