Marcus Well-known member Jul 29, 2013 #1 Is that even possible? It would be my shortest addon ever Unfortunately it doesn't work. But I want to know, why.
Is that even possible? It would be my shortest addon ever Unfortunately it doesn't work. But I want to know, why.
Chris D XenForo developer Staff member Jul 29, 2013 #2 It would help if you explained what you were trying to achieve...
Marcus Well-known member Jul 29, 2013 #3 I want to display http://xenforo.com/community/watched/forums on forum_list below the breadcrumbs.
Chris D XenForo developer Staff member Jul 29, 2013 #4 <xen:callback tags aren't allowed to return controller/view objects. They're quite a bit more simple than that.
<xen:callback tags aren't allowed to return controller/view objects. They're quite a bit more simple than that.
Marcus Well-known member Jul 29, 2013 #5 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 !
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 !
Jeremy in memoriam 1991-2020 Jul 29, 2013 #6 You should be able to reroute to a different controller / action in your add-on.