Username in the comments

0
As shown in the attached picture, I want to show the username and not the actual name of the user in the comments, how can you change this setting? http://www.joomlamusicsolutions.com/images/fbfiles/images/Cattura.JPG
Attachments:
Responses (3)
  • Accepted Answer

    Friday, May 10 2013, 05:23 PM - #Permalink
    0
    Can anyone help me?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 10 2013, 05:27 PM - #Permalink
    0
    ops, sorry, I missed this one.
    if you open /components/com_muscol/models/album.php around line 410 you wil see this:

    SELECT c.*,u.name as username FROM #__muscol_comments as c

    you need to change for:

    SELECT c.*,u.username FROM #__muscol_comments as c
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 10 2013, 05:57 PM - #Permalink
    0
    Thanks ;)
    The reply is currently minimized Show
Your Reply