Hello,
I use some widgets in a thread view sidebar. One of the widgets uses the current thread title as a parameter. I've tried this
<xf:callback class="MyAddon\\MyClass" method="mymethod" params="['{$thread.title}']" ></xf:callback>
However, the parameter within my method is ##0.
What is my mistake?
regards, rhodes
I use some widgets in a thread view sidebar. One of the widgets uses the current thread title as a parameter. I've tried this
<xf:callback class="MyAddon\\MyClass" method="mymethod" params="['{$thread.title}']" ></xf:callback>
However, the parameter within my method is ##0.
What is my mistake?
regards, rhodes