tracking
Description
Main interface for tracking users
Syntax
void tracking (int $memID)
Parameter $memID
Expected type: Integer
Description: The ID of the member we're tracking
Notes
- Accessed at ?action=profile;area=tracking;u={memID}
- Calls the appropriate function based on the subaction
- Subaction can be 'activity', 'edits' or 'ip'
- Defaults to 'activity' if subaction isn't set or is invalid
- Profile edits can't be tracked if the moderation log is disabled.