0
I recently purchased the professional edition and want to know how I can modify the "add artist" and "add album" forms to my website.
I want to remove from the add artist form:
1. the "genre" option from the Basic Details block;
2. the Extended Details block entirely;
I want to remove from the add Album form:
1. the "format" and "genre" choices from the Basic Details block;
2. the Extended Details block entirely;
3. the Edition Details block entirely;
4. the Part of a Set Details entirely.
Thank you very much. I am operating Joomla 1.5.23, and the 1.6-1.7 version of Music Collection Professional, and Community Builder 1.4.
I want to remove from the add artist form:
1. the "genre" option from the Basic Details block;
2. the Extended Details block entirely;
I want to remove from the add Album form:
1. the "format" and "genre" choices from the Basic Details block;
2. the Extended Details block entirely;
3. the Edition Details block entirely;
4. the Part of a Set Details entirely.
Thank you very much. I am operating Joomla 1.5.23, and the 1.6-1.7 version of Music Collection Professional, and Community Builder 1.4.
Responses (7)
-
Accepted Answer
-
Accepted Answer
0Hello,
Could someone please tell me how to code that out. I know what files to look at but when I code those blocks of PHP out I get errors.
So I need your help:
I want to remove the following from the add Album form:
1. the "format" and "genre" choices from the Basic Details block;
2. the Extended Details block entirely;
3. the Edition Details block entirely;
4. the Part of a Set Details entirely.
Thank you.
Regards,
Rob -
Accepted Answer
-
Accepted Answer
0".../album/tmpl/form.php"
COPY THIS FORM FOR BACKUP!!!
Open it and delete this:
formats );$i formats[$i];$selected = "";if($row->id == $this->album->format_id) $selected = "selected";?>">format_name;?>
For GENRE code:
search "GENRE" and delete all in...
Others code it's same operation !
Is not hard
Peace -
Accepted Answer
-
Accepted Answer
0here it is (unzip first)
If I understood correctly, that's what you need... [file name=form-20120222.zip size=4023]http://www.joomlamusicsolutions.com/images/fbfiles/files/form-20120222.zip[/file]
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 »