The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Please help, it'll only take a second ;)
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? |
#2
|
|||
|
|||
um, from the getinfo template
Code:
<a href="$lastposturl">Last post</a> |
#3
|
||||
|
||||
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. help? |
#4
|
||||
|
||||
In the first instance it occured to me that it's not possible with a simple template change. I think it requires hacking..
|
#5
|
||||
|
||||
It probably does....
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|