Sorry kvr, well spotted.
We added an argument to the first and last post function to display the text as a link.
If you want to make the change yourself, go ahead and as usual I’ll open up a ticket and it will be included in the next update. It can be changed in the core theme so don’t worry about copying templates over unnecessarily.
Open spForumViewMobile.php, find
sp_TopicIndexFirstPost('iconClass=spIcon spLeft&icon=&nicedate=1&date=1&time=1&stackdate=0&stackuser=0&stackdate=0&itemBreak= ', __sp('First Post'));
sp_InsertBreak();
sp_TopicIndexLastPost('iconClass=spIcon spLeft&icon=&nicedate=1&date=0&time=0&stackdate=0&stackuser=0&stackdate=0&itemBreak= ', __sp('Last Post'));
And replace with:
sp_TopicIndexFirstPost('iconClass=spIcon spLeft&icon=&labelLink=1&nicedate=1&date=1&time=1&stackdate=0&stackuser=0&stackdate=0&itemBreak= ', __sp('First Post'));
sp_InsertBreak();
sp_TopicIndexLastPost('iconClass=spIcon spLeft&icon=&labelLink=1&nicedate=1&date=0&time=0&stackdate=0&stackuser=0&stackdate=0&itemBreak= ', __sp('Last Post'));
