Plugin Name
开发者 |
NetReview
|
更新时间 |
2009年10月7日 01:47 |
捐献地址: |
去捐款 |
PHP版本: |
2.0.2 及以上 |
WordPress版本: |
2.8.4 |
详情介绍:
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="<?php echo get_option('siteurl'); ?> ...
- 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",<?php $followopt = get_option('dbfollow_options'); echo $followopt['follow_count']; ?>)
-
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="<?php echo get_option('siteurl'); ?> ...
- 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",<?php $followopt = get_option('dbfollow_options'); echo $followopt['follow_count']; ?>)
- Aktiviere das Plugin
更新日志: