Hello,
with oxwall just beginning. Therefore, I would like to ask whether it is possible to move this widget to sidebar theme.
Thank you
Using theme: http://www.oxwall.org/store/item/31
Widget plugin: http://www.oxwall.org/store/item/331
Hello,
with oxwall just beginning. Therefore, I would like to ask whether it is possible to move this widget to sidebar theme.
Thank you
Using theme: http://www.oxwall.org/store/item/31
Widget plugin: http://www.oxwall.org/store/item/331
on the index page click customize page and then drag the widget to the sidebar
Hello,
thanks for responding. I want to ask what is "$widgetService" ? Btw I need it moved to the left panel
I mean, in which the code you are refering to need to be added, in the Activate.php file of the according plugin ? or somehere else ? :
$widget = $widgetService->addWidget('COMPONENT_NAME', false);
$placeWidget = $widgetService->addWidgetToPlace($widget, BOL_ComponentAdminService::PLACE_INDEX);
$widgetService->addWidgetToPosition($placeWidget, BOL_ComponentService::SECTION_LEFT);