for the life of me I can't find a way to have the admin options sidebar separated from the main content area - like the other blocks / sidebar works. from looking around it seems that this is hardcoded into certain templates... the trouble is that I don't want to hack the core when embedding, but it seems the only way to move the admin options sidebar out of the main area is do this - although I from reading very OLD posts I have heard that it was planned to abstract this out, maybe I have missed something? or is it still the case that you need to hack the core to achieve the above?
Thanks!
Posts: 16504
Well what exactly do you want done? Take a look at the carbon theme as it uses CSS to hide and display the sidebar. Is that what you're looking for?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 14
thanks for that, what I am looking for is to have that admin options area come up in a block in the cms I am using. The sidebar portion of the array:
$g2data = GalleryEmbed::handleRequest();
$head = GalleryEmbed::parseHead($g2data['headHtml']);
$g2data['bodyHtml']
namely this area:
$g2data['sidebarBlocksHtml'];
from what I have seen there are a few sidebar areas that don't seem to be come up here, not sure if I am missing something though. I have heard that the admin options is hard coded in a template so I am guessing that when I set up the installer for the bridge I will need somehow override these templates, or overwrite them with custom code to abstract the sidebars out of that main area.
as it stands I cannot really have the admin options coming up like that because there is not enough room in the middle area, this area needs to be put in the cms blocks.
Thanks again!
Posts: 16504
So outside of Gallery? Yeah, I don't know if that's possible or not.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 54
here's what we use to display the sidebar in an e107 menu:
It's pretty basic, and a bit quirky... but maybe a place for you to start.