<xen:callback class="XenForo_ControllerPublic_Forum" method="actionWatch">

Marcus

Well-known member
Licensed customer
Is that even possible? It would be my shortest addon ever :D

Unfortunately it doesn't work. But I want to know, why.
 
It would help if you explained what you were trying to achieve...
 
<xen:callback tags aren't allowed to return controller/view objects. They're quite a bit more simple than that.
 
That's sad. That would be the actually html: <xen:callback class="XenForo_ControllerPublic_Watched" method="actionForum">Watched Forums</xen:callback>

Thanks for your help !
 
You should be able to reroute to a different controller / action in your add-on.
 
Back
Top Bottom