AndyB
Well-known member
In this thread:
http://xenforo.com/community/threads/more-assorted-things.50098/
Mike said the following:
"For advanced usage, you can also pass params to the callback via the params attribute (like in template hooks)."
My question is how would I pass a param to my php script? Currently I placed this into my thread_view template:
<xen:callback class="Andy_CalendarAdded_index" method="getHtml"></xen:callback>
http://xenforo.com/community/threads/more-assorted-things.50098/
Mike said the following:
"For advanced usage, you can also pass params to the callback via the params attribute (like in template hooks)."
My question is how would I pass a param to my php script? Currently I placed this into my thread_view template:
<xen:callback class="Andy_CalendarAdded_index" method="getHtml"></xen:callback>