vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Invitation System v2.0.2 for vB3.6 and 3.5 series (https://vborg.vbsupport.ru/showthread.php?t=172157)

Hasann 04-06-2008 05:48 PM

upgraded to Invitation System v2.0.2

- Changes since v1.0.4
  1. no more need to double click on the invitation link
  2. invitationcode cookie gets removed once the user has signed up
  3. account verification after signup isn't blocked by an invalid invitation error code anymore
  4. deletions of invites now delete the correct invite
  5. added permissions check when trying to delete an invitation
  6. if a user deletes an unclaimed invite, he gets one invite back
  7. you cannot sent multiple invites to the same email address
  8. you cannot sent invites to already registered email addresses
  9. added no invites sent message to usercp tepmplate
  10. changed some phrases to proper English (hope so)
  11. added some additional phrases
  12. numerous misspells in the body text of the invitation fixed
  13. the body text hardcoded that users can't change it
  14. also there are phrases for subject and bodytext, so you can use translations.
  15. the users can attach a note message to the invite email
  16. Fixed SQL injection vulnerabilities throughout the code.
  17. Referrer ID ist not overwritten by 1 for every new user.
  18. Removed one query when user is verifying his email address.
  19. Some adjustments for supporting the Inviation System and the normal registration method at the same time.
  20. Added missing closing form tag
  21. The Used Invitation table displays the phrase no_invites_sent when no invitation were sent out
  22. The description box only appears if a description is defined in admincp
  23. Removed the nested div panels to make the look consistent with the rest of usercp
  24. Switched from forumwidth to formwidth_usercp to make the look consistent with the rest of usercp
  25. Removed Login information beside the email address input field to make the look consistent with the rest of usercp
  26. Removed all uneeded tables because the divs are already doing the layout.
  27. Removed all unneeded nested div tags
  28. Added 100% width to table title
  29. Delete invitation column is only visible if you have permission to delete invitations.
  30. when checking for already registered member there is now an additional phrase for distinguishing between registered and invited members (reqested by Alfa1)
  31. added on option to display the invitation code as a link again (requested by Alfa1)
  32. remove the "click two times" message from the invitation email phrase. That's not needed anymore.
  33. changed "mysql_real_escape_string" to "$db->escape_string"

iogames 04-06-2008 06:29 PM

Thanks Hassan I know/notice that you're always busy, but I really like/need this and will install again! :D:D:D

Saviour 04-06-2008 07:38 PM

Installed and allowed overwrite of product...made template changes as well. Edited the options through vbulletin options to allow specific usergroups to use the invitation system using comma separated values.

The links appear in Quick Links, as well as the User CP, however...I have no access to use the invitation system. I keep getting redirected to the no access error page.

Something's not kosher in Denmark, here.

Any suggestions?

Hasann 04-06-2008 07:39 PM

please uninstall v1.0.4 on your forum and re-install the new version 2.0.2 xml file into via product manager

Garyk 04-06-2008 07:49 PM

I get a database error when trying to invite someone

Saviour 04-06-2008 08:06 PM

Quote:

Originally Posted by Hasann (Post 1484628)
please uninstall v1.0.4 on your forum and re-install the new version 2.0.2 xml file into via product manager


Okay...done.

I now have access to the Invitation system...however, the Invitation system does not show the user the text of the message being sent, so if they add additional text...they will not know what other content is being sent...other than what they, themselves, have typed.

Also...Human verification is not working...

Is this the same as image verification? If it is, I have it enabled, but the message is being sent without verification.

Suggestions?

Saviour 04-06-2008 08:58 PM

Actually...the Human Verification Manager is a 3.7 feature...and not for 3.6.8 PL2.

So you may want to update this mod...again...so that we can use Image Verification with this mod. You may also want to update the information in the Admin CP, as well, so that this doesn't confuse everyone.

mahsazn 04-06-2008 10:20 PM

Quote:

Originally Posted by Hasann (Post 1484628)
please uninstall v1.0.4 on your forum and re-install the new version 2.0.2 xml file into via product manager

it couldn't use it, so i uninstalled the new version and reinstalled the old one... my problem was with temp edition in USERRCP_SHELL ... the phrase didn't appear in user cp!

DssCrazy 04-06-2008 11:31 PM

Quote:

Originally Posted by Hasann (Post 1484543)
upgraded to Invitation System v2.0.2

- Changes since v1.0.4
  1. no more need to double click on the invitation link
  2. invitationcode cookie gets removed once the user has signed up
  3. account verification after signup isn't blocked by an invalid invitation error code anymore
  4. deletions of invites now delete the correct invite
  5. added permissions check when trying to delete an invitation
  6. if a user deletes an unclaimed invite, he gets one invite back
  7. you cannot sent multiple invites to the same email address
  8. you cannot sent invites to already registered email addresses
  9. added no invites sent message to usercp tepmplate
  10. changed some phrases to proper English (hope so)
  11. added some additional phrases
  12. numerous misspells in the body text of the invitation fixed
  13. the body text hardcoded that users can't change it
  14. also there are phrases for subject and bodytext, so you can use translations.
  15. the users can attach a note message to the invite email
  16. Fixed SQL injection vulnerabilities throughout the code.
  17. Referrer ID ist not overwritten by 1 for every new user.
  18. Removed one query when user is verifying his email address.
  19. Some adjustments for supporting the Inviation System and the normal registration method at the same time.
  20. Added missing closing form tag
  21. The Used Invitation table displays the phrase no_invites_sent when no invitation were sent out
  22. The description box only appears if a description is defined in admincp
  23. Removed the nested div panels to make the look consistent with the rest of usercp
  24. Switched from forumwidth to formwidth_usercp to make the look consistent with the rest of usercp
  25. Removed Login information beside the email address input field to make the look consistent with the rest of usercp
  26. Removed all uneeded tables because the divs are already doing the layout.
  27. Removed all unneeded nested div tags
  28. Added 100% width to table title
  29. Delete invitation column is only visible if you have permission to delete invitations.
  30. when checking for already registered member there is now an additional phrase for distinguishing between registered and invited members (reqested by Alfa1)
  31. added on option to display the invitation code as a link again (requested by Alfa1)
  32. remove the "click two times" message from the invitation email phrase. That's not needed anymore.
  33. changed "mysql_real_escape_string" to "$db->escape_string"

Nice Work!!!

DssCrazy 04-07-2008 12:36 AM

Where do you set how many invites members can have it is set to 10 and don't have a clue how to change. also in the user cp in the left colume i don't see the option to click invite user is this normal? i now see it at the top of user cp page.

Thanks


All times are GMT. The time now is 01:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01110 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete