First of all,
the Tutorials. They don't answer every question yet, but they're a good place to start.
Halo299 wrote: i suppose i am just dreading the impending learning curve. What i was lookign for was just a way to use simple HTML code to create my site.
which there dosen't seem to be.
(i have no problem adding ads and what not to the site, it is just the nature of the creating proccess that i'm not understanding.)
If what is bugging you are the ***tags*** and automated process, think of it this way... ***tags*** are HTML placeholders. I.e. instead of putting the HTML code for the "next comic" button, you put ***next_comic*** and the server will come up with the appropriate bit of HTML coding. You put pages with ***tags*** in the workspace folder, the automatic updater goes through them, replace the ***tags*** with appropriate HTML code and make the pages available by putting them in public_html.
In the case of indextemplate.html and dailytemplate.html, well, it's the same thing except that indextemplate.html will be used by the updater to create index.html, and dailytemplate.html will be used to create all of your archived comics pages.
Did that make sense to you?
but the things that are troubleing me right now are (at least on a mental level)
how to create a homepage that dosen't display my latest comic, but rather a link to it. Like 8-bit theater, Sexy Losers, or Order of the Stick.
Well, the default homepage is index.html (created off indextemplate.html, as mentionned above). So for this to work, you'd have to do the following:
1) Remove the ***todays_comics*** tag from indextemplate.html.
2) Create the page you want to use to display your most recent comic. Let's say you name it "main.html". Put the ***todays_comics*** tag on it where you want the comic to show up. (
Adding new pages tutorial)
3) For your navigation buttons, do not use the ***last_day*** tag. Instead, put in the code to link to your main.html page.
and an achive that displays the number and name of my comics rather than the date they were added. Like Sam the Clam or 8-bit theater.
Adding text and comments tutorial. It's not ideal, but it's the best solution at the present time IMHO.
and a place to add a hit counter like the one that is on my site now.
Well, simply go to whatever site offers free hit counters and follow the instructions there. There is the Webalizer, accessible through siteadmin, that collects some data about traffic on your site, but it's not something public.
as well as a way to link to other pages so i can have a 'links page' as well as keep my original forum.
Well, the previously linked
addind new pages tutorial.
If any of these things seem complicated to you, tackle them step-by-step. Have your FTP and HTML editor ready and progress one step at a time. Yes, sometimes, it looks scary, but it's really easy to learn. I was totally HTML and site management illiterate (sp?) before comicgenesis, and though I'm not a pro, I can't find my way around quite easily now.