SkinsForum Member Jan 12, 2019 #1 hello footer how can I show the number of online users? this did not happen Code: {'total': number($online.counts.total) }
hello footer how can I show the number of online users? this did not happen Code: {'total': number($online.counts.total) }
SyTry Well-known member Jan 13, 2019 #2 Hello, I think you need to have an expression with that code, like the widget_members_online template Regards, SyTry Upvote 0 Downvote
Hello, I think you need to have an expression with that code, like the widget_members_online template Regards, SyTry
SkinsForum Member Jan 13, 2019 #3 SyTry said: Hello, I think you need to have an expression with that code, like the widget_members_online template Regards, SyTry Click to expand... Thanks for the answer Do you have any idea how I can do it? Upvote 0 Downvote
SyTry said: Hello, I think you need to have an expression with that code, like the widget_members_online template Regards, SyTry Click to expand... Thanks for the answer Do you have any idea how I can do it?
SyTry Well-known member Jan 13, 2019 #4 SkinsForum said: Thanks for the answer Do you have any idea how I can do it? Click to expand... I will take a look tomorrow For now you can try to add something like this : HTML: {{ phrase('online_now_x',{ 'total': number($online.counts.total)}) }} In online_now_x add this : Total : {total} Not tested ^^ Upvote 0 Downvote
SkinsForum said: Thanks for the answer Do you have any idea how I can do it? Click to expand... I will take a look tomorrow For now you can try to add something like this : HTML: {{ phrase('online_now_x',{ 'total': number($online.counts.total)}) }} In online_now_x add this : Total : {total} Not tested ^^
SyTry Well-known member Jan 13, 2019 #6 I think you need some PHP to do that because the code above is for widget_members_online Upvote 0 Downvote
SkinsForum Member Jan 13, 2019 #7 Thank you for your response Php I'm not good Can you help me? Upvote 0 Downvote
SyTry Well-known member Jan 14, 2019 #8 SkinsForum said: Thank you for your response Php I'm not good Can you help me? Click to expand... I'm not good too, maybe @Lukas W. , @au lait or @DragonByte Tech Upvote 0 Downvote
SkinsForum said: Thank you for your response Php I'm not good Can you help me? Click to expand... I'm not good too, maybe @Lukas W. , @au lait or @DragonByte Tech