The Tagtorial and Guides Thread -- HELP FOR CADETS HERE
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
- Swirlyandpop
- Newbie
- Posts: 17
- Joined: Mon Apr 12, 2004 5:52 pm
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
Wh--wait did you delete the /d file in FTP? If so, try recreating the folder in FTP . Since you use SmartFTP, try this:
Open the public_html file.
In the right side of the window right click, new, folder. Name it d and that should hopefully fix it.
I guess just do that, trigger an autoupdate and then see if it works.
Open the public_html file.
In the right side of the window right click, new, folder. Name it d and that should hopefully fix it.
I guess just do that, trigger an autoupdate and then see if it works.
- Swirlyandpop
- Newbie
- Posts: 17
- Joined: Mon Apr 12, 2004 5:52 pm
No, I have that in FTP, but not in the place where you log in. You know where you go to autoupdate, the area just above that says edit(comic name)Mercury_Hat wrote:Wh--wait did you delete the /d file in FTP? If so, try recreating the folder in FTP . Since you use SmartFTP, try this:
Open the public_html file.
In the right side of the window right click, new, folder. Name it d and that should hopefully fix it.
I guess just do that, trigger an autoupdate and then see if it works.
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
- Swirlyandpop
- Newbie
- Posts: 17
- Joined: Mon Apr 12, 2004 5:52 pm
- Swirlyandpop
- Newbie
- Posts: 17
- Joined: Mon Apr 12, 2004 5:52 pm
Weeee! It worked without my asking! I must be magic.swirlyandpop wrote:Where can I get a hold of her?Mercury_Hat wrote:Well then you have to get Kisai to fix it I believe. Be nice in asking her, state the problem exactly and ask her to fix it.
*strains to turn computer into throw rug*
Okay, I guess not, but whatever. I guess I'm just not magical. Not yet anyway.
Anywhoo thanks a bunch.
-
Consequence001
- Newbie
- Posts: 3
- Joined: Mon Apr 12, 2004 5:54 pm
Noobie Having a Problem
Hello! Noobie here who might have missed something or just didn't read the instructions properly.
I sent a request and got a website. It is kwg.keenspace.com. However I haven't been able to log in. When I checked the status (Signup, Comic Status and Password Status) all three came back negative. I did receive an account name and password, but I haven't been able log in anywhere!
What have I been doing wrong? What can I do? This has been driving me crazy for the last month!
I sent a request and got a website. It is kwg.keenspace.com. However I haven't been able to log in. When I checked the status (Signup, Comic Status and Password Status) all three came back negative. I did receive an account name and password, but I haven't been able log in anywhere!
What have I been doing wrong? What can I do? This has been driving me crazy for the last month!
indextemplate.html
I Tried to edit the indextemplate file and it wouldn't save. What did I do wrong?
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
Thanks
Ok, well how do I up lode it?
Also, How do I make a dropdown storyline menu?
Also, How do I make a dropdown storyline menu?
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
To upload it you can either drag and drop it into the FTP folder or right-click and select the upload method.
For the storyline dropdown I used a generator I found through google:
Code:
<option value="whatever/d/date.html">Chapter Two</option>
directly underneath the first <option value=...> line, above the </select> line.
I'm not a code wizard, but that seems to be the simplest way. I think there's a keentag to do it for you, but I'm not entirely positive.
For the storyline dropdown I used a generator I found through google:
Code:
Replace http://mercuryhat.keenspace.com/d/20040124.html with the first page of your comic's storyline and replace Chapter one: "Forced Evacuation" with the title of the storyline. To make a new selection, just put<form name="jump">
<select name="menu">
<option>Select a chapter</option>
<option value="http://mercuryhat.keenspace.com/d/20040 ... l">Chapter one: "Forced Evacuation"</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="Jump">
</form>
<option value="whatever/d/date.html">Chapter Two</option>
directly underneath the first <option value=...> line, above the </select> line.
I'm not a code wizard, but that seems to be the simplest way. I think there's a keentag to do it for you, but I'm not entirely positive.
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:
- Mercury Hat
- Iron Lady (ForumAdmin)

- Posts: 5608
- Joined: Sat Jan 24, 2004 1:57 pm
- Location: Hello city.
- Contact:





