AndrewSimm Well-known member Sep 7, 2017 #1 I think it would be great if a mod creator could create a default sidebar with widgets for their pages. Upvote 0
I think it would be great if a mod creator could create a default sidebar with widgets for their pages.
Mike XenForo developer Staff member Sep 7, 2017 #2 They can. The setup class has a createWidget method specifically for doing this. The widgets are not directly associated with the add-on as they are potentially removable by the forum owner, hence they are created in a different way.
They can. The setup class has a createWidget method specifically for doing this. The widgets are not directly associated with the add-on as they are potentially removable by the forum owner, hence they are created in a different way.