MyBB Community Forums

Full Version: index thread display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
from index page when i click on thread then it land on lastpost of thread .. i want that i want land on first page
http://gyazo.com/e48c320272eeb7b3d173487e128ef4f8
AdminCP > Templates > Your theme's templates > Forumbit Templates > forumbit_depth2_forum_lastpost > and search for;
{$lastpost_link}
and Change it into;
showthread.php?tid={$lastpost_data['lastposttid']}
It will redirect to the first post when clicked.
Link to your site? It should go to the top by default.
(2012-06-04, 10:17 AM)MarkW7 Wrote: [ -> ]Link to your site? It should go to the top by default.

No it shouldn't, why do you think the column is for last post?
Oh, when you click the link from the Index. I thought when you just click on a thread. My bad.
(2012-06-04, 10:16 AM)Yaldaram Wrote: [ -> ]AdminCP > Templates > Your theme's templates > Forumbit Templates > forumbit_depth2_forum_lastpost > and search for;
{$lastpost_link}
and Change it into;
showthread.php?tid={$lastpost_data['lastposttid']}
It will redirect to the first post when clicked.

Its working but when i do this my post icon got disable
You've done something wrong then because I didn't even touched any of the post icon code/variable. Just replaced the link.