[wp-trac] Re: [WordPress Trac] #3412: Images in upload page and
pane are missing
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 1 12:21:46 GMT 2006
#3412: Images in upload page and pane are missing
----------------------------+-----------------------------------------------
Reporter: tassoman | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone: 2.1
Component: Administration | Version: 2.1
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by tassoman):
The followin is a grab of the '''upload.php''' source :
{{{
<div id='upload-content' class='browse-all'>
<ul id='upload-files'>
<li id='file-556' class='alignleft'>
<a id='file-link-556' href='/wp-admin/upload.php?action=edit&ID=556'
title='Modem' class='file-link image'>
<img src='/wp-
content/themes/tasso/images/audio.jpg' title='Modem' alt='Modem' /></a>
<div class='upload-file-data'>
<p>
<input type='hidden' name='attachment-url-
556' id='attachment-url-556' value='/wp-content/uploads/modem.mp3' />
<input type='hidden' name='attachment-url-
base-556' id='attachment-url-base-556' value='http://blog.tassoman.com' />
<input type='hidden' name='attachment-is-
image-556' id='attachment-is-image-556' value='1' />
<input type='hidden' name='attachment-
page-url-556' id='attachment-page-url-556'
value='http://blog.tassoman.com/?attachment_id=556' />
<input type='hidden' name='attachment-
title-556' id='attachment-title-556' value='Modem' />
<input type='hidden' name='attachment-
description-556' id='attachment-description-556' value='' />
</p>
</div>
</li>
<li id='file-554' class='alignleft'>
<a id='file-link-554' href='/wp-admin/upload.php?action=edit&ID=554'
title='Netscape 3.04' class='file-link image'>
<img src='/wp-
content/uploads/schermata.miniatura.png' title='Netscape 3.04'
alt='Netscape 3.04' /></a>
<div class='upload-file-data'>
<p>
<input type='hidden' name='attachment-url-
554' id='attachment-url-554' value='/wp-content/uploads/schermata.png' />
<input type='hidden' name='attachment-url-
base-554' id='attachment-url-base-554' value='!http://blog.tassoman.com'
/>
<input type='hidden' name='attachment-
thumb-url-554' id='attachment-thumb-url-554' value='/wp-
content/uploads/schermata.miniatura.png' />
<input type='hidden' name='attachment-
thumb-url-base-554' id='attachment-thumb-url-base-554'
value='!http://blog.tassoman.com' />
<input type='hidden' name='attachment-
width-554' id='attachment-width-554' value='168' />
<input type='hidden' name='attachment-
height-554' id='attachment-height-554' value='128' />
<input type='hidden' name='attachment-
page-url-554' id='attachment-page-url-554'
value='!http://blog.tassoman.com/555,nostalgiare-2/netscape-304/' />
<input type='hidden' name='attachment-
title-554' id='attachment-title-554' value='Netscape 3.04' />
<input type='hidden' name='attachment-
description-554' id='attachment-description-554' value='' />
</p>
</div>
</li>
}}}
Please, consider all others images are shown. I mean, if i click one blue
square, i get into the detail page and i can see the image as expected.
More, reading the code, i see it's expecting a '''/wp-
content/themes/tasso/images/audio.jpg'''.
I haven't this file in my own theme. So should be asked only if exists,
then catched from a default source if not found (the default theme audio
icon?)
--
Ticket URL: <http://trac.wordpress.org/ticket/3412#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list