Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 4 Months ago First Unread Post Icon
#2
Solved: 11 Years, 4 Months ago
admin panel >> templates >> your forum's active theme templates >> Forum Display Templates >> forumdisplay_thread
find code like below
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>

change like below and save the template
<span>{$prefix}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$gotounread}{$thread['multipage']}</span>
Jump to the post that solved this thread.


Messages In This Thread
First Unread Post Icon - by slik - 2013-09-29, 03:06 PM
RE: First Unread Post Icon - by .m. - 2013-09-29, 03:22 PM
RE: First Unread Post Icon - by slik - 2013-09-29, 05:04 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)