Allow 'Un-logged in User' add Username to "Contact Us" message - helps find account
This modification is in the archives.
I have found myself receiving quite a few e-mails from people that can not log into my forums (not activated, forgot password, computer issues, etc.) and often the e-mail I get through the vBulleting "http://www.vbulletin.org/forum/sendmessage.php" lists the username as "Unregistered".
This very simple template modification allows Members that are not logged in to provide their username making it much easier for me to look at their account and fix any problems. If the user leaves the User Name blank the e-mail comes through with the default "Unregistered". If the user is logged into the system then their real username is always provided. Requires: One template change Time required: less then a minute -------------------------------------------------------------------------- Open Template: contactus Find: Code:
<td> $vbphrase[your_name] :<br /> <input type="text" class="bginput" name="name" value="$name" size="50" /> </td> </tr> Code:
<tr> <td> $vbphrase[username] on forums :<br /> <input type="text" class="bginput" name="username" value="$username" size="50" /> </td> </tr> Following is the e-mail we get from the unmodified page when a user is not logged in:
Download No files for download. Screenshots
|