Posts showing user online or offline.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Posts showing user online or offline.
Is it possible to show on posts if a user is online or offline?
April
April
Last edited by aprilshowers0923 on January 13th 2016, 1:24 am; edited 1 time in total
Re: Posts showing user online or offline.
Hello @aprilshowers0923
Please read the following thread
http://help.forumotion.com/t144041-online-and-offline-appearances-phpbb2-profile?highlight=offline
Also Please remember to do a search in the forum for key words
as there is about 6 pages of this on the forum
To do a search with keywords Click the search button in the navbar and then type in a key word like Offline or Online or online and offline then press enter.
The forum will then look for the words you have typed and show a popup of the posts with that word in the title.
Re: Posts showing user online or offline.
Okay I read it and followed the instructions with the codes and its not working for me.
Re: Posts showing user online or offline.
I think I figured this out but I still can't do anything because only the founder of the forum who has left the group can see the templates so I can't change coding.
I tried it out using my test forum.
April
I tried it out using my test forum.
April
Re: Posts showing user online or offline.
You can test if this javascript works, use as placing 'on the topics':
When the default template is used on your forum it should insert the text 'offline'. You can change it by an image or something by editing the value inside
on line 4.
- Code:
$(function() {
$('.messaging.gensmall').each(function() {
if(!$(this).find('.i_icon_online').length) {
$(this).find('td').append('offline');
}
});
});
When the default template is used on your forum it should insert the text 'offline'. You can change it by an image or something by editing the value inside
|
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Posts showing user online or offline.
My problem here is that we have no founder just an owner and the owner cant see the templates in the admin panel.
For now I am going to close this until the owner of the forum can fix this founder situation.
Thank you
April
For now I am going to close this until the owner of the forum can fix this founder situation.
Thank you
April
Re: Posts showing user online or offline.
Topic solved and archived

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum