PDA

View Full Version : Please help, it'll only take a second ;)


Velocd
05-05-2002, 04:19 PM
I want to make a link inside the postbit area of each member that, when clicked, will direct you to that users newest post.

I thought making a link to this would work:
showthread.php?s=$session[sessionhash]&postid=$getlastpost[postid]#post$getlastpost[postid]

For example, in the post bit putting:
Newest Post: <*a href="showthread.php?s=$session[sessionhash]&postid=$getlastpost[postid]#post$getlastpost[postid]">Here</a>

But it didn't work :(

So what can I do to get the link to work?

RDX1
05-05-2002, 06:14 PM
um, from the getinfo template


<a href="$lastposturl">Last post</a>


???????????????

Velocd
05-06-2002, 02:20 AM
I'm clearly aware of that, as I posted in my first thread above.

$lastposturl = showthread.php?s=$session[sessionhash]&postid=$getlastpost[postid]#post$getlastpost[postid]

And that URL does not work in the postbit. THnx anyway. :p

help?

Logician
05-06-2002, 11:57 AM
In the first instance it occured to me that it's not possible with a simple template change. I think it requires hacking..

Velocd
05-06-2002, 01:51 PM
It probably does....:p