by BVBAccelerate » Wed May 05, 2010 7:48 am
When setting up a conference there are by default no submission types. In the case of one of our clients, they are going to be hosting many conferences, and will allow many special interest groups to host conferences through their organization. They will always have the same types of submissions and to simplify the process for them I'd like those 4 to show up as default every time someone schedules a conference.
I have currently altered my /classes/schedConf/SchedConfDAO.inc.php file so that whenever a conference is scheduled it will make the appropriate controlled vocab entries, but I also had to end up using regular SQL insert statements to create the submission types for the conference since I couldn't find out how to get the appropriate objects to work with. I tried, but was unable to attach the file in either .php .inc or .txt formats (any suggestions?). I can give a link to the conference site if people are interested in observing the functionality.
I'm just starting with OCS and although I am a experienced PHP programmer I'm not familiar with the smarty template system or how the OCS system is operating. Any suggestions on how I should start either learning the system or developing this functionality are very much appreciated!