Hi,
What is the best way to extend/make changes to the coursepress plugin. I am guessing diving right into the code and editing functions isn’t the correct way of going about it?
Is it possible for you to help me out with snippets/ideas on how to achieve the following:
1. I want to have a functionality where except for the site admin, all other instructors while creating a course get automatically assigned to their course, but dont have the option to assign others. Whats happening right now is, if I take away the capability of an instructor to add instructors, it doesnt let me create new courses nor does it add that particular instructor to their own course. I am guessing this isn’t too tough to achieve but can’t get my head around it.
2. Instead of the tinymce editors used on the coursepress, could I use a simple text editor without all the text formatting options?
3. Is it possible to replace the “add media” buttons in the course creation pages with a simple upload button, which takes the user directly to browse in his explorer, instead of the gallery?
4. During the course creation/edit process, how can I hide certain fields (eg. course language or course structure) from every instructor except the site admin (all instructors are authors on my site) and set default values for those hidden fields (eg course language will always be english, etc)
Any quick help on these please? Thanks