function bp_core_record_activity() {
Thank you Rich. I appreciate it. I am not a coder, so I am learning with baby steps.
To clarify, where exactly would I add “function bp_core_record_activity() {“?
And, by default, does this command record activity continuously? Or do I have to put a value of 30 SECONDS in between ()?”
Thanks in advance!
Eric
you’ll need to modifying that core function to adjust the time interval – there is no hook to change this via plugin or an easy way.
Eek. Just realize if you edit a core file it will get lost when you upgrade to the next BP version. Editing core files is never a recommended solution.
Open a ticket if you need this code to have a user definable time period.