0
I would like to link artist (and possibly album and song) pages back to the profile of the user who added the content. How would I go about doing this?
Responses (5)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hello,
I needed my users name to link back to their cb profile.
so i paste the code you noted above
$user =& JFactory::getUser($this->album->user_id);
echo $user->username ;
this is possible. thanks
would it be possible to tell me the correct path and file to paste that code so that i can link my users name to their profile?
thanks for any help
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »