PDA

View Full Version : "Last Page" link in Recent Threads Module goes to first page.


TeknoSounds
05-03-2010, 04:18 PM
Topic.

Brian
05-04-2010, 01:53 PM
Thank you for pointing this out. You can resolve this issue by looking in your 'adv_portal_recthreads_exp' and 'adv_portal_recthreads_lean' templates for this code:
<a href="{vb:raw vboptions.bburl}/{vb:link thread, {vb:raw thread}}&amp;page={vb:raw thread.totalpages}">

And replacing it with this:
<a href="{vb:raw vboptions.bburl}/{vb:raw thread.lastpagelink}">

Our Sponsors
 

TeknoSounds
05-04-2010, 03:56 PM
sweet ty.

Well 1 out of 3 ain't bad :D