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/ _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
