Login  Register

Re: HTML widgets in sidebars?

Posted by Pedro on Jul 31, 2012; 6:18pm
URL: https://support.nabble.com/HTML-widgets-in-sidebars-tp7580917p7580948.html

You can edit your sidebar_widget macro. After edit it, your macro should be like this:
<override_macro name="sidebar_widget" requires="node_page,servlet">
    <n.actions_widget/>
    <n.people_widget/>
    <n.subscribe_widget/>
    <n.categories_widget/>
    <n.archives_widget/>
    <n.ads_widget />
    ---- your div here -----
</override_macro>
with your html widget at line 8, that is the area  below the adsense ad.
My test forum.