Page 1 of 2
Fan Art Gallery!
Posted: Tue Dec 05, 2006 10:59 pm
by baloki
Posted: Wed Dec 06, 2006 1:33 am
by Zaaphod
Yay, it's back!

Posted: Wed Dec 06, 2006 1:39 am
by Dr. Doog
rofl, but the links don't work. I would fix them myself but I don't think the pages exist.

so basically, it's back where it was before
Posted: Wed Dec 06, 2006 2:32 am
by osprey
I demand to see my wallpaper on there!
Why does it not work? it points to the old domain!
Edit: The pages don't exist on this domain either.
Posted: Wed Dec 06, 2006 8:00 pm
by Muninn
I wish there were regular updates to the gallery (and a pruning of material no longer avaible). I'd like to put something there.
Posted: Wed Dec 06, 2006 9:02 pm
by baloki
I wish there were regular updates to the gallery (and a pruning of material no longer avaible). I'd like to put something there.
I did attempt to update it but it exploded

Posted: Wed Dec 06, 2006 10:23 pm
by Dr. Doog
I still think it would be easiest if it followed the same structure as the original. Somebody once had an idea on how to make it function in the same way, but it would all be on one file, meaning LaF doesn't have to make a whole folder of pages that people have access to, but I'm not learned enough to have understood it.
EDIT: here's the concept
Well, the fact is, the solution I was offering was to, in fact, make it all one page; the difference was, I was saying to use JavaScript to hide most of it.
This works as follows:
First, the section that would change on each page is wrapped in a <div> element; set the id attribute to something. The link that opens the appropriate section would call a special function, passing it a single parameter: the value of the id attribute.
The function looks as follows:
Code: Select all
var oldid = '';
function viewSection(id) {
document.getElementById(id).style.display = 'block';
document.getElementById(oldid).style.display = 'none';
oldid = id;
}
Finally, all the sections that shouldn't be shown right away are put in the <style> section near the top of the page, using lines like
for the "aimicons" section (as defined by the [div id="aimicons"]...[/div] section (replace the []s with <>s)).
Posted: Thu Dec 07, 2006 5:19 am
by Steve the Pocket
EASIER SOLUTION:
http://ozyandmillie.deviantart.com
Submit work to DA. Send note to club with link. I add to favorites. Done. *hits Easy button*
Posted: Thu Dec 07, 2006 6:46 am
by osprey
Never having used DA, do you have to be a member to submit images? I really don't have any O&M art of my own, but I have made a couple wallpapers and some avatars.
Edit: I mean a DA member, I don't even have an account.
Posted: Thu Dec 07, 2006 9:52 am
by baloki
*get back to his evil plan of coming up with a temporary solution while the foox fixes the current system

*
Posted: Thu Dec 07, 2006 1:32 pm
by Steve the Pocket
Never having used DA, do you have to be a member to submit images? I really don't have any O&M art of my own, but I have made a couple wallpapers and some avatars.
Edit: I mean a DA member, I don't even have an account.
Yes, but it's free to sign up, and it's not like they have popups or flashing SHOOT THE TURKEY type banner ads.
Posted: Thu Dec 07, 2006 8:30 pm
by baloki
It's been fixed and I'll be updating it soon ^^
Posted: Thu Dec 07, 2006 8:38 pm
by Muninn
Edit - Ok I put up a few pictures for now. Hopefully it'll grow into a larger collection.
Should we have a topic somewhere so people can say which pictures of there's they want on the gallery, or should we just post all Ozy and Millie art there?
Late edit - All right, I just threw in some more pictures and wallpapers (although, MAZZTer, I don't know why your's aren't showing up as small pictures), and cleaned up the links and such. If anyone wants what I put of their's taken out say so. If anyone wants anything put there, contact me or any other moderator who's willing to work on this.
Posted: Thu Dec 07, 2006 11:44 pm
by Dr. Doog
:-/ a DA account isn't really the community define cynical as it is a related DA community, at best it's an annex to another website. We have a gallery, we've had one for three years, why not continue?
Posted: Thu Dec 07, 2006 11:59 pm
by osprey