Quote:
Originally Posted by testbot
didn't the old theme jump you to the newest post when you clicked on a thread? i would love to have that back. i already fixed the class_core so i guess the rest is in the forum display links or something?
|
Edit the
threadbit template, find:
HTML Code:
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>
and replace with
HTML Code:
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_gotonew_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>
Quote:
Originally Posted by Steelersfan
Hey dartho, skin works great! Question though. Is there no "quote" option? Or am I missing it?
|
Edit the
newreply template and replace
HTML Code:
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">{vb:raw newpost.message}</textarea>
with
HTML Code:
<vb:comment><textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">{vb:raw newpost.message}</textarea></vb:comment>
{vb:raw messagearea}