Post by tunescool on Apr 18, 2013 4:26:23 GMT -8
Themes - Layout Templates - Thread - Post List Tab
This will add the Number Of Thread Views next to the Timestamp in Threads
You can change the text to whatever you want
Find This
<div class="info">
$[post.thread]
<span class="date">$[post.date]</span>
{if $[post.how_posted]}
<span class="post-method">via $[post.how_posted]</span>
{/if}
$[post.likes]
</div>
Add the blue, adjust the purple to your forums style
You will need to add the green
Adjust the padding-left:10px;, the space between the text Views and the Timestamp
Depending on the text size you have Views at you will have to adjust padding-bottom:1px; so both the text Views and the Timestamp are aligned Vertically
<div class="info">
<span class="read" style="float: left; font-size: 14px; font-weight: bold; color: #808080;">Read$[post.thread.views] Times{if $[post.thread.views] != 1}s{/if}</span>
<span class="date" style="padding-left:10px; padding-top:1px;">$[post.date]</span>
<span class="date">$[post.date]</span>
{if $[post.how_posted]}
<span class="post-method">via $[post.how_posted]</span>
{/if}
$[post.likes]
</div>
This will add the Number Of Thread Views next to the Timestamp in Threads
You can change the text to whatever you want
Find This
<div class="info">
$[post.thread]
<span class="date">$[post.date]</span>
{if $[post.how_posted]}
<span class="post-method">via $[post.how_posted]</span>
{/if}
$[post.likes]
</div>
Add the blue, adjust the purple to your forums style
You will need to add the green
Adjust the padding-left:10px;, the space between the text Views and the Timestamp
Depending on the text size you have Views at you will have to adjust padding-bottom:1px; so both the text Views and the Timestamp are aligned Vertically
<div class="info">
<span class="read" style="float: left; font-size: 14px; font-weight: bold; color: #808080;">Read$[post.thread.views] Times{if $[post.thread.views] != 1}s{/if}</span>
<span class="date" style="padding-left:10px; padding-top:1px;">$[post.date]</span>
<span class="date">$[post.date]</span>
{if $[post.how_posted]}
<span class="post-method">via $[post.how_posted]</span>
{/if}
$[post.likes]
</div>