Online users add-on : an option to display only "Online" when online instead of Offline/Online would be nice. I find that 'Offline' status is not so interesting while charging the display. We should have the possibility to chose.
Notifications
Clear all
Paid Addons Support Forum Only
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
Jan 18, 2019 2:36 am
1 Reply
Jan 18, 2019 3:46 pm
Thank you @usernamemi for this suggestion. We'll take it into consideration for future releases.
For now, I suggest you use the following CSS code for this purpose. Add it in Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea.
.wou-status-offline {
display: none !important;
}