vimarc
02-21-2017, 09:42 AM
Hi guys
I need your help to modify the style just like vbulletin fourm (itself)
View/Replies, Thread/Posts need to seprate columns
template using
vB3-default-forum-SKINION.NET[4.2]
forum
snappyfizz.com/forum
--------------- Added 1487677664 at 1487677664 ---------------
I found this and working little bit but don't know how to properly work with using css and modification
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
<li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li>
<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
</ul>
I need your help to modify the style just like vbulletin fourm (itself)
View/Replies, Thread/Posts need to seprate columns
template using
vB3-default-forum-SKINION.NET[4.2]
forum
snappyfizz.com/forum
--------------- Added 1487677664 at 1487677664 ---------------
I found this and working little bit but don't know how to properly work with using css and modification
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
<li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li>
<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
</ul>