0
Hi
I am using the website as a way to show artists albums / list song names. I have managed to on the album view page to remove the link to the songs. However they appear as a tab on the artists page. Anyway I can hack the code to remove the songs tab and can anyone point me to the correct file?
I would also like to remove the ability to upload songs via the add albums function can anyone point me to the correct file to get this done as well? As I dont want users to stream music I wont to disable the upload function but I am happy for them to add albums, tracks and artists.
I have hidden the playing of music on the site and it contains no music files but b4 I open this section to the public I just want to disable the music uploading b4 my server gets swamped with file uploads only I can view.
Thanks for any help.
I am using the website as a way to show artists albums / list song names. I have managed to on the album view page to remove the link to the songs. However they appear as a tab on the artists page. Anyway I can hack the code to remove the songs tab and can anyone point me to the correct file?
I would also like to remove the ability to upload songs via the add albums function can anyone point me to the correct file to get this done as well? As I dont want users to stream music I wont to disable the upload function but I am happy for them to add albums, tracks and artists.
I have hidden the playing of music on the site and it contains no music files but b4 I open this section to the public I just want to disable the music uploading b4 my server gets swamped with file uploads only I can view.
Thanks for any help.
Responses (11)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi
I attempted to remove the upload but it dont work. I can remove the heading File but the song upload button remains.
I removed the file 193,194,195 and 196.
filename == "") echo $cross; else echo $tick_file; ?>
filename; ?>
" id="filename_id;?>" value="filename;?>" />
" id="song_file_id;?>"/>
Any ideas? -
Accepted Answer
-
Accepted Answer
0Hi
The file is /httpdocs/components/com_muscol/views/album/tmpl/form.php
So basically on the Artist/Album upload form I am attempting to remove the upload file capability as I am not storing any files for the songs and don't wish for any users to try and upload songs if they add an entry themselves.
I have removed line 169, 193-196...
The Upload button next to the song still appears. -
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 »