BP use the time/date settings you made in your WP settings.
If you absolutely need another output only for the profile activity, you have to code something yourself.
See in bp-activity-admin.php how it’s actually done. It’s a core file, don’t modify it.
I’m new to php and wouldn’t know where to start with coding the activity comments to display date and time rather than days, hours and minutes.
I am using the activity stream as a contact trail. Admin will use it to record notes on candidates profile to show what contact they have had. Having the activity stream show date and time will make it easier to track conversations.
If you could help me with altering the code or adding some custom code to make it work then it would be greatly appreciated.
Thanks
im new to php: bad point, sorry for you.
Your idea maybe honorable. but as a php beginner, you preferably start training with something easier
If you could help me with altering the code or adding some custom code
I won’t change WP Core at your place.
Does the process have to involve altering core files?
Is there not a different way whereby I would add some code to my themes functions file.
Also, this is for my final year university project and is quite urgent and very important so any help that you or anyone else monitoring this post can provide would be very appreciated.
Thanks
Search in BP’s files for “time” & “date” and also in WP and you will perhaps understand why this is not simple to modify for only one component (profile)
Maybe creating a custom function will do that, but i don’t know how to do that.