Wednesday, August 29, 2007, 6:50:15 PM, wiki question wrote: > I want to set the default behaviour of my sidebar in fixflow to scroll with > the page. > I have found the code to create a toggle switch -- but that does not make > sense with > my very long sidebar. Is there a variable I can set in the config file to > make the > side bar scroll with the page? > I saw one comment that said to set $setmeu = 'scroll'; but that did not > work. > I am on pmwiki-2.1.27 *
$DefaultMenu = 'scroll'; $EnableMenuOptions = false; The last will disable users from choosing if the sidemenu should be fixed or scrolling. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
