• Resolved sergio345

    (@sergio345)


    Your plugin is great and really usefull to us. We have some suggestions to make it better:

    1. Import all users with a role in the site. We have a custom WordPress role for students, and would be great if we can import all in one step. Also can be usefull to have a selection step to select the users of the site to add to a course.

    2. Widget or frontend page.

    Thanks for this fantastic plugin and your hard work! Sorry for my bad English.

    https://www.ads-software.com/plugins/an-gradebook/

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author Aori Nevo

    (@anevo)

    Ok, we are missing a bit from the original code. Add this just before the function an_gradebook_shortcode.

    function an_gradebook_ajaxurl() {
    ?>
    <script type="text/javascript">
    var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>';
    </script>
    <?php
    }
    add_action('wp_head','an_gradebook_ajaxurl');

    it worked ?? – Fantastic! Thanks so much for working with me to figure it out – you’re amazing!

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Suggestions’ is closed to new replies.