Quote:
Originally Posted by SVTBlackLight01
It looks great. How did you get the thumbnails to appear on the front page?
|
Here is my newsbit template, I made a new template called news that works like the other cmps features. As you can see from the image link I simply premade all the thumbnails according to my forums subject an saved them as the forum number. Stuck them in a directory an now when somebody makes a post the subject image shows next to the thread. My opinion this template is better, those big defualt template are big wastes of space. You can see more news without so much scrolling. It's all about giving them more info to see without scrolling a three page front page.
Code:
<div style="MARGIN-BOTTOM: 13px; WIDTH: 100%">
<a href="$vboptions[bburl]/showthread.php?t=$news[threadid]"> <img style="MARGIN-BOTTOM: 4px; MARGIN-RIGHT: 8px" height=60 alt="" src="$stylevar[imgdir_misc]/$news[forumid].jpg" width=80 align=left border=0></a>
<a class="contentLinkMediumBold" href="$vboptions[bburl]/showthread.php?t=$news[threadid]">$news[title]</a> <br />
<span style="COLOR: #000000">$news[message]
<span class="time"> ($dateposted)</span></span>
<span class="spacer6"><br /></span></div>