MyBB Community Forums

Full Version: Last thread link in index page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,
Im new to this and this is my first post Smile

I searched a lot to find a solution to my problem but i couldnt.
So,my problem is:

I want in the index page (where in the right shows latest threads and under them the latest post),the link in the thread name to redirects to the thread or at least to first post and NOT in the last post!

I tryed several options like $lastthread_link or something like that but it wasnt the right...
I know a little html and my guesses maybe are completly wrong.So please help which is the correct code to put?

This would have to be done via a core modification or a plugin.
Download and install this plugin: http://mybbhacks.zingaburga.com/showthread.php?tid=260
You need 7zip to extract it though.

If activated you can use PHP in templates.
Replace in templates 'forumbit_depth1_forum_lastpost' and 'forumbit_depth2_forum_lastpost':
{$lastpost_link}
with
<?php echo get_thread_link($forum['lastposttid']) ?>
Just did it!

Thank u Soooo much for ur fast replys and ur help!!
It worked weeeeee Big Grin
Appreciate Smile