No content to show
User Activity
12-12-2022
It is a seperate page called memebers, the section you saw with socials and a text from people who are doing the challenge
12-12-2022
Oh okay! so the goal is to calculate when someone started a challenge, so if they started on 01/12/2022, I would like it to display "D12". and then calculate it until it's day 185, then there is gonna be an icon with a check.
12-12-2022
I inserted" | t " next to the id, now it is readable by the liquid, but it shows me a wrong number
12-12-2022
I use text input and I wrote the date like this 12/10/2022
12-12-2022
Hey! Thank you for your quick response, I fixed all the issues you've mention, but now I get only 0 instead of days, do you know what could have caused that?
Hello! I want to display the days between a set date from section settings to today, and the assign function is not reading the id, would appriciate the help! {%- assign dateStart = section.settings.date_started | date: '%s' -%}{%- assign nowTimestam...