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.
Responses (7)
  • Accepted Answer

    Tuesday, December 27 2011, 04:47 PM - #Permalink
    0
    hello!

    these are the files to modify:

    /components/com_muscol/views/artist/tmpl/form.php
    and
    /components/com_muscol/views/album/tmpl/form.php
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 03:25 AM - #Permalink
    0
    Hello,

    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
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 10:27 AM - #Permalink
    0
    what errors you get? I mean, if you just strip out the code (not just the PHP, also the useless HTML) it should work..!

    I can send you a modiied file by email if you want.
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Wednesday, February 22 2012, 03:40 PM - #Permalink
    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
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 04:25 PM - #Permalink
    0
    Hello Germi,

    It is my silly coding errors that do this. Could you send me the email with the modified code - if you could just comment out the code instead of deleting it I would appreciate that very much - Thank you!

    Regards,
    Robert
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 04:33 PM - #Permalink
    0
    here 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]
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 22 2012, 05:32 PM - #Permalink
    0
    Do you ever sleep :laugh: Thank you!
    The reply is currently minimized Show
Your Reply