View Single Post
  #1  
Old 04-30-2003, 03:52 PM
 
TheWrongGrape TheWrongGrape is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: Los Angeles, CA
Posts: 68
 

Default Change default "anonymous" to "Guest"

Hi, is it possible to change the way x-cart assigns a username to those who don't register. All I want to do is change the word "anonymous" to "Guest." I've looked all around and I can't figure it out. I've found this in include/register.php which defines what the generated username will be:

Code:
$uname = $anonymous_username_prefix.$next_anonimous_number;

but I don't know what to do next. How do I change the value for anonymous_username_prefix from "anonymous" to "Guest"?

Any help would be greatly appreciated.

Thanks!
Reply With Quote