This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

140follow

Description

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.

Installation

  • 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

Reviews

There are no reviews for this plugin.

Contributors & Developers

“140follow” is open source software. The following people have contributed to this plugin.

Contributors

Translate “140follow” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.