vBulletin Search Engine Optimization
This is a discussion on Reliable Variables in (registration_activate_process) hook within the Off-Topic & Chit Chat forums, part of the Focus on Members category; I have an open post over a vBulletin.org about this one but was hoping I could run this past you ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Reliable Variables in (registration_activate_process) hook
I have an open post over a vBulletin.org about this one but was hoping I could run this past you guys ( registration_activate_process variables problem - vBulletin.org Forum ) The long and short of it is that I'm trying to create a plugin that runs at the registration_activate_process hook. (I'm assuming this is the best place to run "post-confirmed email/useraccount" code) So once the user clicks the "confirm my account" link in their confirmation email, the $vbulletin->userinfo[username]; variable during the run at registration_activate_process is set to "Unregistered" instead of the actual username like the other 60% of the time. Is there a way I can always, 100% of the time, pull the username of the user that just clicked the "email confirmation link" successfully? Another hook location, or variable? I hope that made sense... sometimes I think I have a harder time wording a question that actually working on it.. |
|
#3
| ||||
| ||||
|
The variables were empty when I used: PHP Code: So when I have cookies disabled during registration I get: PHP Code: PHP Code: Any ideas for always being able to collect data from $vbulletin->userinfo[username] even if cookies are disabled on the userside during the registration_activate_process hook run? |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| archive_global Hook used for PHP 5 as Fast CGI | redlabour | Feature Requests | 2 | 05-17-2007 01:07 PM |
| how do you find a reliable vb coder? | Rodney | Off-Topic & Chit Chat | 8 | 04-23-2007 09:11 AM |
| I paid, hook me up.. and.. | rex_b | Pre-Sales Questions | 3 | 11-07-2005 03:34 PM |