I was playing with skinning the site the other day (after the upgrade) and I really like the look of having an image in the background instead of boring white. I need to go through and tweak on some of the text so it will show up better in some areas but that will come with time.
Then I had an idea.
Why don't I dynamically generate the background? What I can use is the image gallery pictures that are over a certain size or resolution. The interesting part is that it stores the images in either a .picture format, or I could use attachments with the .attach suffix.
Then I thought, if I'm going to do that - what I can do is pull from all the attachments out of the database, exclude the nsfw stuff and generate a daily random pic from the galleries and attachments (probably just the galleries to start with) and set that as the background.
Might even have it update the forum (this is oddly the hardest part) with who/what/when the picture came from with a link to the gallery. Gathering all of the data from the script should be pretty easy, but I haven't really thought too much about how to pass it through to the api:
Anybody want to help with this? Maybe I should just make a 'wallpaper' section of the gallery and have people upload really nice pics into it?
Then I had an idea.
Why don't I dynamically generate the background? What I can use is the image gallery pictures that are over a certain size or resolution. The interesting part is that it stores the images in either a .picture format, or I could use attachments with the .attach suffix.
Then I thought, if I'm going to do that - what I can do is pull from all the attachments out of the database, exclude the nsfw stuff and generate a daily random pic from the galleries and attachments (probably just the galleries to start with) and set that as the background.
Might even have it update the forum (this is oddly the hardest part) with who/what/when the picture came from with a link to the gallery. Gathering all of the data from the script should be pretty easy, but I haven't really thought too much about how to pass it through to the api:
Anybody want to help with this? Maybe I should just make a 'wallpaper' section of the gallery and have people upload really nice pics into it?
Comment