Home arrow Forum
myLANsite forum
Welcome, Guest
Please Login or Register.    Lost Password?
Loginname vs Username (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Loginname vs Username
#817
drweb (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Loginname vs Username 2 Months, 1 Week ago Karma: 0  
Hello,

When visitors of the site want to see the list of team-members, it is the login-name that is displayed.
Is it possible to change that to the username instead of the login-name ?

Greetz,
DrWeB.be
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/12 20:11 By drweb.
  The administrator has disabled public write access.
#822
drweb (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Re:Loginname vs Username 2 Months, 1 Week ago Karma: 0  
any idea anyone ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#828
moensch (Admin)
Admin
Posts: 269
graph
User Online Now Click here to see the profile of this user
Re:Loginname vs Username 2 Months ago Karma: 13  
mls_teams.html.php, function viewTeam, Lines 138ff
Code:

<tr> <td class="sectiontableheader"><?php echo $l->m("name"); ?>:</td> <td class="sectiontableheader"><?php echo $l->m("function"); ?>:</td> </tr>
Change that to:
Code:

<tr> <td class="sectiontableheader"><?php echo $l->m("fullusername"); ?>:</td> <td class="sectiontableheader"><?php echo $l->m("function"); ?>:</td> </tr>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#829
moensch (Admin)
Admin
Posts: 269
graph
User Online Now Click here to see the profile of this user
Re:Loginname vs Username 2 Months ago Karma: 13  
Wrong. Same file, line 150:
Code:

<td class="<?php echo $class;?>"><?php echo $row->username; ?></td>
To:
Code:

<td class="<?php echo $class;?>"><?php echo $row->fullusername; ?></td>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#832
drweb (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Re:Loginname vs Username 2 Months ago Karma: 0  
Thanks !!!
I'll check it out tonight...

Greetings,
Kurt
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
© 2008 myLANsite - Lanparty components for Joomla
Joomla! is Free Software released under the GNU/GPL License.