The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Save Users' Old Email Addresses for vB4 Details »» | |||||||||||||||||||||||||||||
Save Users' Old Email Addresses for vB 4
Version 1.0.0 (By Boofo) What does this product do? This modification will save users' email addresses (except those users awaiting email confirmation) when they change them. This is good for keeping a record of any email changes a user might make to try and SPAM the site. Only Admins should be allowed to view them. The emails will show under the "About Me" tab in their profile if they have changed them. Credits: A special thanks goes out to Andreas for coming up with the original code back in vb3.5. Also, thanks to Mosh for the regex setting code. Version Information: Version 1.0.0 --Initial release for vB4 Installation overview: --------------------------- Products to install: (1) Profile Fields to Create (1) Installation Instructions: --------------------------- Step 1: Make a new profile field with the following info: Title: Email Addresses Max length of allowed user input: 1000 Field Length: 25 Text Area Height: 4 Profile Field Type: Multiple-Line Text Box Field Required: No Field Editable by User: No Private Field: Yes Field Searchable on Members List: No Which page displays this option?: Edit Your Details NOTE: Make sure to write down what profile field number this new profile field is. You will need to change the setting in the 'vBulletin -> Settings -> Options' to what your new profile field is. Also, make sure you set the permissions for viewing private profile fields to NO for those usergroups you do NOT want to see the email addresses. Step 2: Go to your Admin CP Scroll down to 'Plugin System' Click 'Manage Products' Click 'Add/Import Product' Click the 'Browse' button, and locate the product-boofo_save_old_emails.xml file on your computer --------------------------- Done! Enjoy! Code:
if ($mark_as_installed != 'clicked') { $you_get = 'squat'; } else { $you_get = 'support'; } Download Now
Screenshots
Show Your Support
|
Comments |
#2
|
||||
|
||||
What a great idea, thanks - tagged for future use
|
#3
|
||||
|
||||
Actually, a more sensible idea was done in Automatically Create Usernote on EMAIL Change . Instead of having to make a field, it just automatically added usernotes.
|
#4
|
||||
|
||||
I just looked at the hack and it uses 2-4 queries to do the usernote. This one doesn't use any queries. That right there is the main reason I wrote this.
|
#5
|
|||
|
|||
Quote:
"a more sensible idea was done" i loved that bit Thanks Boofo nice to have you back on the game:up: Code:
if ($mark_as_installed != 'clicked') { $you_get = 'squat'; } else { $you_get = 'support'; } |
#6
|
||||
|
||||
Thank you, sir. I appreciate the comments. And nice to be back.
That $you_get code actually works. I'm waiting for the first person to ask for help that hasn't clicked install. |
#7
|
||||
|
||||
Since email addys change so rarely it wouldn't really matter if it used 20 queries. What's much more important is that it's a much simpler install if I don't have to go creating custom fields.
Anyway, I was merely offering a suggestion; I didn't want to argue about it. Did you think about using an existing field such as User Notes? Is there a reason you can't use it in vb4? Another consideration is that if I were to install this one now, then all my future notes will be in a different place from my old ones, making it more difficult to find the info. |
#8
|
||||
|
||||
I personally like user stuff to be in a location that is easily accessible for that user all in one place. If a simple install is all you are looking for, then this hack is not for you. Usability and convenience is far more important to me than simplicity.
Like I said, most admins don't use the usernotes very much, so that would be a waste to me to even consider going that route. Why enable something you only need for one thing that works better the way I did it? |
#9
|
||||
|
||||
Quote:
Again, please consider in a future release at least an option to use the already existing User Notes field for this. |
#10
|
|||
|
|||
Thank you rated 10/10
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|