Ticket #738 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

Add media 'From URL' inserts filename as text instead of image

Reported by: webmaestro Assigned to: donncha
Priority: high Milestone:
Component: component1 Version:
Severity: major Keywords:
Cc:

Description

WordPressMU can no longer insert an image from a URL--it only allows File Uploads.

The Add Media system indicates users can upload images via the Flash Uploader or Browser Uploader, and below is an area where an image can be inserted via URL:

` From URL

================= Image URL: Image Description:

`

The issue is described on this WordPressMU Forum posting:

Change History

09/15/08 16:06:09 changed by webmaestro

That code area should've looked like this:

 From URL

    Image URL:
    Image Description:

09/19/08 15:43:32 changed by donncha

  • owner changed from somebody to donncha.
  • status changed from new to assigned.

Actually it inserts it as a html link as it's the generic "media" form unfortunately and not the image uploader.

09/22/08 16:44:37 changed by donncha

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in [1493] by making the media buttons configurable on the Site Admin options page.