Additional requirement

Home Forums Legacy Support Support queries Other issues Additional requirement

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #359221
    1ui61_55
    Spectator
    Hi Team! I had to develop a function that allows me to upload course history in an additional table, basically I store "course_id | id_user | score | date recorded" and show it in some reports. I would like after uploading the history, a certificate is generated for the user, is it possible that they will tell me in which tables I should insert information? if it counts as an additional development and I have to pay, let me know please? =) http://prntscr.com/13gozud
    #359323
    Veronica
    Moderator
    hi I think this kind of functionality is already available please check https://www.youtube.com/watch?v=RLYDlSlui8A https://wplms.io/support/knowledge-base/add-custom-field-in-download-stats-for-quizassignmentunitsquestion/
    #359460
    1ui61_55
    Spectator
    Hi Vero! thanks! rather I need only create a "Certificate" and showns in the profile user. I developed a PHP scripts and this not recognized the wordpress hooks =( Is possible to know in witch tables I need insert information to create certificates?
    #359713
    Veronica
    Moderator
    hi you can create a widget and then add the widget in the dashboard
    #359750
    1ui61_55
    Spectator
    Not Vero, I need something like this https://wplms.io/support/forums/topic/users-and-certificates-information-in-database/
    #359852
    Veronica
    Moderator
    hi please clear your requirement as I am little bit confused here we need full details with some screenshot on this
    #360047
    1ui61_55
    Spectator
    I created this PHP script in a page embebed inside WPLMS http://prntscr.com/13qc8zi this import records in a table user, course_id, data_recorded. is for show ina report, isfor user not take courses in WPLM, they user a paper exam but we can caintenance the history in a additional table an show in a report. But I want to show certificates to, create certificates for this information that I Upload, in wich tables i need to white to show this certificates in a user profile
    #360202
    Anshuman Sahu
    Keymaster
    Well in wplms you create certificate template for courses in wp-admin -> lms -> certificates . then you connect these templates to course in course setting when enabling certificates . You need to add a usermeta in order to show the certificate to the user . this usermeta is an array of course ids in which user got his certificate . with meta_key = 'certificates' and meta_value = serialized_array [50,95,88] where 50,95,88 are course ids .
    #360244
    1ui61_55
    Spectator
    Sooooolved!!! thanks Alex& Vero!! =)
    #360277
    Veronica
    Moderator
    Hey, We aim to improve the usability of our customer’s web-sites and we are glad to have made a contribution. If you find our information to be helpful & you wouldn’t mind leaving a review, we would really appreciate that! Here: https://themeforest.net/item/wplms-learning-management-system/reviews/6780226 Thanks & Regards
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Additional requirement’ is closed to new replies.