[pmwiki-users] underscores in pagenames
    Nicolas Poulain 
    nico.poulain at gmail.com
       
    Mon Apr 14 18:16:17 CDT 2008
    
    
  
Nicolas Poulain a écrit :
> Hi list,
> 
> I whish to have underscore characters authorised in pagenames e.g : 
> Main.The_home_page but actually it is automatically transformed into 
> Main.TheHomePage
> Is it possible to keep the «_» in pagenames ?
> 
> Regards
> 
I found it. Placing this into in local/config.php :
SDV($PageNameChars,'-[:alnum:]_');
to replace the :
SDV($PageNameChars,'-[:alnum:]');
in pmwiki.php.
Bye
-- 
Nicolas Poulain
http://exomatik.net/
    
    
More information about the pmwiki-users
mailing list