Home >CMS Tutorial >Empire CMS >Why can't I see the time the user clicked in Imperial CMS?
Empire CMS no longer directly supports viewing user click time. Alternatives include: logging (the log_click.php file in the /d/logs directory); using a plugin (such as LogClick); using an external tool (such as Google Analytics).
How to check user click time in Empire CMS
How to check user click time?
The function of directly viewing user click time is no longer supported in Empire CMS.
Alternatives
While EmpireCMS no longer directly provides the ability to view user click times, the following alternatives can be used to obtain similar information:
Logging
EmpireCMS has added a logging function. In the /d/logs directory you can find a log file named log_click.php. This file records the date and time each user clicked a link.
Using plug-ins
You can install third-party plug-ins to record user click time. For example, the LogClick plugin can store click information in a database.
Using external tools
You can use external tools such as Google Analytics to track user click information. These tools provide more detailed data, including click time.
Step Guide
Use the log file to view the user click time:
Use the plug-in to record user click time:
Use an external tool to view user click times:
The above is the detailed content of Why can't I see the time the user clicked in Imperial CMS?. For more information, please follow other related articles on the PHP Chinese website!