该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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订阅开发日志