Page 1 of 1
Permalinks for Reviews with #anchors
Posted: Thu Apr 21, 2005 10:02 am
by NeoThe1
Can each individual review have a permalink?
i.e. an anchor like this:
Code: Select all
<a name="animetitle_reviewername"></a>
thing that would be called by something like this:
Code: Select all
<a href="http://anidb.info/perl-bin/animedb.pl?show=animeatt&aid=999#animetitle_reviewername">link</a>
Right now it is impossible to link to specific reviews.
Posted: Sun Apr 24, 2005 5:56 am
by NeoThe1
So, what, no takers?

Posted: Sun Apr 24, 2005 7:21 am
by Elias
They already have (numerical) anchors. Try this link:
http://anidb.info/perl-bin/animedb.pl?s ... d=979#1248
Posted: Sun Apr 24, 2005 7:28 am
by NeoThe1
w00t! Good foresight. Now, unless I'm missing something very obvious...is there an easy way to find out those numbers without going into the code?
Posted: Sun Apr 24, 2005 8:47 am
by nwa
hmm, not that I know of, when you hover on the # of the review, then you see the number cahnges color, from black to blue, perhaps these were supposed to be the direct review links but EXP forgot to finish them, or it's a bug

Posted: Sun Apr 24, 2005 8:51 am
by NeoThe1
Oh well. I don't actually see "1." change colour, but I get the idea. Thanx!

Posted: Sun Apr 24, 2005 11:05 am
by Rar
Quite easy to find the line in the source (right click 'view source' or something). Will look like:
<td bgcolor="#00aa00"> <a name="1564">1.</a> </td>
So just hit ctrl+f and paste in that upto but not including the name, and you can find your review very easily.
Rar
Posted: Sun Apr 24, 2005 11:07 am
by NeoThe1
Well, yeah, that's another way to do it.
