Change order / insert field in Edit Course

Home Forums Legacy Support Support queries Setup issues Change order / insert field in Edit Course

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #109139
    mekello
    Spectator
    Hi, I'm trying to customize the Edit Course page. I'd need to move some fileds and change their order. I'd need to change THE TYPE of the custom fields I created. And finally, I'd need to add fields in the first tab (the one where I find the Title field - for example add a Subtitle after the Title). Can you link me some useful documentation? Or can you please tell me where I can find the template files and the hooks to modify? Thank you
    #109244
    Anshuman Sahu
    Keymaster
    Well if you are talking about front end edit then the files for this are in wplms fornt end plugin -> includes -> class.generate_fields.php  class.generate_fields.php and hooks are : wplms_course_creation_tabs add_filter('wplms_course_creation_tabs','custom_fx'); function custom_fx($settings){ //yuor code here }  it provides all the course settings in form of an array . in back end there are two filters : wplms_course_product_metabox  wplms_course_metabox Ps: you can refer to wplms course custom nav plugin  code for more .
    #110398
    mekello
    Spectator
    Thank you ALex, I'm going to try. I tried to use the wplms course custom nav plugin, but I wasn't able to add a new field in the first tab, neither to choose the type of the field I created.... Do you confirm? Thanks
    #110413
    mekello
    Spectator
    For example, when an Instructor create a course, I'd need to have a "Subtitle" field under the Title field. And in the settings TAB, I'd need to have a field called "phone number" let's say at the third place. And I need it to be a text field (better number field...). I don't think these are difficult customizations.... Is this possible with the wplms course custom nav plugin? The fields should be visible also in the course page for visitors... (front end) How?
    #110553
    You can only add custom sections to the courses and these custom sections will also be available in the front end course creation. Please refer to this guide of Course custom nav plugin to get to know about it's features in details. https://vibethemes.com/documentation/wplms/knowledge-base/wplms-course-custom-nav-plugin/ But you cannot reorder it. Also customisation is not a part of theme support.
    #111217
    mekello
    Spectator
    Ok... but at least it must be possible to choose wich type of field I want to add. If I insert a "telephone number" field, it is ridicolous that it must be a text area...
    #111257
    We use buddypress profile fields and buddypress profile fields do not have the option to have telephone number field. These are the default field types that buddypress supports. http://prntscr.com/f5u23c
    #111268
    mekello
    Spectator
    Perfect. It would be great to be able to use a number field. But how can I choose the type here? Did I misunderstand anything? Thanks again
    #111388
    Sorry there was some misunderstanding. You can't use number field for section type in course custom nav. It is simply not available as of yet. Please create a feature request for this. If you will get enough upvotes, then we might implement this.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change order / insert field in Edit Course’ is closed to new replies.