HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsUsers OnlineUsers OnlineDisplay Name instead of UsernameDisplay Name instead of Username
Previous
 
Next
New Post
5/1/2007 10:47 AM
 

Can I show the Display Name instead of the Username in the Usersonline module, People Online Now section?  I don't mind chanign the ascx file, but don't know what to change.

 
New Post
8/3/2007 8:41 AM
 

I am also interested in knowing if this is possible using acsx file editing or other options.

I am running DNN 4.5.3

 
New Post
8/26/2007 2:44 PM
 

Did you find a way to do this?

 
New Post
11/10/2007 4:46 AM
 

I got it using Display name by altering the "GetOnlineUsers" stored procedure.  I've pasted the SQL below.  Tested for DNN 4.6.0 only.  Use at your own risk.

For a demo of what it looks like, see helpdesk software

Best regards,

Rod.

---

ALTER PROCEDURE [dbo].[GetOnlineUsers]


@PortalID int

AS

select UsersOnline.UserID,
       Users.DisplayName As UserName
from   UsersOnline, Users
where  UsersOnline.PortalID = @PortalID
and    UsersOnline.UserID = Users.UserID

 

 
New Post
11/10/2007 8:49 AM
 

AFAIK this is currently the easiest option to implement this.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group   European Network of DotNetNuke Professionals

 
Previous
 
Next
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsUsers OnlineUsers OnlineDisplay Name instead of UsernameDisplay Name instead of Username


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft .NET. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.