Hi,
The best will be to edit the view "vendormarket | registration" in order to remove the elements you don't want to.
We will see to add more ACL in the future versions for that.
About the toolbar, it is displayed automatically by the HikaMarket view helper.
If you want to display yourself the toolbar, you can use this code
if(!empty($this->toolbar)) {
$toolbarHelper = hikamarket::get('helper.toolbar');
$toolbarHelper->process($this->toolbar);
}
And you can clear the content of the variable $this->toolbar if you don't want that the HikaMarket view helper display it too at the top of the page.
Regards,