Monitor and display registered users activity (logins, posts, comments, etc.). You can also track and prevent hackering attemps, with IP blacklisting.
Use <?php act_last_connect($author) ?> in author.php template, or <?php act_last_connect() ?> in index page.
If you only want to display the last login date without any text, use <?php act_last_connect($author, 'no_text') ?>.
Use <?php act_stream_user($author) ?> in author.php template
this function accepts two parameters :
<?php act_stream(number,title) ?>
defaults are :
[ACT_STREAM]
[ACT_STREAM number="" title=""]
defaults are :
Just rename or delete the wp-activity directory in wp-content/plugins/, and you should be able to access to your blog.
Before settings blacklist options, you need to activate logon failures log (in the previous tab).
Just put a copy of wp-activity.css in your theme dir, it will be processed instead of the css file included with the plugin.
You must specify "-1" in number parameter. All activity stored in database will be returned.
Change the value in the plugin administration, under display options tab.
Just change the icons in the /img directory, but keep the event name (example : to change the login/connect event icon, change the icon named CONNECT.png - names must be in capitals). If events don't have related icons, you can add it by naming an icon from the event name. I used Fugue Icons - shadowless version for generic icons.
You will have to edit wp-activity.php, check line 32 and set $strict_logs to true.
= How can I change the search field filter in admin activity log by the user list ?
You will have to edit wp-activity.php and change the value for the $act_user_filter_max var (near line 33).
This is a known excel bug : when you open a .csv file in Excel, it forces the use of the local encoding set (WINDOWS-1252 for French) and not UTF-8. To avoid this, you will have to rename the file extension from .csv to .txt, open Excel, do File/Open and open the wp-activity.txt. The csv import assistant will now launch, allowing you to set the encoding to UTF-8.
You have to modify the $act_list_limit var line 31 of wp-activity.php.
You have to modify the $no_admin_mess var line 33 of wp-activity.php and set it to true.
I also have a poor hosting, so I try to keep my plugin as light as I can ; the admin scripts and css files are only loaded when needed. Best-Performance tips :
Hum. I'm testing it on two WordPress installations (local WAMP and online test site), and I send my beta versions to my favorite tester. But even with that, some bugs stay present. That's why there is often updates that just fix the previous ones... Sorry for that. If you want to be sure it's debugged, you can wait a few days for a x.x.1 version release.
Requires: 3.1 or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-4
Downloads: 11,876
1 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?