Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think all that’s missing is a server/service that allows for the API key to work. (Thats just off the top of my head without actually looking into their code, I dont know what kind of information they send back and forth to the sites using the plugin… Time to research?)

    IMPORTANT UPDATE: He needs our help to continue Wanguard. He doesn’t have the funds to pay for the server(s).
    See Indiegogo campaign here: https://www.indiegogo.com/projects/wangguard-service-plugin-development-and-support-service#/

    • This reply was modified 7 years, 5 months ago by ultimatea8.

    I’ve got the fix. All you have to do is place 3 “..” (no quotes) and everything will be fixed !

    Go to showfiles.php and on line 25 and change this

    $image = str_replace('../', '/wp-content/plugins/wp-admin-icons/', $image);

    to this

    $image = str_replace('../', '../wp-content/plugins/wp-admin-icons/', $image);

    THEN

    Go to icons-scripts.js and make sure line 75 looks like this

    jQuery(".myIconList").load('../wp-content/plugins/wp-admin-icons/includes/showfiles-upload.php', function(response,

    and line 177 should be this

    var url = '../wp-content/plugins/wp-admin-icons/includes/showfiles.php';'

    PS: If you want your uploads to show you have to change line 29 of showfiles-upload.php

    $icon_str = "<li><img src='".$sitename."../wp-content/plugins/wp-admin-icons/icons/uploads/".$iconsArray."'

    Thats it ! (so far so good)

Viewing 2 replies - 1 through 2 (of 2 total)