Now we come very near for what the HRM WordPress Tracking plugin was originally intended. Content Managers always asking how long people really spend on writing an article. They maybe want to know how long employees might be logged in into WordPress. And this is it. The WordPress Time Tracking plugin for the human resources department offers a few new ways to track exactly that. The process of developing that had man trials and errors along the way. Finally it is here. Also we start the experiment of supporting the plugin by Twitter. Thats not new but very exciting. [Read more…]
HRM Work Tracking Version 1.3 is here. Improvements from the last months
Long time there were no update of the HRM Work Tracking WordPress Plugin. Now we want to introduce Version 1.3 which is the latest version and has some improvements you requested. One thing you didn’t requested but it was my main problem. I always forgot to stop the time tracking by quitting the work. Here are the new features:
Extra page only with counters
The new extra page consists only the widget from the dashboard, to have it as seperate window to keep track of working time. We call this window a Pop out as it pops out.
Function to stop time tracking on logout
Earlier this year somebody requested to stop the work time tracking on WordPress logout. This is now present and you can activate it on the settings page.
[Read more…]
HRM Work Tracking, stop tracking on logout
I’ve been asked: “Hello, is it possible to begin tracking time when the user logs in automatically and stop tracking time when the user logs out automatically with the HRM Work Tracking plugin? Thanks”
The answer is yes.
You need to find the file hrm-work-tracking.php and add the following code before the end of the file which is ending with”?>”
function user_stops_to_work_on_logout(){
global $current_user;
user_stops_to_work($current_user->ID);
}
add_action('wp_logout', 'user_stops_to_work_on_logout');
How to get the HRM Work Tracking Plugin in English or any other language
You maybe fall in struggle with the english translations of the WordPress HRM Work Tracking plugin. Here is what you have to do:
First of all check out in your wp-config.php to which language the WPLANG is set. It looks like define('WPLANG', 'en_US');
Now copy the value of it. Go into the Plugin Folder hrm-work-tracking and search for a folder called “lang”.
Have a look if there is any file defined with this value. Otherwise copy the hrm-work-tracking-en_EN.mo and and rename it to hrm-work-tracking-en_US.mo. In this folder you can find the new hrm-work-tracking.pot file. You can open it with
PoEdit and
If you don’t like the strings or words it is using you can edit the .po files withsave it in your translate it yourself to your language. You need to call it hrm-work-tracking-[language_locale].mo