adding /d/ to links in daily template [Solved]

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
User avatar
ColdFusion
Regular Poster
Posts: 95
Joined: Sat Jun 04, 2005 4:52 pm
Contact:

adding /d/ to links in daily template [Solved]

Post by ColdFusion »

It would seem that putting some custom navigation links (whether by typing out the full url or by just typing the name of the page and letting it autofill the rest) in the daily template, it changes the url to add /d/ to it, as if it was a comic page generated -by- the daily template.

Just to explain better, and to give an example:

http://kiwidayn.comicgenesis.com/d/20071201.html here's the second page. I recently added a little menu at the bottom because I was told I should, but when you click (or hover over) 'archive' you can see it goes to http://kiwidayn.comicgenesis.com/d/archive.html rather than http://kiwidayn.comicgenesis.com/archive.html like it's supposed to. I tried putting http://kiwidayn.comicgenesis.com/archive.html as the link, but I also tried putting just archive.html as the link. I've run the full update and it's still adding the /d/
is this just a function of the daily template?

User avatar
Cope
Incompetent Monster
Posts: 7377
Joined: Sat Jul 31, 2004 8:37 pm
Location: Masked man of mystery
Contact:

I remember this problem from long ago.

Post by Cope »

I believe you need to put a little"/" in front of the url. For example, instead of "<a href="archive.html">", you need "<a href="/archive.html">"
Image Image
"I've always been fascinated by failure!" -Charlie Brown

User avatar
ColdFusion
Regular Poster
Posts: 95
Joined: Sat Jun 04, 2005 4:52 pm
Contact:

Re: I remember this problem from long ago.

Post by ColdFusion »

Cope wrote:I believe you need to put a little"/" in front of the url. For example, instead of "<a href="archive.html">", you need "<a href="/archive.html">"
Woo, that worked!

weird, because I didn't need to do that for the indextemplate's links. Maybe -because- it's the index.
thanks!

User avatar
Cope
Incompetent Monster
Posts: 7377
Joined: Sat Jul 31, 2004 8:37 pm
Location: Masked man of mystery
Contact:

My memory did not fail me.

Post by Cope »

....yeah, pretty sure it only applies to the dailytemplate. It’s a quirk in the code, basically.
Image Image
"I've always been fascinated by failure!" -Charlie Brown

Post Reply