From 74aef1292ec90627bb912b84ffe4e52bac7beb67 Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Tue, 19 Feb 2013 01:43:14 -0500 Subject: [PATCH] Changed Recently Uploaded Pictures sidebar - Changed Sticky --- img/index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/img/index.php b/img/index.php index b71eafb..5bec4a5 100755 --- a/img/index.php +++ b/img/index.php @@ -12,7 +12,7 @@ * * JavaScript fo show bigger image if clicked * Recently Uploaded Pictures on sidebar - Frontend DONE - Backend Needed (upload) - * DONE - Automatic thumbnail generation - genthumb() (100px x 100px) + * DONE - Automatic detection of missing or nonexistant thumbnails (either replace with nothumb.png or generate new one on spot) * Force Spaces in tags * Fix headstuff() and title() * Multiple tags without search? @@ -61,7 +61,7 @@ * * JavaScript fo show bigger image if clicked * Recently Uploaded Pictures on sidebar - Frontend DONE - Backend Needed (upload) - * DONE - Automatic thumbnail generation - genthumb() (100px x 100px) + * DONE - Automatic detection of missing or nonexistant thumbnails (either replace with nothumb.png or generate new one on spot) * Force spaces on tags * Fix headstuff() and title() * Multiple tags without search? @@ -131,7 +131,7 @@
- Recent Pictures needs a backend - Frontend complete + Fix headstuff and title
@@ -200,7 +200,8 @@ $name = explode("-", $name); foreach($name as $names){ //echo ''; - echo ''.$names.''."\n "; + echo ''.$names.''."\n "; + //echo ''.$names.''."\n "; } }else{ echo "Error getting images from database";