0
Hello.
I'm doing community for composers, so every user is himself Artist.
1. Help me, please, to modify the code your template \components\com_muscol\views\album\tmpl\form.php (55).
I need field New album > Basic details > Artist is assigned the value 'username' from Joomla's User Profile, by type
2. I also need a user to upload his mp3-files in his folder:/
P.S. my MusCol settings:
I'm doing community for composers, so every user is himself Artist.
1. Help me, please, to modify the code your template \components\com_muscol\views\album\tmpl\form.php (55).
I need field New album > Basic details > Artist is assigned the value 'username' from Joomla's User Profile, by type
JFactory::getUser()->username;
2. I also need a user to upload his mp3-files in his folder:
P.S. my MusCol settings:
- Frontend users can add artists: NO
- Frontend users can only add albums by artists they created: NO
Responses (8)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hello.
1. I don't understand meaning of this term (62):
if($row->id == $this->album->artist_id)
I replace it so:
if($row->artist_name == $this->album->artist_id)
And I add 'disabled' attribut for 'select' form.
The name of current user display only now. As I wanted.
2. What are conditions of your Custom Coding Service? -
Accepted Answer
-
Accepted Answer
0Hello!
1. No.. this replacement you put makes no sense, it won't serve you.
2. For Custom Coding Service, please contact us directly at support@ joomlathat.com. You can email us your requirements and we can make a quote for you.
3. No... that's not the file to modify, this only "gives back" the link, it does not create anything... -
Accepted Answer
-
Accepted Answer
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 »