[geeklog-cvs] geeklog-1.3/public_html/layout/Smooth_Blue/preferences username.thtml,NONE,1.1 profile.thtml,1.1,1.2

dhaun at geeklog.net dhaun at geeklog.net
Sun Jan 19 05:39:36 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/preferences
In directory internal.geeklog.net:/tmp/cvs-serv28637/public_html/layout/Smooth_Blue/preferences

Modified Files:
	profile.thtml 
Added Files:
	username.thtml 
Log Message:
Allow users to change their username if $_CONF['allow_username_change'] == 1


--- NEW FILE: username.thtml ---
  <tr valign="top">
    <td align="right"><b>{lang_username}</b><br>
      <small>{lang_username_text}</small></td>
    <td><input type="text" name="new_username" size="16" maxlength="16"
      value="{new_username_value}"></td>
  </tr>

Index: profile.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/preferences/profile.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** profile.thtml	18 Jan 2003 22:43:11 -0000	1.1
--- profile.thtml	19 Jan 2003 10:39:34 -0000	1.2
***************
*** 2,5 ****
--- 2,6 ----
  <form action="{site_url}/usersettings.php" method="POST" {enctype}>
  <table border="0" cellspacing="0" cellpadding="3">
+   {username_option}
    <tr valign="top">
      <td align="right"><b>{lang_fullname}</b><br>





More information about the geeklog-cvs mailing list