1
By marktwain
Re: Is there a User Registration Template somewhere?
The easiest way to set a default timezone and avatar at registration is go into your MySQL database ("Users" table) using phpMyAdmin or some other MySQL management program, and set those defaults.
For example, change the default value in the "user_avatar" field to "youravatar.gif" (your avatar image file name) and then make sure you have that image file in your uploads folder. Change the default value in the "timezone_offset" field to -5.0 or +2.0 or whatever you want the offset to be.
Then, whenever someone registers, those default values will automatically get inserted into that users record.
I tryied this and I found blank.gif in the xoops_users table in phpMyAdmin. I changed the blank.gif to another picture in the uploads folder and saved in phpMyAdmin and nothin happened??? Can anyone else hepl on this...