Quote:
Originally Posted by concepts
just reuploaded, gap still there
|
Please upload plug-in and open adv_portal_recthreads_exp template and all code replace with;
PHP Code:
<tr>
<td class="$bgclass">
<if condition="$thread[avatarurl]">
<img height="40px" width="40px" class="inlineimg" src="$thread[avatarurl]" border="0" /></if></td>
<td class="$bgclass">
<if condition="$thread['subscribed'] OR $show['paperclip'] OR ($thread['sticky'] AND $mod_options['portal_threads_stickyicon'])">
<span style="float:$stylevar[right]">
<if condition="$thread['subscribed']">
<img alt="" class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" title="$vbphrase[you_are_subscribed_to_this_thread]" /></if>
<if condition="$show['paperclip']">
<a href="#" onclick="vba_attach_win($thread[threadid]); return false"><img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" title="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" alt="" /></a></if>
<if condition="$thread['sticky'] AND $mod_options['portal_threads_stickyicon']">
<img class="inlineimg" src="$stylevar[imgdir_misc]/sticky.gif" title="$vbphrase[sticky_thread]" alt="" /></if>
</span>
</if>
<if condition="$mod_options['portal_threads_newpostarrow'] AND $show['gotonewpost']">
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]&goto=newpost"><img alt="$vbphrase[go_to_first_new_post]" src="$stylevar[imgdir_button]/firstnew.gif" border="0" class="inlineimg" /></a>
</if>
$thread[prefix]
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]" title="$thread[preview]">
<if condition="$show['gotonewpost']">$thread[title]</strong><else />$thread[title]</if></a>
<if condition="$mod_options['portal_threads_multipage'] AND $show['pagenav']">
<span class="smallfont">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" border="0" alt="" /> $thread[pagenav]<if condition="$show[pagenavmore]">... <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]&page=$thread[totalpages]">$vbphrase[last_page]</a></if>)</span>
</if>
<if condition="$thread['rating']">
<span style="float:$stylevar[right]"><img alt="" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" title="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span>
</if>
<if condition="$mod_options['portal_threads_threadstarter']">
<div class="smallfont">
<if condition="$thread[postuserid]">
<span style="cursor:pointer" onclick="window.open('$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span>
<else />
$thread[postusername]
</if>
</div>
</if>
<if condition="$mod_options['portal_threads_showdate']">
<div class="smallfont">$thread[postdate] <span class="time">$thread[posttime]</span></div></if>
</td>
<if condition="$show['lastpost']">
<td class="$bgclass">
<span class="smallfont">
Poster: $thread[lastposter]<br />
Date: $thread[lastpostdate]<br />
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]"><u>Read Last Post..</u></a>
</span>
</td>
</if>
<if condition="$mod_options['portal_threads_replies']">
<td align="center" class="$class_reply">
<span class="smallfont">
Reply: $thread[replycount]</span>
</if>
<br />
<if condition="$mod_options['portal_threads_views']">
<span class="smallfont">View: $thread[views]</span>
</td>
</if>
<if condition="$mod_options['portal_threads_showforum']">
<td class="$class_ftitle"><span class="smallfont"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></span></td></if></tr>