vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Un-Activated User Management (https://vborg.vbsupport.ru/showthread.php?t=49879)

refertech 03-10-2003 10:14 AM

[high]* refertech clicks install. :)[/high]

sparky2 03-10-2003 10:17 AM

Quote:

Originally posted by 006
Say someone registers and their userid is 100. If they turn out to be innactive and don't activate, then would there be a way to have the other usernames that registered and activated after them, say 101, 102 and 103, all drop down and fill the gap? So they would now be 100, 101, and 102? That would be cool. :)
No.
The user.userid field is the primary key for the user table.
Mysql autoincrements & assigns the field value as each row is created.
Anyhow, if you could change it, and did... all the posts, PMs, subscribethread records etc. would then be associated with the "wrong" userids.

007 03-10-2003 10:59 AM

Oh yeah I tried something like this once and that's what happened. It's probably possible with a huge query, but probably not worth the effort. You're right ;)

amykhar 03-10-2003 01:07 PM

Quote:

Originally posted by Smoothie
Is this configured in the admin cp? Got any screen shots?
No to both. The emails are configurable by templates but if you want to change the times the emails are sent, you have to tinker with the code.

No screenshots because there are no screens. It's a silent script that runs via cron.

Amy

amykhar 03-10-2003 01:09 PM

Quote:

Originally posted by 006
Say someone registers and their userid is 100. If they turn out to be innactive and don't activate, then would there be a way to have the other usernames that registered and activated after them, say 101, 102 and 103, all drop down and fill the gap? So they would now be 100, 101, and 102? That would be cool. :)
Don't think you want to do that and here is why. In 10 days after the person fails to activate you could get 100 new members who do actively post. Their posts, etc are all marked with their userid. In addition, people may have bookmarked their profile page, etc. based on their current userid.

(Just noticed Sparky handled that one. Thank you Sparky)

Amy

drives fast 03-10-2003 02:28 PM

19 out of 20 times the reason they haven't completed their registration is due to them not receiving the e-mail in the first place and sending them more could be a waste of time.

The reasons I have noticed range from their inbox being full, their privider considering them spam, their provider not accepting from your host to them giving a bogus address.

My site often has problems contacting hotmail, AOL and various other un-heard of providers. Lately my site cannot contact msn.com e-mail users at all.

I can see a lot of e-mails comming from people complaining that they keep registering and it doesn't work.

I see no way to win this situation but if it were only due to the new registrants laziness or stupidity in completing the process rather than for all the other reasons this is a nice hack anyway.

amykhar 03-10-2003 03:05 PM

I ban hotmail because of that problem. I agree that the emails are probably not being received, but heck it's automated and doesn't waste my time. :D

Amy

Bane 03-10-2003 04:10 PM

Will this affect already unactivated users?

Dean C 03-10-2003 04:10 PM

Very good idea amy :)

[high]* Mist likes
[/high]

- miSt

amykhar 03-10-2003 05:10 PM

Quote:

Originally posted by Bane
Will this affect already unactivated users?
Not sure what you mean. This one is a check for people who never clicked the email activation link.

Amy


All times are GMT. The time now is 05:40 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.01058 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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