Viewing 4 replies - 1 through 4 (of 4 total)
  • Still a problem. They’ll never fix it!

    Resolution For those facing “more.png” issue:

    Copy more.png from the link and paste it in your desired folder.

    Done !!!

    Thread Starter Caleb

    (@crudhunter)

    Varunwordpress, Temporary solution only.

    Every time a plugin is updated, the old plugin directory disappears and new stuff is loaded in.

    So you would have to do this after every Sociable plugin update.

    Root solution to the problem is to fix the plugin code at the source, and make the problem go away permanently.

    I just check the code for the sociable plugin, all respects to the author for the great plugin but the code is horrible, maybe it’s the reason which make it hard to maintain.

    Here’s is a simple quick solution, I hope the author see this and change the code.

    1. open this file in editor:
    wp-content/plugins/sociable/includes/sociable_output.php

    2. find this line in the above file:
    $inner .="</ul>";

    3. change the above line to t this:
    $inner = !array_key_exists('More', $display) ? "</ul>" : $inner ."</ul>";

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Sociable] Hunting for more.png in 'images/option1/32'’ is closed to new replies.