farukduyarl
Registered
- Thread starter
- #1
Hello,
I'm running XenForo version 2.3.3 and have created a subdirectory called `/test` within my installation. Inside this folder, I placed a basic `index.php` file and successfully included XenForo's core by loading `config.php`. After running some tests, I confirmed that I can access the XenForo framework and the database without any issues.
What I would like to achieve is the following:
When a user visits `/test/index.php`, I want XenForo to update their "Last seen" activity and display a custom activity message such as “Viewing the Test index”. In other words, I want the user’s online status to show something more specific than just "last seen recently" — it should reflect that they're viewing this particular page.
How can I implement this functionality?
Thank you in advance!
I'm running XenForo version 2.3.3 and have created a subdirectory called `/test` within my installation. Inside this folder, I placed a basic `index.php` file and successfully included XenForo's core by loading `config.php`. After running some tests, I confirmed that I can access the XenForo framework and the database without any issues.
What I would like to achieve is the following:
When a user visits `/test/index.php`, I want XenForo to update their "Last seen" activity and display a custom activity message such as “Viewing the Test index”. In other words, I want the user’s online status to show something more specific than just "last seen recently" — it should reflect that they're viewing this particular page.
How can I implement this functionality?
Thank you in advance!