I'd appreciate if there could be hook added after each portlet so one can easily add another portlet in extensions on pretty much any place. Also hook for very beginning might be handy.
So say something like:
BeforePortletsHook
<div id="p-cactions" class="portlet">...</div>
AfterCactionsPortletHook
<div class="portlet" id="p-personal">...</div>
AfterPersonalPortletHook
<div class="portlet" id="p-logo">...</div>
AfterLogoPortletHook
<div class='generated-sidebar portlet' id='p-navigation'>...</div>
AfterNavigationPortletHook
<div id="p-search" class="portlet">...</div>
AfterSearchPortletHook
<div class="portlet" id="p-tb">...</div>
AfterTbPortletHook
<div id="p-lang" class="portlet">...</div>
AfterLangPortletHook
I am not perfectly familiar with hooks, so maybe this can be done via BeforePortletsHook and general AfterPortletHook while one can get the current portlet from some variable or so.
However any solution for simple adding of portlets would be very handy.
Version: unspecified
Severity: enhancement