PDA

View Full Version : Put a link to the first page of a thread?


tmanran123
09-18-2011, 11:39 PM
How do I make a link to the first page of the thread -- from page 2,3,4, etc...

https://vborg.vbsupport.ru/external/2011/09/14.gif

ideas?

Thanks!

Videx
09-20-2011, 01:41 AM
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.

HMBeaty
09-20-2011, 01:56 AM
Try this:
<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}&amp;page=1" rel="nofollow">Go to first page</a>
</vb:if>This has not been tested!