PDA

View Full Version : Help needed regarding vbulletin Variable for Thread Link with Page Number


induslady
10-15-2013, 08:46 AM
Hello,

Would want to use the vbulletin variable for thread link in "printthread" template and used the below -

{vb:link thread, {vb:raw threadinfo}}

but it renders without the page number. Can anyone help me with the vb variable for thread link with page number.

Thanks in advance.

induslady
10-17-2013, 04:16 AM
Hello,

Anyone looking for the above could try the below and it works in the print thread template-

{vb:raw vboptions.bburl}/showthread.php?t={vb:raw threadid}<vb:if condition="$perpage">&amp;pp={vb:raw perpage}</vb:if>&amp;page={vb:raw $GLOBALS[pagenumber]}