No full name wanted for the playlist creator

A. Oezen
A. Oezen
Offline
0
I just finished translating all Music Collection language variables into German. My site will be published shortly.
However, I need to solve two problems first. I will describe one here and the other one in a separate listing:

The playlist page is showing the full name of a playlist creator. I want it to show only the username as it is throughout the rest of the community pages. The default.php file reads playlists_others[$i]->user_name; ?>. What do I have to do or to alter in order to get the expected result?

Thank you for your help!
A. OEZEN
Responses (2)
  • Accepted Answer

    Monday, December 29 2014, 04:14 PM - #Permalink
    0
    you need to go to file /components/com_muscol/models/playlists.php on line 51 and replace
    us.name as user_name

    for
    us.username as user_name
    The reply is currently minimized Show
  • Accepted Answer

    A. Oezen
    A. Oezen
    Offline
    Monday, December 29 2014, 05:05 PM - #Permalink
    0
    I also replaced line 73, and in "playlist.php" lines 88 and 128.
    Works nicely now.

    Thank you very much!
    A. OEZEN
    The reply is currently minimized Show
Your Reply