The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Put a link to the first page of a thread?
How do I make a link to the first page of the thread -- from page 2,3,4, etc...
ideas? Thanks! |
#2
|
||||
|
||||
What you're showing is the "proper" url. Trying to make a browser display a different URL than the one it's pointing to won't be easy.
|
#3
|
||||
|
||||
Try this:
HTML Code:
<vb:if condition="$pagenumber != '1'"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}{vb:raw session.sessionurl}t={vb:raw threadid}&page=1" rel="nofollow">Go to first page</a> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|