Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:36:27 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 12, 2015 0:52:54 GMT -8
Add the time and date and board posted Into on the thread summary
Screenshot Go admin > Structure > Layout Templates > Posting Page > Thread Summary
And Look for <div class="info"> <div class="author float-left">Posted by $[post.created_by]</div> <div class="float-right">$[post.created_on]</div> </div>And replace that with the line of code below<div class="info"><div class="author float-left"> <font size="1">Posted by $[post.created_by] in $[post.thread.board] $[post.created_on]</font></div></div>
You can change the font size to suit your forum
Steve
|
|