How to delete oxwall blog from Admin area?
thanks micha
There's no such option, admin have to do that on the front end.
Hi,
you can delete or not it now?
thank you
The latest version is 1.8.0. More details at Oxwall.org
remove this line: <iframe class="ow_full" src="{$adminDashboardIframeUrl}" style="border: 0pt none ; width: 100%; height: 250px;" frameborder="0"></iframe>
but keep in mind your changes will be overwritten while next update of the software.
ow_system_plugins/admin/views/controllers/base_dashboard.htmlremove this line: <iframe class="ow_full" src="{$adminDashboardIframeUrl}" style="border: 0pt none ; width: 100%; height: 250px;" frameborder="0"></iframe>
but keep in mind your changes will be overwritten while next update of the software.
{* <iframe class="ow_full" src="{$adminDashboardIframeUrl}" style="border: 0pt none ; width: 100%; height: 250px;" frameborder="0"></iframe> *}
enable dev mode and refresh your website, also clear your browser cache as it works, we have just test it.micha