On Tue, Feb 26, 2013 at 2:59 PM, Drover, Matt <[email protected]> wrote: > Is it possible to add 2 required fields to the user registratin page? or Is
Hi Matt, yes, it should be possible here: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/eperson/StartRegistration.java#L171 add a flow attribute here: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/resources/aspects/EPerson/sitemap.xmap#L209 And process it here: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/resources/aspects/EPerson/eperson.js#L54 > it possible to add a couple of required fields to the Distribution License > or Initial Questions pages ? I believe those are controlled by input forms, which should be easier than modifying aspects. I don't know this area so well, but there's detailed documentation here: https://wiki.duraspace.org/display/DSDOC3x/Submission+User+Interface https://wiki.duraspace.org/display/DSPACE/Alter+submission+input+forms Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

