Hi,
sorry for late reply.
The "Choose File" link won't take any action and I can't alter the two options "Overwrite existing user" or "Send email"
You have footer above the main content. add this directive to your CSS file
footer{clear:both}
Also, where do we alter what the email notice would read to the user?
The user read the registration Joomla mail.
If you want customize you can create a language override for Joomla constant: the constant are:
Subject of email: COM_USERS_EMAIL_ACCOUNT_DETAILS
Body of mail: COM_USERS_EMAIL_REGISTERED_BODY
If you are not understand follow these step:
- Go to administration->Extensions->Language Manager
- On the left menu click on override.
- Now you can create an override for these constant for each language.
If you want see the content of constant
before override try this:
- Go to administration->Extensions->Language Manager
- On the left menu click on override.
- Click on New button
- On "Search text you want to change" paste for example this:COM_USERS_EMAIL_REGISTERED_BODY and set Searh for "content" (see screenshot)
- Click on search and you see the default joomla text for this constant.
Also for your plugin, can you setup an export example so it would include the fields we have added?
Example is in Instruction of Plugin.