Comments Info
Displays infos (browser, OS, version) with name and icon about each comment from yours posts in WordPress.
Version: 1.0
Date: 17.01.2009
Tested up to WordPress 2.7
Installation
- unzip the package in the plugins directory from your WordPress Installation
- enable the Comments Info plugin in the Plugin area manangement
- use the following code in the comments.php template of your theme, inside the foreach() thats iters among the comments list
<?php if (function_exists(‘comment_infos’)) { ?>with <span id=”userAgentInfo”>
<?php comment_infos($comment->comment_agent); ?></span>
<?php } ?>
Supported browsers
- Firefox
- Opera
- Chrome
- Safari
- Konqueror
- Internet Explorer
Supported OSs
- Windows
- Mac OS
- Ubuntu
- Debian
- Mandriva
- SuSe
- Fedora
- RedHat
- Gentoo
- Other linux distros appears as Linux
- FreedBSD
- NetBSD
- Solaris
- IPhone
- IPod
- WordPress (appears with trackbacks)

[...] http://www.chrisb.com.br/blog/wordpress-plugins/comments-info/ [...]
[...] Comments Info: exibe ícones do sistema operacional e do browser do usuário que fez um comentário. Esse, eu que fiz, e preciso dar um upgrade nele… Site: http://www.chrisb.com.br/blog/wordpress-plugins/comments-info/ [...]
Comment info não funcionou comigo …
Fernando, deu algum erro?
não … olhando direito aqui notei que meu wordpress não esta publicando nenhuma modificação nos templates
Depois vejo com calma o motivo, quando me propus a isso achei que seria rápido.