How would a person go about tracking every move a user makes on the forum? I want to see everything they click on and read. Is there an addon for this?
How would a person go about tracking every move a user makes on the forum? I want to see everything they click on and read. Is there an addon for this?
For everything they click on, that'd be a pretty massive request as you'd end up needing a handler for every single possible place a link might appear not to mention every single route view because they might access a URL directly. If you really need to audit a user to that degree you might be better off looking through your server logs.