theode
Forum Replies Created
-
Forum: Plugins
In reply to: [Label Plugins] Some detailsOh my I didn’t see it has any support tickets.
Forum: Plugins
In reply to: [Marketing Twitter Bot] Is there any chance to get this plugin into my SVN ?thank you very much
Forum: Reviews
In reply to: [HRM Work Tracking] CSS Issuesthank you for this tip
Forum: Plugins
In reply to: [HRM Work Tracking] Question about the pluginI’m working on that… Everybody is seeing the time tracking. The next version includes a time-tracking per article…
it is finished in a few days.Forum: Reviews
In reply to: [HRM Work Tracking] TerribleThis will be changed next version!
Forum: Themes and Templates
In reply to: How to get _wpnonce code for each themesHi Mg Lwin Kyaw Myat,
I recently developed a new plugin. called Theme folders. I added you as developer for this.
The wp nonce you are searching for are
on activate
wp_create_nonce(“switch-theme_twentytwelve’);
and delete
wp_create_nonce(‘delete-theme_twentytwelve’);twentytwelve of course your theme folde.
regards
theodeForum: Themes and Templates
In reply to: How to get _wpnonce code for each themesI ask myself the same in the moment… will answer your question if I find it.
Forum: Plugins
In reply to: [HRM Work Tracking] Disable widgets filter for specific rolesHello.
number one.
go to hrm-work-tracking.php and do this (approx line 62)//add_action('wp_dashboard_setup', 'add_dashboard_clock' ); //add_action('wp_dashboard_setup', 'add_dashboard_hrd' ); //add_action('wp_dashboard_setup', 'add_hrm_wt' );number two.
I bet there is a possibility with
if ( current_user_can( "subscriber" ) )}we can talk about it further
Forum: Plugins
In reply to: [HRM Work Tracking] View daily time logsHey Yarink,
I’m just thinking in the moment if it is possible.
We know when he logs in, and we might know when he stops. but in the moment its saved on a monthly basis of hours.if you still need this, I will write you this
regards
theodeForum: Plugins
In reply to: [HRM Work Tracking] Feature requestHi,
ok have that on my list for Version 2.0! Check out Version 1.3 already!Forum: Plugins
In reply to: [HRM Work Tracking] Changing language to English in HRM pluginForum: Reviews
In reply to: [Language Field] I have a problemI hope I fixed that now. Renamed that function which has a conflict.