Online Status Question
2 posters
Page 1 of 1
Online Status Question
So, I was looking at this tutorial. It says it's only for phpbb3 and invision.
I tried it on my forum (phpbb2) and it seems to work fine... except for always showing people offline even when they're online. Is there a way to change the code or something to make it work for phpbb2?
I tried it on my forum (phpbb2) and it seems to work fine... except for always showing people offline even when they're online. Is there a way to change the code or something to make it work for phpbb2?
Last edited by Enalahs89 on Sun 13 Sep - 21:30; edited 1 time in total
Re: Online Status Question
Hi @Enalahs89,
This should be possible. Try going to Display > Templates > General and edit the viewtopic_body template.
Find :
and replace it by :
Then save and publish the template.
This should be possible. Try going to Display > Templates > General and edit the viewtopic_body template.
Find :
- Code:
class="post post--{postrow.displayed.U_POST_ID}"
and replace it by :
- Code:
class="post {postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"
Then save and publish the template.
Re: Online Status Question
Well that worked except now it's showing both Online and offline for my status when I'm online.
http://prntscr.com/8fyrkm
http://prntscr.com/8fyrkm
Re: Online Status Question
In the CSS, it looks like you modified this value to "inline" ( it means it's displayed ) :
Change inline to none and it should disappear on posts where the user is online.
- Code:
.post.online #is_off.user_status{ display:inline }
Change inline to none and it should disappear on posts where the user is online.
Re: Online Status Question
Oops. I must have forgotten to change it back once I got done messing around with it when I was trying to fix it to work in phpbb2 lol
Thank you, Ange!
Marked solved and ready for archive C:
Oh! One more question. Does this feature not work when added to profiles too? Cause on the profiles it says "Online Offline"
Thank you, Ange!
Marked solved and ready for archive C:
Oh! One more question. Does this feature not work when added to profiles too? Cause on the profiles it says "Online Offline"
Similar topics
» online status
» Online status not in the right place
» missing online status icon
» Hide Online Status
» Status showing offline when member is online.
» Online status not in the right place
» missing online status icon
» Hide Online Status
» Status showing offline when member is online.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum