D
Dkf
Guest
How to make the status of a specific user on the forum always "Online"?
For example - user id = 12345
It's a bot. So that under its avatar, the status would say "Online".
I have HTML code:
Continue reading...
For example - user id = 12345
It's a bot. So that under its avatar, the status would say "Online".
I have HTML code:
<div class="message-userExtras"> Status: Offline <br /> Joined: 01.01.2023<br /> Messages: 123<br /> Location: USA<br /> </div>
Continue reading...