For me i own a Samsung Galaxy s9+ and so far im satisfied with it. On the other hand my wife owns a Iphone XS MAX, only thing about the iphones is is their camera. So android over ios.
{{if !member.member_id}} // only shows to Guest members
<div class="guestHeader">Welcome</div>
<ul>
<li>{lang="total_topics"} {number="$stats['total_topics']"} </li>
</ul>
{{endif}}
Below code does not do its job properly. And this is located in Globaltemplate
{number="$stats['total_topics']"}
So i got a question. I am trying to code a Welcome tab for quests instead for them to scroll down and check out general stats id like to display it inside of the welcome tab. So basically i took the code from gstats template
{lang="total_topics"}
This displays the language all fine but when i want it to display the stat number using
{number="$stats['total_topics']"}
it comes up with just a plain 0 but instead it should be like 20 or something.
Any ideas what i'm missing?