1. home.php - Only verified and enabled users are displayed in the Newest Members box.
2. search_advanced.php - Only verified and enabled users are displayed in search and browse results.
3. signup.php - Added error messages pertaining to invite codes.
4. user_editprofile_status.php - Fixed small security issue with status in conjuction with recent activity feed.
5. admin/admin_announcements.php - Fixed warnings when either user levels or subnetworks are not selected.
6. admin/admin_log.php - Removed "hostname" as it was slowing the page down to a crawl.
7. include/functions_general.php - Only verified and enabled users are displayed in search results.
8. include/version.php - Version incremented.
9. templates/home.tpl - Removed "Sponsor" area.
10. templates/login.tpl - Added link to resend email verification, added language variable.
11. templates/profile.tpl - Send Message option now checks if page owner can send messages before displaying.
12. lang/lang_english.php
$login[1] = "
If you are still waiting to receive your
verification email,
click
here to resend it.";
$login[2] = "Remember Me?";
$signup[5] = "The invite code and email address combination you have entered is invalid.";
$signup[6] = "The invite code you have entered is invalid.";
You must register before you can view this text.