Categories:
Author:
Current version:
0.2
About It:
Get it:
Rate it:
Flag it:
If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
ajw_comment_num
Allows for outputting current comment number.
Requires:
- 1.0RC3 (rev180 or greater)
- If you are using Textpattern 1.0RC3 rev142 thru rev179, you will need to perform a one-line edit of
/textpattern/publish/comment.php
, as outlined in this Textpattern Forum thread (allows for plugin parsing in comments)
Examples:
Ideally, this is meant to be used in your default comment form. While it is possible to use this plugin with the default
- formatting of comments, you’ll be able to do much more fun things if you switch off numbered list formatting in admin->preferences.
<div id="comment-<txp:ajw_comment_num />">
<span class="comment-num"><txp:ajw_comment_num /></span>
...other comment form stuff...
</div>
Result:
<div id="comment-1">
<span class="comment-num">1</span>
...other comment form stuff...
</div>
Initially released:
2005-03-09
Posted here:
15 Mar 2005