Permalink to last theme page in phpBB
3 answers
As of phpbb 3.0.12, I haven't found an official documentary, but the following might do the trick:
xxx/viewtopic.php?f=yy&t=zzz&start=50000
where only start = 50000 is important . the parameters f and t must define a subforum and stream, the start parameter defines a column in the stream. Setting the start parameter to a ridiculously high value seems to cause phpbb to display the last page.
+1
a source to share