Code locations questions

Jonathan
Jonathan
Offline
0
First, I'll tell you what I'm trying to accomplish.

I am trying to st this up so that a user can only add one artist. My site is to be a place where artists can post their music for free, using Music Collection and Community Builder.

The problem is, Music Collection allows the posting of multiple artists. I have two ways in mind of achieving my goal...

1.) Modify the code so that only one artist entry per user can be made.

or

2.) Create a custom form that collects and records both Community Builder info as well as collects 1 set of artist info and posts all the into to the correct tables.

The main issue I'm having is I cannot find the specific bit of code that displays the artist entry form, or even the code that posts form information to the MySQL tables.

Any ideas?
Responses (1)
  • Accepted Answer

    Wednesday, April 06 2011, 09:45 AM - #Permalink
    0
    well, the code is in many different places. it follows Joomla standards, which is very powerful and very organized... but it can be a nightmare if you're not familiar with it.

    my first suggestion, I'm afraid, is don't try it if you're not familiar with joomla programming! :S

    if you want to give it a try...:

    - the artist form is located in /components/com_muscol/views/artist/tmpl/form.php
    - comprobations and checks to add artists are in file /components/com_muscol/controller.php

    but probably you'll need to change more than this...

    did you think in contacting our Custom coding service?

    Germi
    The reply is currently minimized Show
Your Reply