Danny

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 108 total)
  • Author
    Posts
  • in reply to: Start Quiz button not showing #94728
    Danny
    Spectator
    Great, seems to work fine. But the site that you tested on was just my development site. I wan´t to make the change for my production site as well. What did you do to upgrade the course module? Did I have a old version of the plugin, or is there a issue in the latest course module plugin 2.5.2?
    in reply to: Start Quiz button not showing #94469
    Danny
    Spectator
    This reply has been marked as private.
    in reply to: How to change from child theme to Demo 6 #93091
    Danny
    Spectator
    Great, thanks
    Danny
    Spectator
    I also want the discount coupon codes for instructors, in front end.
    in reply to: Error when updating theme. #88746
    Danny
    Spectator
    After update I also get the error on line 316 after upgrade.
    in reply to: Add Certificate #52342
    Danny
    Spectator
    Sorry for late reply. It seems to work... MANY thanks.
    in reply to: Take course message #50998
    Danny
    Spectator
    Yes, the issue was with the translation. Thanks :)
    in reply to: Take course message #50736
    Danny
    Spectator
    Warning: sprintf(): Too few arguments in /storage/content/62/163362/qampus.se/public_html/wp-content/plugins/vibe-course-module/includes/bp-course-activity.php on line 272
    in reply to: Upload issue as instructor #49839
    Danny
    Spectator
    Hi Alex, I found the issue, at least in my installation. It has to do with the "WP Admin area access" in WPLMS - Buddypress settings. I had this set to only administrators. If I change it to All, or Instructor/Administrator then it works with uploads on my site. Can you try on your site?  
    in reply to: Upload issue as instructor #49642
    Danny
    Spectator
    I have created a video in order to show you that it works on a older version but not after an upgrade. https://www.youtube.com/watch?v=94w-6UyWKIU&feature=youtu.be  
    in reply to: Upload issue as instructor #49641
    Danny
    Spectator
    I have now done some tests. Have installed a old version of WPLMS 2.0.7 on a sub-domain, no third party plugins are installed. I am able to upload images and files as an instructor. I then upgrade the theme and plugins to the latest version 2.0.9.3 for theme and 2.0.9.1 for plugins. Then I am no longer able to upload images. So for my point of view it seems to be something with the theme and your plugins.
    in reply to: Upload issue as instructor #49135
    Danny
    Spectator
    I can add that the upload is running, but when it has been upload it says "there was an error in the upload, please try again later". If the instructor reloads the page and go to Add Media again then the image is showing in the Media Library.
    in reply to: Upload issue as instructor #49134
    Danny
    Spectator
    Credentials. www.qampus.se Admin user Userid: p511dvi Password: Alicia0810163584 Instructor User Userid: Qampuss Password: Alicia0810163584
    in reply to: Hide Drip Feed in Front End #49054
    Danny
    Spectator
    Hm, i solved it with the code, change some numbers.
    in reply to: Add Certificate #48999
    Danny
    Spectator
    Yes it works when I disable the instructor privacy, but I can´t have my instructors to have access to other instructors/or admin media files and courses. I have created a ticket about this before and Alex gave me this code. add_filter('wplms_fontend_cpt_query','custom_wplms_fontend_cpt_query',999); function custom_wplms_fontend_cpt_query($args){ if($args['post_type']=='certificate'){ unset($args['author']); } return  $args; } https://wplms.io/support/forums/topic/certificate-front-end/ I think it worked before because I have closed the ticket, but it´s not working anymore. So the thing that I want is Instructors privacy but not for certificates. Can you please look at the code and see if something needs to be changed?
Viewing 15 posts - 1 through 15 (of 108 total)