[pmwiki-users] Single column skin(s)?

Hans design5 at softflow.co.uk
Thu Sep 24 12:20:54 CDT 2009


Thursday, September 24, 2009, 5:45:52 PM, edwin marte wrote:

> You could use the Triad Skin. If you use markup (:noleft:)
> (:noright:) there won't be any sidebar.

With Triad for presentation us eyou coul just click the 'Hide' links
left and right top to hide left and right bars, leaving you with a
single column content, plus header, action menu, footer etc.

you could also disable and hide left and right bars permanently from
config.php like this:

$EnableLeftBarToggle = 0;
$EnableRightBarToggle = 0; 
$EnableRightBar = 0;
SetTmplDisplay('PageLeftFmt',0);
$Skin = 'triad';

you see there is a var $EnableRightBar for the right column,
but it needs SetTmplDisplay('PageLeftFmt',0); to get rid of the left
column. The toogle variables will hide the toggle links and isable
toggling of SideBar and RightBar.


  ~Hans




More information about the pmwiki-users mailing list