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.
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
I need to add some elements on this page
. For this I need the source code of the vibebp/assets/js/editor.js file
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
Thanks. But I need the source code of the js files to make the necessary integrations. Could you provide them?
may i know what js files you need?
because all the js files are available in the plugins and theme already
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?
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.
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?
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
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.
Please give sometime for this.