0
hi. im pretty new to joomla and php in general so bear with me.

i need to add arrangement information to the song pages.
hear is an example of a song page i have to customize.

http://songlab.org/index.php?option=com_muscol&view=album&id=2&Itemid=145

here is the info i need to add to each page, for each song.

General Info
(This gives you general information about this song and much more)

Arrangement
(This shows you the complete arrangement of this song from Intro to Fade)

Drums
(Find out what drum sounds & percussions are used in this song)

Instruments
(Find out what instrument sounds are used in this song)

Samples
(Discover audio samples used in this song whether resampled or replayed)

Lyrics
(Discover information never before revealed about the lyrics of this song)

Charts
(Observe chart information on this song including ratings from our expert team of music critics)

Awards
(Review all award information on this song)

Multimedia
(Listen to audio clips & videos of this song)

Graphs
(for visual information)

Miscellaneous
(Miscellaneous Information)

-----------------

is there a module for this, or should i provide more info?
is there code for this readily available?
or which file do i need to customize? thank you.
Responses (4)
  • Accepted Answer

    Monday, September 07 2009, 02:59 PM - #Permalink
    0
    this fields are not included in music collection... so you would need to add the fields to the database, add back-end form fields, and display the info in the frontend.

    If you need help on this we can make it on our Custom Service area (see top menu) for a pre-established price
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 07 2009, 03:53 PM - #Permalink
    0
    can you first point me in the direction of the database file, the file that the holds the back and form fields, and the file that holds the layout for the front end of that page?

    i'd really like to do this myself, i could just use a bit of guidance getting started.

    thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 07 2009, 04:39 PM - #Permalink
    0
    I can point you, but not tell you exaclty what to do in every place because you thats quite work.

    honestly, you need to have some joomla core knowledge or you wont achieve the purpose

    database: the table to modify is jos_muscol_songs

    backend files: /administrator/components/com_muscol/views/song/tmpl/form.php

    and
    administrator/components/com_muscol/tables/song.php

    frontend file: /components/com_muscol/views/song/tmpl/default.php

    good luck
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, October 24 2009, 04:42 AM - #Permalink
    0
    Hello Germi,


    Could you show me one example on how to create tables and fields much like
    this screen capture that I have for the frontend, backend, and database ??




    Thanks in Advance,


    Rudy


    This is the similar site that we want to emulate:
    http://joomlamusicsolutions.com/images/fbfiles/images/screen1.jpg


    Our site is:

    http://www.songlab.org
    Attachments:
    The reply is currently minimized Show
Your Reply