XF 2.1 How to get custom threads field value in template

adeel786

Member
I want to get custom thread value in page_container field

First I created custom thread field
screencapture-localhost-xenforo-latest-admin-php-2020-06-08-16_21_38.webp

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
{$thread.customFields.getFormattedValue('disableAds')} OR {$thread.customFields.disableAds}

I dont know what I am doing wrong, I search everywhere only find above 2 solutions thats not working for me
 
Top Bottom