Fan Art Gallery!
Moderator:Æron
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
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: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 likeCode: Select all
var oldid = ''; function viewSection(id) { document.getElementById(id).style.display = 'block'; document.getElementById(oldid).style.display = 'none'; oldid = id; }
for the "aimicons" section (as defined by the [div id="aimicons"]...[/div] section (replace the []s with <>s)).Code: Select all
#aimicons { display: none; }
pants jesus
DCS should've ended the comic a year or two ago.
- Steve the Pocket
- Posts:2271
- Joined:Wed May 19, 2004 10:04 pm
EASIER SOLUTION:
http://ozyandmillie.deviantart.com
Submit work to DA. Send note to club with link. I add to favorites. Done. *hits Easy button*
http://ozyandmillie.deviantart.com
Submit work to DA. Send note to club with link. I add to favorites. Done. *hits Easy button*
- Steve the Pocket
- Posts:2271
- Joined:Wed May 19, 2004 10:04 pm
Yes, but it's free to sign up, and it's not like they have popups or flashing SHOOT THE TURKEY type banner ads.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.
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.
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.
Who is online
Users browsing this forum: No registered users and 6 guests