Hi everybody. I'm creating a website and I try to use the liquid content on powerpage. I made a script that should say "Hi user.fullname" . Fullname should be different for everybody. It worked but since a few week, it write "Hi John Doe" for everybody, and of course we're not John Doe. Could somebody help me to see where I can find the variable user.fullname and so understand the problem ?
Thank's a lot, and sorry for my english
Here's the part of the code :
As per Oliver it is usually just
{%if user %}
The Liquid 'user' object does not exist if not logged in (you may actually get a Liquid error if accessing one of its properties for someone that is not logged in).
Are you actually on the Web Page (e.g. Previewing it) or just in the Site Editor? in the site editor it will always say John Doe.
not sure if this is related, but this doesn't look right {% if user.logged_in %}
all you need if
{% if user %}
Also, do you mean in the Portal Studio Design or the website itself?
in the Studio Design this is expected, but it's not your real website, it's just a preview
Lucas001
60
Super User 2025 Season 2
Fubar
55
Super User 2025 Season 2
surya narayanan
35