@Mike
How can I set this permission?
I am using guest api key, with only user:read scope
before the latest release, by using guest api key I can fetch the email.
Now all data is displaying except email
I want to do something like
if featured image present show featured image
else if thread first post message contain Media='youtube' tag show bbcode
else show website logo
I want to get custom thread value in page_container field
First I created custom thread field
Now I want to get this custom field value in page_container template
I tried this:
{$thread.custom_fields.getFormattedValue('disableAds')} OR {$thread.custom_fields.disableAds}
and...