Permalinks for Reviews with #anchors

All your questions about AniDB belong in here.
No download support!

Moderator: AniDB

Locked
NeoThe1
Posts: 10
Joined: Mon Jan 31, 2005 12:44 am
Location: Your head.

Permalinks for Reviews with #anchors

Post 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.
NeoThe1
Posts: 10
Joined: Mon Jan 31, 2005 12:44 am
Location: Your head.

Post by NeoThe1 »

So, what, no takers? ;)
Elias
Posts: 242
Joined: Tue Feb 17, 2004 4:55 pm

Post by Elias »

They already have (numerical) anchors. Try this link:
http://anidb.info/perl-bin/animedb.pl?s ... d=979#1248
NeoThe1
Posts: 10
Joined: Mon Jan 31, 2005 12:44 am
Location: Your head.

Post 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?
nwa
AniDB Staff
Posts: 585
Joined: Sat Jun 07, 2003 10:51 am

Post 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 :P
NeoThe1
Posts: 10
Joined: Mon Jan 31, 2005 12:44 am
Location: Your head.

Post by NeoThe1 »

Oh well. I don't actually see "1." change colour, but I get the idea. Thanx! ;)
Rar
AniDB Staff
Posts: 1471
Joined: Fri Mar 12, 2004 2:41 pm
Location: UK
Contact:

Post by Rar »

Quite easy to find the line in the source (right click 'view source' or something). Will look like:
<td bgcolor="#00aa00"> &nbsp;&nbsp;<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
NeoThe1
Posts: 10
Joined: Mon Jan 31, 2005 12:44 am
Location: Your head.

Post by NeoThe1 »

Well, yeah, that's another way to do it. ;)
Locked