{builder-infopanel} Macro
Description
This macro defines where the infopanel, if required, will be shown within the theme layout.
One example of the info panel is the quick notation guide that is shown to the right of the editor in page and blogpost edit screens.
Usage
{builder-infopanel}
Note:
This macro can only be used inside panels within the theme configuration screen. You cannot use it in pages or news articles, etc.
Parameters
This macro has no parameters.
Examples
Basic Use
Add the macro to any panel in theme configuration to display the comments in that panel:
{builder-infopanel}
CSS Customisation
To follow.
Hints and Tips
To follow.
.png)








Comments (3)
Jan 12, 2009
Steeve Cayla says:
Is this a way to make the infopanel appear again ? I lost this panel (which shou...Is this a way to make the infopanel appear again ? I lost this panel (which should appear when editing a page) when upgrading from 3.2.2 to 3.3.2.
I tried a builder-show whith action=edit in the RSB, but this has no effect.
Jan 12, 2009
Alain Moran says:
You should be using mode=edit not action=edit The infopanel however can be inc...You should be using mode=edit not action=edit
The infopanel however can be included without using builder-show since it will only be made visible when there is content to go in it, content can appear from a variety of sources, for instance there should be content in the info panel when viewing the user profile screen.
The code has been developed in such a way to try and avoid the infopanel having any effect on the layout when there is no content to go into it.
Apr 23, 2009
Rodolfo R. Rosales says:
Hey Alain! What defines what goes into the info-panel? If I wanted to make an ...Hey Alain!
What defines what goes into the info-panel? If I wanted to make an info-panel of my own, could I do this as a template?
I ask because I envision some of my pages showing information based on content found in the page, or labels designated to the page. So, for example, if I have a page with a "Tree" label, I would like to have a titles of blog posts also labeled "trees" sitting in the panel on the right-hand side. Is this possible with info-panel?