Hi, this is actually not that trivial to do.
After you enter firstname and lastname in separate fields in the submission form, the comma gets added and the value is stored as "lastname, firstname" into a metadata field. This means there are two strategies: - you could modify how the value is being stored after entry, effectively removing the comma and switching the order in the metadata itself - you could parse out the comma and switch the order in every place where you're reading out & displaying those fields. For example, for the XMLUI item pages, the place to do this would be item-view.xsl. best regards, Bram -- [image: logo] *Bram Luyten* *250 Lucius Gordon Drive, Suite B-3A, West Henrietta, NY 14586* *Esperantolaan 4, Heverlee 3001, Belgium* www.atmire.com <http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=braml> On 17 September 2015 at 10:06, IPST LIbrary <[email protected]> wrote: > By default, the order display in Mirage2 is "Last name, First name". > How to change to "First name Last name", no comma, for system wide? > > /Anuchit > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
