Fork me on GitHub

extmenu : url in the image path  Bottom

  • i didn't manage to put an URL in the path of the image file in extmenu (it's possible to put a relative path such as /theme/mypic.jpg but i didn't manage to put http://images.mysite.com/mypicture.jpeg

    is this forbidden ?

    EDIT
    edit the extmenu.php and replace the extmenu_check_image by

    Code

    function extmenu_check_image(&$link)
    {
        if (!empty($link['image'])) {
          $osimg=DataUtil::formatForOS($link['image']);
          $link['imagedata'] = @getimagesize($osimg);
        }
        return;
    }




    edited by: mumuri, Nov 15, 2008 - 02:20 AM

This list is based on users active over the last 60 minutes.