Maybe i need more drugs or alcohol ... there are things inside XF i cant understand without such support.
I have a new field xf_thread.lala
I do a dump in a template with {{dump($thread)}} and i have my new field lala with value 123 inside the dump.
then i do {$thread.thread_id} and i can see my thread_id;
then i do {$thread.lala} and i cant see my field lala.
How it is possible that xf_thread.lala can be in my dump, but not in $thread.lala?
Is there any sense, is there any explanation how this could be, please?
I have a new field xf_thread.lala
I do a dump in a template with {{dump($thread)}} and i have my new field lala with value 123 inside the dump.
then i do {$thread.thread_id} and i can see my thread_id;
then i do {$thread.lala} and i cant see my field lala.
How it is possible that xf_thread.lala can be in my dump, but not in $thread.lala?
Is there any sense, is there any explanation how this could be, please?