Quote:
Originally Posted by vol_freak
Anyone ever figure this out. The "go to first new post" in each thread is a very important feature imo that could really be a nice addition to this skin.
|
In the 'threadbit' template, find this line:
PHP Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"
and add
PHP Code:
goto=newpost&
to before the t=$thread part.
--JOsh