Home › Forums › Legacy Support › Support queries › Setup issues › Change order / insert field in Edit Course
Tagged: edit_course
- This topic has 8 replies, 3 voices, and was last updated 7 years, 6 months ago by Skywalker [ ex VibeThemes].
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
April 27, 2017 at 11:19 am #109139mekelloSpectatorHi, 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 youApril 27, 2017 at 2:49 pm #109244Anshuman SahuKeymasterWell 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 .May 4, 2017 at 7:54 am #110398mekelloSpectatorThank 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? ThanksMay 4, 2017 at 9:28 am #110413mekelloSpectatorFor 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?May 4, 2017 at 2:48 pm #110553Skywalker [ ex VibeThemes]ParticipantYou 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.May 9, 2017 at 12:52 pm #111217mekelloSpectatorOk... 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...May 9, 2017 at 2:23 pm #111257Skywalker [ ex VibeThemes]ParticipantWe 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/f5u23cMay 9, 2017 at 2:37 pm #111268mekelloSpectatorPerfect. 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 againMay 10, 2017 at 1:44 pm #111388Skywalker [ ex VibeThemes]ParticipantSorry 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.
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘Change order / insert field in Edit Course’ is closed to new replies.