I am using the Micronet WordPress theme and I have a question about the Activity page. For every activity, it is showing the total duration, but I would like to see the exact date and time when the activity was created. I have attached a screenshot of what I am seeing.
I would appreciate it if you could let me know if there is a way to change this setting. Thank you for your time and consideration.
Since the date timestamp is stored in the Activity table in UTC so we are showing the difference if the time, this helps in covering the timezone issues. For example if you move from GMT-5 to GMT-8, the 3 hr difference within same country would not impact the activity times.
I understand that the date timestamp is stored in the Activity table in UTC and that the theme currently shows the difference in time to cover timezone issues.
I would like to see the exact date and time.
if it is possible to change manually, can you please tell me in which file the code is available?
I have checked and confirmed that the version is the same as the previous version (1.2.5). However, the Activity section is still showing durations instead of exact dates and times.
I am using the Micronet WordPress theme and I have a question about the Activity page. For every activity, it is showing the total duration, but I would like to see the exact date and time when the activity was created. I have attached a screenshot of what I am seeing.
I would appreciate it if you could let me know if there is a way to change this setting. Thank you for your time and consideration.
Attached files: Screenshot (74).png
Since the date timestamp is stored in the Activity table in UTC so we are showing the difference if the time, this helps in covering the timezone issues. For example if you move from GMT-5 to GMT-8, the 3 hr difference within same country would not impact the activity times.
So this is not configurable as of now.
I understand that the date timestamp is stored in the Activity table in UTC and that the theme currently shows the difference in time to cover timezone issues.
I would like to see the exact date and time.
if it is possible to change manually, can you please tell me in which file the code is available?
Thank you for your time and consideration.
I am writing to you again, regarding my previous query?
Unfortunately, this would not be possible as this would require changes in the main source and currently there is no way to over ride this
I want to change it manually, can you tell me in which file the code exists?
We've added a provision in 1.2.5 update releasing next week.
Update?
Update? zip?
is Live, please head over to WP admin - updates and click check again.
The Project activity section displays all users' project activity instead of showing only that particular project's activity.
It's a bug.
Can you solve this as soon as possible?
Oh, checking this ....
Thanks for report.
Update?
Update?
Update? zip?
This seems to be missed in our previous update. We'll add in our next update.
It will also require some css to replace the text.
and what about this
"The Project activity section displays all users' project activity instead of showing only that particular project's activity.
It's a bug.
Can you solve this as soon as possible?"
Update?
some more time is required we have more bugs submitted by other users, so the next update will bring all the fixes
Send me a zip file, whenever it goes live?
update is lvie.
Attached files: vibe-projects.zip
The version of this file is 1.2.5, the same as the previous version.
After updating the Vibe Project plugin, how can I show the exact date and time in the activity section?
1.2.6 please check the project activity section to confirm
I have checked and confirmed that the version is the same as the previous version (1.2.5). However, the Activity section is still showing durations instead of exact dates and times.
Attached files: Screenshot (93).png
Screenshot (92).png
The timestamp is attached on the date.
https://prnt.sc/UQW34XKYLR9E
1.2.7
This is the end result : https://prnt.sc/UQW34XKYLR9E
.datetime:before {
content: attr(data-timestamp);
}
.datetime .days,.datetime .hours,.datetime .minutes {
display: none;
}
Send me a zip file, whenever it goes live?
attached 1.2.7
you can also drag checklist items now to sort them
Attached files: vibe-projects.zip
Thanks, close ticket