Thursday, August 21, 2008, 2:35:21 PM, noskule wrote: > Is it possible to change the default message when pagecheck=1 fails. > Currently it is:"please check your page targets!" In my case something > like "page allready exists" would be more clear for the user.
I think it is: 'Error: please check your page targets!' Fox error messages are not set via variables, but they are set as XL variables, ready for i18n via an XL page. you could probably set your own default from Site.Preferences: add 'Error: please check your page targets!' => 'page already exists', Actually, there is an error message saying that a page exists already, and to choose another page name, which you should get as well as the 'Error: please check your page targets!' All handled in function FoxSecurityCheck. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
