Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

140follow

Опис

English
140follow removes NOFOLLOW from author link if the comment has more than XXX characters.
The character count can be adjusted at the admin pannel. NOFOLLOW also can be added
to single comments if you add “/dontfollow” to the end of the author link.

Deutsch
Das Plugin ersetzt rel=”external nofollow” durch rel=”external” aus dem Autor-Link,
wenn der Kommentar mehr als XXX Zeichen besitzt. Die Anzahl der Zeichen kann
einfach im Adminbereich beliebig eingestellt werden.

Einzelnen Kommentaren kann das NOFOLLOW-tag wieder hinzugefügt werden, wenn
einfach “/dontfollow” (Danke an Oliver Bockelmann) zum Link hinzugefügt wird.

Встановлення

  • Upload 140follow to the ‘/wp-content/plugins/’ directory
  • Activate the plugin

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”,)

  • Activate the plugin through the ‘Plugins’ menu in WordPress

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”,)

  • Aktiviere das Plugin

Часті питання

Tutorial & FAQ

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“140follow” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “140follow” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

Changelog v2.0
Changelog v1.0