
04-06-2008, 05:48 PM
|
 |
|
|
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
upgraded to Invitation System v2.0.2
- Changes since v1.0.4
- no more need to double click on the invitation link
- invitationcode cookie gets removed once the user has signed up
- account verification after signup isn't blocked by an invalid invitation error code anymore
- deletions of invites now delete the correct invite
- added permissions check when trying to delete an invitation
- if a user deletes an unclaimed invite, he gets one invite back
- you cannot sent multiple invites to the same email address
- you cannot sent invites to already registered email addresses
- added no invites sent message to usercp tepmplate
- changed some phrases to proper English (hope so)
- added some additional phrases
- numerous misspells in the body text of the invitation fixed
- the body text hardcoded that users can't change it
- also there are phrases for subject and bodytext, so you can use translations.
- the users can attach a note message to the invite email
- Fixed SQL injection vulnerabilities throughout the code.
- Referrer ID ist not overwritten by 1 for every new user.
- Removed one query when user is verifying his email address.
- Some adjustments for supporting the Inviation System and the normal registration method at the same time.
- Added missing closing form tag
- The Used Invitation table displays the phrase no_invites_sent when no invitation were sent out
- The description box only appears if a description is defined in admincp
- Removed the nested div panels to make the look consistent with the rest of usercp
- Switched from forumwidth to formwidth_usercp to make the look consistent with the rest of usercp
- Removed Login information beside the email address input field to make the look consistent with the rest of usercp
- Removed all uneeded tables because the divs are already doing the layout.
- Removed all unneeded nested div tags
- Added 100% width to table title
- Delete invitation column is only visible if you have permission to delete invitations.
- when checking for already registered member there is now an additional phrase for distinguishing between registered and invited members (reqested by Alfa1)
- added on option to display the invitation code as a link again (requested by Alfa1)
- remove the "click two times" message from the invitation email phrase. That's not needed anymore.
- changed "mysql_real_escape_string" to "$db->escape_string"
|