Name case
Submitted by John12 on Sun, 2007-06-10 09:24.Price Tapestry
The option name case is not working. ALL CAPS stays ALL CAPS. No idea how to solve this.
Support forum loginActive forum topics©2006-2010 IAAI Software |
Name caseSubmitted by John12 on Sun, 2007-06-10 09:24.Price Tapestry
The option name case is not working. ALL CAPS stays ALL CAPS. No idea how to solve this. |
Hi John,
Name case only sets the first letters of each word to upper case - it does not change the case of any other letters in the words. This is to ensure that required capitals - for instance in surnames like McDougal are supported correctly.
You can change the behaviour of the Name Case filter by inserting a strtolower() into the filter function before the ucwords(). Instructions are in the following thread:
http://www.pricetapestry.com/node/901
Cheers,
David.