I need to make changes to a website that is using mosets tree. I need to stop the system from emailing the administrator whenever a new user registers on the website. I didn't find any setting to turn this off. Perhaps I missed it somewhere. I'm thinking that I have to override the com_user view to stop this.
I also want to change the onscreen registration greeting. I want it to greet the new registrant by their user name and not their real name. Again, best to override com_user view? I'm using JCE for the editor for registered users to post. I've stripped it down a bit. Problem with it is that it uses a <br /> for carriage returns. I want it to use <p />. Even though I set that int the JCE configuration, it seems to always use <br />. Any ideas on how to change this behavior? Thanks, Mark _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php

