Suggestion for the "Add media" function

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
jenaimepaslesspam
Posts: 1
Joined: Sun Nov 26, 2006 6:06 am

Suggestion for the "Add media" function

Post by jenaimepaslesspam »

Hi !

First of all thanks a lot for the great work. I'm using Serendipity every day and I'm delighted with it.

I have a small suggestion : after uploading a file from admin, it would be useful that we get back to the same form to add another file. I generally have several files to upload at the same time and I found it's a bit long to click after each file on the left menu button "add media" to do it again.

I did a very ugly patch in my installation to do that, but may I suggest the developper team to think about it ?

My patch is just inserting this line at line 277 of inlude/admin/images.inc.php (before the closing of brace):

Code: Select all

echo "<META HTTP-EQUIV='Refresh' CONTENT='0;URL=serendipity_admin.php?serendipity[adminModule]=media&serendipity[adminAction]=addSelect'>";
Thanks again for what you are doing.

Fab
[/code]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Suggestion for the "Add media" function

Post by garvinhicking »

Hi!

Sine Serendipity 1.0 you can upload multiple files at once by using the "Add more images" dialog, did you try that? It requires javascript, though.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply