Official Comments 1.1
=====================
================================================================================
How It Works:
================================================================================
If you are logged into your WordPress admin panel, and you make a comment, the
plugin will see that you are an official WP user of your blog and mark the
comment with your WP User ID. Also, comments by WP users will be
automatically approved and not moderated.
When the page is rendered, that User ID is called up by the plugin functions,
which you can use to change text, change CSS class, add images, whatever your
imagination desires.
================================================================================
Where to get the latest version?
================================================================================
Documentation and news updates are at:
Latest stable versions will always be available at:
Unstable development versions are available over SVN:
================================================================================
Installation
================================================================================
Save the source code to a file (I suggest official-comments.php), and upload
to your wp-content/plugins directory. Log-in to your WP admin panel, go to
the Plugins tab and activate the Official Comments plugin.
================================================================================
Implementation Examples
================================================================================
* SIMPLE EXAMPLE
Demo:
Simply add this somewhere within the Comments loop in wp-comments.php and/or
wp-comments-popup.php:
** PHP ***********************************************************************
******************************************************************************
* INTERMEDIATE EXAMPLE
Demo:
Use CSS to change the look of official comments!
** PHP ***********************************************************************