New problem for an old strip

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.
Post Reply
Deckard Canine
Regular Poster
Posts: 295
Joined: Thu Oct 12, 2006 5:21 am
Location: DC

New problem for an old strip

Post by Deckard Canine »

I mentioned before that clicking "Next comic" on this strip somehow skips over hundreds of entries to the end. That problem was never resolved. Now I've discovered that the two subsequent strips have the same problem and the two before it don't even have a "Next comic" or "Latest comic" option. I'm sure that these were not issues earlier.

If I don't get good help on this soon, I will look into moving my archives elsewhere.

User avatar
LibertyCabbage
Cartoon Hero
Posts: 4667
Joined: Tue Jan 25, 2005 4:08 pm
Location: bat country
Contact:

Re: New problem for an old strip

Post by LibertyCabbage »

Hi, Deckard Canine,

You have two ways you can resolve this problem, both of which are easy to do:

1) Access your /public_html/d/ folder on the FTP and delete the buggy HTML files you specified. Then, upload your PNG files from those dates to your /public_html/workspace/comics folder, like you were uploading new comics. Delete the old files from your /public_html/comics/ folder, and schedule an update in Site Admin. The server will create new HTML files to replace the ones you deleted.

Or,

2) Access your /public_html/d/ folder on the FTP and edit the buggy HTML files to work as intended. For the pages that incorrectly link to the latest comic, change the URL in the following...

Code: Select all

 <a href="http://downscale.comicgenesis.com">Next comic</a>
...to the HTML file you desire, such as...

Code: Select all

<a href="http://downscale.comicgenesis.com/d/20100604.html">Next comic</a>
For the HTML files that don't have the "Next comic" and "Latest comic" links, add the following after "Previous comic</a> "...

Code: Select all

<a href="http://downscale.comicgenesis.com/d/20100604.html">Next comic</a> <a href="http://downscale.comicgenesis.com">Latest comic</a>
...using the correct date for "Next comic."

For http://downscale.comicgenesis.com/d/20100521.html, which lists the author as "ARRAY(0xd130b0)," you can fix it by changing this line...

Code: Select all

<h2>by ARRAY(0xd130b0)</h2>
...to this...

Code: Select all

<h2>by Stephen Gilberg</h2>
Also, note that adding...

Code: Select all

***calendar***
...anywhere in your HTML will generate a calendar-style navigation section that displays the comic's entire archives.
ImageImage
"Seems like the only comics that would be good to this person are super action crazy lines, mega poses!"

Deckard Canine
Regular Poster
Posts: 295
Joined: Thu Oct 12, 2006 5:21 am
Location: DC

Re: New problem for an old strip

Post by Deckard Canine »

Thank you, LC; I'll give it a try.

Now for someone to eject the spammer who replied right after you.

EDIT: Your first method worked! I think the whole archive is good to go now. Thanks again!

Deckard Canine
Regular Poster
Posts: 295
Joined: Thu Oct 12, 2006 5:21 am
Location: DC

Re: New problem for an old strip

Post by Deckard Canine »

Well, it turns out that clicking "Next" from here still leads to a null page with no links, even after I've deleted all traces of 20090415 and tried your first method for reloading 20090414. Also, clicking "Next" from here leads to a blank strip, but at least it's skippable.

User avatar
LibertyCabbage
Cartoon Hero
Posts: 4667
Joined: Tue Jan 25, 2005 4:08 pm
Location: bat country
Contact:

Re: New problem for an old strip

Post by LibertyCabbage »

Both pages you linked seem to work fine for me. 20090414 goes to 20090417, and 20090417 goes to 20090421. Can you try clearing your browser's cache and viewing them again?
ImageImage
"Seems like the only comics that would be good to this person are super action crazy lines, mega poses!"

Deckard Canine
Regular Poster
Posts: 295
Joined: Thu Oct 12, 2006 5:21 am
Location: DC

Re: New problem for an old strip

Post by Deckard Canine »

LibertyCabbage wrote:Both pages you linked seem to work fine for me. 20090414 goes to 20090417, and 20090417 goes to 20090421. Can you try clearing your browser's cache and viewing them again?
Yes! Thank you again.

User avatar
LibertyCabbage
Cartoon Hero
Posts: 4667
Joined: Tue Jan 25, 2005 4:08 pm
Location: bat country
Contact:

Re: New problem for an old strip

Post by LibertyCabbage »

Deckard Canine wrote: Yes! Thank you again.
Great, I'm glad it worked.
ImageImage
"Seems like the only comics that would be good to this person are super action crazy lines, mega poses!"

Post Reply