Integrated own feature in edit course page

Home Forums Legacy Support 4.0 Bugs & Issues Integrated own feature in edit course page

Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #316746
    pavelhabernik
    Participant
    I need to integrate my functionality into the course editing page (frontend and backend). How can i do this? The difficulty lies in adding the necessary elements on the page.
    #316816
    Diana
    Participant
    Check this article: https://wplms.io/support/knowledge-base/adding-custom-field-in-course-setting/ BUt it will not work if you migrated to v4
    #316831
    pavelhabernik
    Participant
    I need to add some elements on this page Screenshot-20201008-105857. For this I need the source code of the vibebp/assets/js/editor.js file
    #317173
    Diana
    Participant
    If you can please wait for a few more days because we are working on developer docs so you can check the hooks to add your own content This is the doc: http://wplms.io/documentation/installation/existing.html
    #317178
    pavelhabernik
    Participant
    Thanks. But I need the source code of the js files to make the necessary integrations. Could you provide them?
    #317478
    Veronica
    Moderator
    may i know what js files you need? because all the js files are available in the plugins and theme already
    #317508
    pavelhabernik
    Participant
    All js files that are in the vibebp plugin are compiled from jsx files (source code). I need jsx files (source codes) to complement the course edit page. Can we contact another way for discussion?
    #317804
    MrVibe
    Keymaster
    ok, we are using DraftJS editor for the Editor. If you can specifically tell us what exactly you want to edit we can help you better. This is only the editor part of the units and the content.
    #318623
    pavelhabernik
    Participant
    I need to integrate own services that are under development. This requires the jsx source code from the vibebp plugin files. Can you provide them or not?
    #319077
    Diana
    Participant
    There is a way to integrate outside services into the editor. IF you can share an example, we can share a sample plugin which would add your custom functionality into the editor if not, we’ll add a provision for it
    #319221
    pavelhabernik
    Participant
    For example. I need to integrate video hosting. The video is loaded on the client side by means of an ajax request, in the response from the video hosting, the video ID is received and inserted into the content as a shortcode, but on the client side the shortcode looks like an uploaded video. This needs to be integrated into all places where video and image uploads are allowed. Second, integrate your own bonus system with processing and saving on the side of WordPress with sending to crm.
    #320194
    MrVibe
    Keymaster
    Please give sometime for this.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Integrated own feature in edit course page’ is closed to new replies.