- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Hi,
So I have a template modification on the thread_view, this modification uses the PHP Callback method.
In my original code, when It was a straight replacement, I was able to use certain variables and arrays from the parent thread.
Something like
Code:
However now that I am using a callback...
So I have a template modification on the thread_view, this modification uses the PHP Callback method.
In my original code, when It was a straight replacement, I was able to use certain variables and arrays from the parent thread.
Something like
Code:
However now that I am using a callback...