PDA

View Full Version : [fixed] postbit_ignore missing postid



eva2000
Tue 31st Jul '01, 7:32am
this postbit_ignore template is missing a postid


<normalfont>This person is on your <b>Ignore List</b>. To view this post click [<a href="showthread.php?s=$session[sessionhash]&action=showpost&postid=$post[postid]"
onClick="javascript:window.open('showthread.php?s=$session[sessionhash]&action=showpost&postid=$post[postid]','_blank', 'toolbar=no,menubar=yes,resizable=yes,scrollbars=y es,width=720,height=300'); return false">here</a>] </normalfont>
i.e.

an ignored thread should come out as

http://animeboards.com/showthread.php?s=&action=showpost&postid=537191290#537191290

but instead is

http://animeboards.com/showthread.php?s=&action=showpost&postid=537191290

missing the #537191290

eva2000
Tue 31st Jul '01, 7:43am
changed it to this and it seems to work



<normalfont>This person is on your <b>Ignore List</b>. To view this post click [<a href="/showthread.php?s=$session[sessionhash]&action=showpost&postid=$post[postid]#$post[postid]"
onClick="java script:window.open('/showthread.php?s=$session[sessionhash]&action=showpost&postid=$post[postid]#$post[postid]','_blank', 'toolbar=no,menubar=yes,resizable=yes,scrollbars=y es,width=720,height=300'); return false">here</a>] </normalfont>

John
Tue 31st Jul '01, 7:51am
Thanks. All fixed in the templates.

John