slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Fri Sep 19, 2003 11:26 am Post subject: Block Suggestions |
|
|
1. LAST 5 PHOTOS ADDED
Not quite the 'updated albums' block but the ability to show 5 (more or less) of the latest photos that have been added (AKA Latest forum posts, etc)
2. RANDOM 5
Display 5 (more or less) random photos from any USER selected ALBUM.
3. HOURLY 5
As above but hourly
4. DAILY 5
As above but daily |
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Sep 19, 2003 11:31 am Post subject: |
|
|
the last 5 photo bit is tough. for large albums, that requires going through them all (even w/ a cache file, it has to be rebuilt), and it can take several minutes with several thousand photos....not sure about the practicality of it. yes it can be done, but i don't know if it's a good idea to actually do it.
random/hourly/daily 5 wouldn't be too difficult, might just be able to put an iterator in the current code (for i=0;i<5;i++) kinda thing to call the appropriate functions 5 times... |
|