[pmwiki-users] Selecting a Wiki engine...

pmwiki at 911networks.com pmwiki at 911networks.com
Tue Oct 3 17:00:49 CDT 2006


On Tue, 3 Oct 2006 16:36:23 -0500
"Patrick R. Michaud" <pmichaud at pobox.com> wrote:


> Oh, but you can!  You just have to add "overflow" to the set
> of allowed CSS properties (in local/config.php):
> 
>     $WikiStyleCSS[] = 'overflow';
> 
> Then the following should work:
> 
>  %define=box block bgcolor=#ffffcc border="2px dotted grey" 
>      width:650px overflow:auto%
> 
> See, for example http://www.pmwiki.org/wiki/Test/Overflow .

Does NOT work for me! I must be missing something else in my
local/config.php.

BTW: I use fixflow

<?php if (!defined('PmWiki')) exit();
$EnablePathInfo = 1;
$FavIcon     = "$PubDirUrl/skins/favicon.ico";
$Skin = 'fixflow';
$DefaultPasswords['edit'] = removed;
$DefaultPasswords['admin'] = removed;
$EnableGUIButtons = 1;
$EnableUpload = 0;

## Customizations
$TimeFmt                  = '%e-%b-%y'; # d-mmm-yy
$CookiePrefix             = 'sql_';     # set cookie prefix to 'sql_'
$EnablePostAuthorRequired = 1;          # always requires author's name
$DiffKeepDays             = 3;          # keep revisions at least 3 days

## Fixflow skin
$DefaultColor = 'red-gold';   # colour scheme
$setmenu      = 'fixed';      # left bar does not scroll
$setrb        = 2;            # right bar, normal side
$EnableStyleOptions = 0;      # disable showing the style options for fixflow

$WikiStyleCSS[] = 'overflow';





-- 
Thanks
http://www.sqlhacks.com
The SQL knowledge base




More information about the pmwiki-users mailing list