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?
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
0well, 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
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 »