W4INF
12-13-2007, 11:59 PM
Ive noticed a mix match of upper and lower case call signs... I would assume all would agree, call signs should be all upper case.
Suggestion 1) Implement a UC at registration, so the upper case of the username (call sign) is modified and saved in the MySQL DB.
Suggestion 2) Implement a UC for displaying call signs on the forum.
Example:
$name= uc ($name);
Both hax are easy to implement and would make the forums much more visually appealing IMHO.
73-
Andrew
http://www.forumny.org/index.php?controller=details&show=203 (http://www.forumny.org/index.php?controller=details&show=203)
http://perldoc.perl.org/functions/uc.html
Suggestion 1) Implement a UC at registration, so the upper case of the username (call sign) is modified and saved in the MySQL DB.
Suggestion 2) Implement a UC for displaying call signs on the forum.
Example:
$name= uc ($name);
Both hax are easy to implement and would make the forums much more visually appealing IMHO.
73-
Andrew
http://www.forumny.org/index.php?controller=details&show=203 (http://www.forumny.org/index.php?controller=details&show=203)
http://perldoc.perl.org/functions/uc.html