Thanks Seyi
Managed no. 1 easily, and hope you get the time required for no. 3.
Finding how to eliminate the section on inviting email addresses by file is proving a bit beyond me.
I've tried simply commenting out the lines at around 329:
<div class="getter_link">
<a href="javascript:void(0);" onclick="jQuery('#email_upload_block').toggle();return false;">
<img src="<?php echo JURI::root(true); ?>/media/com_aworewards/images/icon_50_upload.png" alt="upload" />
<span><?php echo JText::_('COM_AWOREWARDS_EMAIL_UPLOAD_MSG'); ?></span>
</a>
<div id="email_upload_block">
<form action="<?php echo JRoute::_( 'index.php' ); ?>" method="post" enctype="multipart/form-data">
<input type="file" name="file" /> <input type="submit" value="<?php echo JText::_('COM_AWOREWARDS_SUBMIT'); ?>" />
<input type="hidden" name="option" value="com_aworewards" />
<input type="hidden" name="view" value="invitation" />
<input type="hidden" name="task" value="invite_uploadmail" />
<?php echo JHTML::_( 'form.token' ); ?>
</form>
</div>
</div>
But that seems to break adding email addresses. Could you give me any pointers to where I am going wrong?
Gratefully
Bob