Quote:
Originally Posted by aveon
hey shaynehammy ill give u a custom made code that wiil doo the trick
HTML Code:
<if condition="$show['latestthreads']">
<tbody>
<tr>
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_latestthreads')"><img id="collapseimg_forumhome_latestthreads" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_latestthreads].gif" alt="" border="0" /></a>
$vbphrase[latest_threads]
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[latest_threads]" /></td>
<td class="alt1"><div style="overflow: auto; height: 250px;"><div class="smallfont" align="left">$threadbits</div></div></td></tr>
yea i tested this code and it works perfectly
|
Thanks for this. Tested the code and I maybe didnt quite explain what i was after. I want a box the size of twenty latest posts but inside a scrolling marquee that displays the last 50 posts. If a member hovers over the scrolling latest posts, it will stop. Once it gets to the bottom of the list, it starts from the beginning. Seen it on a few websites but cant remember any to show you an example.