PDA

View Full Version : (THREAD) Get URL of first Page on page 2 and higher


Compiler
11-15-2013, 01:45 PM
Hi peeps,

i want on page 2 and higher the URL of the first thread.
example:

On the page http://www.pcmasters.de/forum/7350-howto-wie-flasht-man-ein-bios-bios-flashen-updaten-4.html i need the link / url to the first thread-page ( http://www.pcmasters.de/forum/7350-howto-wie-flasht-man-ein-bios-bios-flashen-updaten.html ).

Is it possible to get via a php query or vb conditional? We use vbulletin 4.2.0

I would be pleased about every answer!

BirdOPrey5
11-15-2013, 04:22 PM
I don't know how you would do it with VBSEO URL.

With a standard vBulletin URL on SHOWTHREAD template make a link like-


<a href="showthread.php?t={vb:raw threadinfo.threadid}">Link to First Page</a>


should work.