Hi, just bought DT Register and so far I\'m very please with the product. I was just wondering if it\'s possible to disable the e-mail confirmation function? All my attendees are registered users and don\'t need any e-mail confirmation.
Hello. Open the file:
/components/com_dtregister/dtregister.php
Search for any occurrence of mosmail. This is where emails are generated and sent. Some are admin notifications... some are user confirmations, etc.
For the user confirmation, find any line starting with mosmail that also contains $thanksemail in the same line... then simply comment that line of code. This should do the trick for you.