Hi,
I had a line like this:
[[*galleryColumns:galleryColCnt]]
I want to repace it with this:
[[getResourceField? &id=`3` &field=`galleryColumns` &isTV=`1`:galleryColCnt]]
But the second line doesnt work.
Is'nt it possible to use conditions with getResourceField ?
Thx
[ed. note: johnjohn22 last edited this post 14 years ago.]
____________________________________________________
Oops, solved it myself, it was a syntax-thing:
Should be like:
[[getResourceField:galleryColCnt ?&id=`3` &field=`galleryColumns` &isTV=`1`]]
____________________________________________________