Quote:
Originally Posted by ForYou
please if you can to let me how can i do marquee last theard at the top of forum home page ,
Regards
|
change the code inside
forumhome_latestthreadbit to this one:
PHP Code:
<a href="showthread.php?t=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a> <a title="$thread[date] $thread[time]? $vbphrase[replies]: $thread[replycount] ? $vbphrase[views]: $thread[views]" href="showthread.php?goto=newpost&t=$thread[threadid]"><span style="text-decoration: none"><font color="#000000">$vbphrase[last_post] by </font></span></a> <phrase 1="member.php?find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> .:|:.
you can change it if you wish...
then go to the
FORUMHOME and change the position of this hack from down to the top ..
so you need to search for
PHP Code:
<!-- latest threads -->
<if condition="$show['latestthreads']">
<table class="tborder" border="0" width="100%" align="center">
<tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]">
<tr>
<td class="alt1"><div class="smallfont"><marquee dir="rtl" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=2" scrollAmount="4" scrollDelay="50" direction="right" height="35">$threadbits</marquee></div></td>
</tr>
</tbody>
</table>
</if>
<!-- /latest threads -->
hope that will work...
thank you