inherit
245671
0
Sept 24, 2017 12:13:21 GMT -8
cessepedes17
385
June 2017
cessepedes17
|
Post by cessepedes17 on Jun 19, 2017 18:26:44 GMT -8
Hello i was wondering if there is a option where when u r viewing posts in the thread it will say in each members profile member is online member is offline www.sportsworldv1.com
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 19, 2017 20:37:23 GMT -8
Hello i was wondering if there is a option where when u r viewing posts in the thread it will say in each members profile member is online member is offline www.sportsworldv1.comIf you go to your mini profile templates board, around line 28 you should see this: {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} You should be able to use a else statement and add it before the closing {/if} so it looks like this: (the blue is what you'd add) {if $[user.is_online]}<br /><span class="italic">Member is Online</span> {else}<br /><span class="italic">Member is Offline</span>{/if}
|
|
inherit
245671
0
Sept 24, 2017 12:13:21 GMT -8
cessepedes17
385
June 2017
cessepedes17
|
Post by cessepedes17 on Jun 20, 2017 10:04:36 GMT -8
Awesome thanks
|
|
Former Member
inherit
guest@proboards.com
252794
0
Nov 24, 2024 10:56:39 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 3, 2018 13:19:34 GMT -8
Hello i was wondering if there is a option where when u r viewing posts in the thread it will say in each members profile member is online member is offline www.sportsworldv1.comIf you go to your mini profile templates board, around line 28 you should see this: {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} You should be able to use a else statement and add it before the closing {/if} so it looks like this: (the blue is what you'd add) {if $[user.is_online]}<br /><span class="italic">Member is Online</span> {else}<br /><span class="italic">Member is Offline</span>{/if} Yesh Best <3
|
|