The Tagtorial and Guides Thread -- HELP FOR CADETS HERE

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Locked
User avatar
Mercury Hat
Iron Lady (ForumAdmin)
Iron Lady (ForumAdmin)
Posts: 5608
Joined: Sat Jan 24, 2004 1:57 pm
Location: Hello city.
Contact:

Post by Mercury Hat »

Did you trigger an autoupdate on siteadmin?
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

User avatar
Swirlyandpop
Newbie
Posts: 17
Joined: Mon Apr 12, 2004 5:52 pm

Post by Swirlyandpop »

Mercury_Hat wrote:Did you trigger an autoupdate on siteadmin?
YES! I JUST FOUND THE PENULTIMATE ARCHIVE PROBLEM!
For some reason I (by accident) I deleted the source of the archives (/d) and now it won't automatically link it! How do you change it? My thing went all grey and I need to edit it.

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

Post by Mercury Hat »

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.
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

User avatar
Swirlyandpop
Newbie
Posts: 17
Joined: Mon Apr 12, 2004 5:52 pm

Post by Swirlyandpop »

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.
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)

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

Post by Mercury Hat »

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.
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

User avatar
Swirlyandpop
Newbie
Posts: 17
Joined: Mon Apr 12, 2004 5:52 pm

Post by Swirlyandpop »

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.
Where can I get a hold of her?

User avatar
Swirlyandpop
Newbie
Posts: 17
Joined: Mon Apr 12, 2004 5:52 pm

Post by Swirlyandpop »

swirlyandpop wrote:
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.
Where can I get a hold of her?
Weeee! It worked without my asking! I must be magic.
*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

Post by Consequence001 »

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!

User avatar
Faub
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3698
Joined: Tue May 20, 2003 2:53 pm
Location: Missouri, USA
Contact:

Post by Faub »

Your site is there. Check the first post for the password checker. If the password is bad, there's a program to change your password.

Panthriss
Regular Poster
Posts: 25
Joined: Thu Apr 01, 2004 2:49 pm
Contact:

indextemplate.html

Post by Panthriss »

I Tried to edit the indextemplate file and it wouldn't save. What did I do wrong?

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

Post by Mercury Hat »

What are you using to edit the file?
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

Panthriss
Regular Poster
Posts: 25
Joined: Thu Apr 01, 2004 2:49 pm
Contact:

Post by Panthriss »

Mercury_Hat wrote:What are you using to edit the file?
I opened it and used "view", was that wrong?

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

Post by Mercury Hat »

In some FTP programs you can edit them in the program, in some you can't. Save the file to your computer and edit it with an HTML editor. Don't use Microsoft Word, though.
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

Panthriss
Regular Poster
Posts: 25
Joined: Thu Apr 01, 2004 2:49 pm
Contact:

Thanks

Post by Panthriss »

Ok, well how do I up lode it?

Also, How do I make a dropdown storyline menu?

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

Post by Mercury Hat »

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:
<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>
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

<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.
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

Panthriss
Regular Poster
Posts: 25
Joined: Thu Apr 01, 2004 2:49 pm
Contact:

Post by Panthriss »

When I try to copy it it just copys the same as dailytemplate.html.

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

Post by Mercury Hat »

Wha? What exactly are you doing and what're you using to FTP?
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

Panthriss
Regular Poster
Posts: 25
Joined: Thu Apr 01, 2004 2:49 pm
Contact:

Post by Panthriss »

Mercury_Hat wrote:Wha? What exactly are you doing and what're you using to FTP?
I'm useing SmartFTP, and I'm dragging the Workspace folder to the desktop. I also get a message telling me that I need to overwrite my files when I click on the indextemplate.html file that is in the FTP.

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

Post by Mercury Hat »

Okay, if you make a change to a file you've saved on your computer and want to upload it to your FTP, then you'll need to overwrite the file that's in FTP currently.
ImageImage
<Legostar> merc is all knowing, all seeing, and not caring

Panthriss
Regular Poster
Posts: 25
Joined: Thu Apr 01, 2004 2:49 pm
Contact:

Post by Panthriss »

Mercury_Hat wrote:Okay, if you make a change to a file you've saved on your computer and want to upload it to your FTP, then you'll need to overwrite the file that's in FTP currently.
I can't copy it at all.

Locked