Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get UPPERCASE usernames in GS and Multi User module?
#4
9 characters is all it takes to accomplish this:
  • Open admin/template/include-nav.php
  • Around line 13 you should see the below variable:
Code:
$USR
  • Replace ONLY the $USR variable with the below coding
Code:
ucfirst($USR)

The ucfirst($str) function capatilizes the first letter of a string.
Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be converted.
Reply


Messages In This Thread
How to get UPPERCASE usernames in GS and Multi User module? - by mikeh - 2012-01-31, 01:16:11



Users browsing this thread: 1 Guest(s)