MyBB Community Forums

Full Version: Threads title cannot be clicked
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I am not sure if the problem occurred after upgrading, but the user messaged me saying they cannot click on the title to enter the thread on my tropical theme. https://promotionparadise.net/forumdispl...d1&theme=6

The feature works on the netpen-pro theme, but not sure what to look into the fix the issue. The theme is custom made so if no one in the staff would pinpoint I'll ask the developer to check it out. Thanks!
Admin CP --> Templates & Style --> Templates --> the template set using that theme --> Forum Display Templates --> forumdisplay_thread

Find:
{$thread['subject']}

Replace with this as it should be wrapped in a link:
<a href="{$thread['threadlink']}">{$thread['subject']}</a>