• Resolved Peter K

    (@dragy)


    Hi

    I have old plugin GD Star Rating, I downloaded GD Rating System, go to Transfer data, select GD Star Rating, check Import Enable, but when I click on Transfer button nothing happens. Do I need set something ahead of the transfer?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • @dragy quick decision for you (if you know what is JS and how it works) and under your responisbility only:
    1. Go to transfer page
    2. Open Developers tools
    3. Open Console
    4. Insert this code to console:
    $('body').append("<script type='text/javascript' src='{PATH-TO-PLUGIN-FOLDER}/gd-rating-system/js/admin/transfer.min.js?ver=3.1.3.898'></script>")
    Where {PATH-TO-PLUGIN-FOLDER} is path on your website to folder with gd-rating-system
    5. Press Enter -> this script will be loaded and then…
    6. You can press button Transfer and transfer begins.

    It works for me.

    Thread Starter Peter K

    (@dragy)

    @randomsky sorry, it’s not working 🙁

    VM5773:1 Uncaught TypeError: $ is not a function
        at <anonymous>:1:1

    but this is working for me

    s = document.createElement('script'); 
    s.src = 'file://path/to/script.js'; 
    document.body.appendChild(s);
    • This reply was modified 3 years, 8 months ago by Peter K.
    Plugin Author Milan Petrovic

    (@gdragon)

    This is fixed in 3.2 version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transfer button does nothing’ is closed to new replies.