@julian said in Category Card (beta version):
Nice to see it making a comeback!
Everything new is well-forgotten old 😄
Sr, i checked some api, i see something wrong. when i show api i see loggedIn will equal true.
And my widget alway hide.
@NgaNguyenDuy Put everything in the HTML portion of your widget, including the "container". Just replace {body} with what your widget will be.
@NgaNguyenDuy said:
Sr, i checked some api, i see something wrong.
when i show api i see loggedIn will equal true.
And my widget alway hide.
And don't forget about using <!-- ELSE -->
. It also helps!
@trevor ofcouse, i use <!-- ELSE -->
and it alway execute code following else command.
Hmmmmm, there is an option already built in called "Hide from anonymous users?"
Why don't you use that instead, for your widget?
@NgaNguyenDuy said:
@trevor yes, i want to hide widget when user logged and show it when not logged.
@psychobunny he wants the reverse of what that button does?
@psychobunny I know, but i want to reverse what that button do.
Ran into this issue as well, used conditionals which Baris broke when everything switched over to loggedIn rather than isLoggedIn.
Ah well, it's nice having every conditional the same anyways!