(Indicate the online status of a user in a profile field) Problems
3 posters
Page 1 of 1
(Indicate the online status of a user in a profile field) Problems
Ok I completed this tutorial to the "T"
https://help.forumotion.com/t132631-phpbb3-invision-indicate-the-online-status-of-a-user-in-a-profile-field
For some reason on my forums it only shows that user's are "Offline" on the message profile fields when they are clearly Online.
My forums version is Phpbb2
My forums adress is: riseoftron.com
My username on the forums is: MadroX
https://help.forumotion.com/t132631-phpbb3-invision-indicate-the-online-status-of-a-user-in-a-profile-field
For some reason on my forums it only shows that user's are "Offline" on the message profile fields when they are clearly Online.
My forums version is Phpbb2
My forums adress is: riseoftron.com
My username on the forums is: MadroX
MadroX- Forumember
- Posts : 39
Reputation : 0
Language : English
Re: (Indicate the online status of a user in a profile field) Problems
Hi 
As the tutorial said, this feature is available for phpBB3 and Invision only so this is not applicable for phpBB2; however, they might be a way around this but I'll look into it
.
Regards,
Pizza Boi

As the tutorial said, this feature is available for phpBB3 and Invision only so this is not applicable for phpBB2; however, they might be a way around this but I'll look into it

Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: (Indicate the online status of a user in a profile field) Problems
Ok thank you so much I did not notice that, If you can provide any help at all I would be grateful!
MadroX- Forumember
- Posts : 39
Reputation : 0
Language : English
Re: (Indicate the online status of a user in a profile field) Problems
Hi 
I seriously don't think this will work but try this instead of the one in the tutorial:
I believe that really is for phpBB3 and Invision only.
Regards,
Pizza Boi

I seriously don't think this will work but try this instead of the one in the tutorial:
- Code:
[table class="i_icon_online"][tr][td]Online[/td][/tr][/table][table class="i_icon_offline"][tr][td]Offline[/td][/tr][/table]
I believe that really is for phpBB3 and Invision only.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: (Indicate the online status of a user in a profile field) Problems
Hmm...try this :
Display > Templates > General > viewtopic_body
Find :
Replace by :
Save and publish.
Display > Templates > General > viewtopic_body
Find :
- Code:
<tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
Replace by :
- Code:
<tr class="post {postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
Save and publish.


» user online status
» Online status below profile
» How To put an Online Status Below the user avatar?
» Message Profile Field: Online Status
» Status profile field above avatar
» Online status below profile
» How To put an Online Status Below the user avatar?
» Message Profile Field: Online Status
» Status profile field above avatar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum