how to hide the Oxid efire in the shop admin can you give me any idea I have using the oxid 4.3 version
you mean, the navigation about eFire on the left?
ya exactly
go to Admin -> Master Settings -> Core Settings -> Tab “Settings” -> Administration and deactivate “Load additional Information from OXID server”
thanks it working fine
I have a requirement like if the particular user is logged in then I have to hide the Oxid efire
is it any xml file for this like menu.xml file in admin folder in the shop then I will write the conditions can you favor for this ?
you can find this in /out/admin/tpl/nav_frame.tpl
[{if $oViewConf->blLoadDynContents && $oViewConf->sShopCountry }]
<frame src="[{ $oViewConf->getServiceUrl() }]banners/navigation.html" name="adminfrm" id="adminfrm" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
[{/if}]