PDA

View Full Version : remove Latest Posts info (Solved)


raja811
01-24-2009, 09:24 PM
My forumhome_latestthreadbit.

<div class="smallfont">
<if condition="$show['firstnew']">
<a href="showthread.php?t=$thread[threadid]&amp;goto=newpost"><img src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a>
</if>
<if condition="$show['icon'] && !$show['firstnew']">
<img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" />
</if>
<phrase 1="member.php?find=lastposter&amp;t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>
</div>

<em>$vbphrase[last_post]:</em> $thread[date] <if condition="$vboptions['yestoday'] != 2"><span class="time">$thread[time]</span></if> <phrase 1="member.php?find=lastposter&amp;t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>
&raquo; $vbphrase[replies]: $thread[replycount]
&raquo; $vbphrase[views]: $thread[views]
</div>

http://www.monsterup.com/upload/1232585432.jpg

hi i need look like this where i need add or remove ?
anywone help me!!!

Lynne
01-24-2009, 09:55 PM
I would guess you would remove this part:
<em>$vbphrase[last_post]:</em> $thread[date] <if condition="$vboptions['yestoday'] != 2"><span class="time">$thread[time]</span></if> <phrase 1="member.php?find=lastposter&amp;t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>
&raquo; $vbphrase[replies]: $thread[replycount]
&raquo; $vbphrase[views]: $thread[views]
But, that template doesn't look correct. You have one <div> and two </div> tags and that doesn't add up correctly.

That isn't a standard vbulletin template, so all I can do is guess on what to do.

raja811
01-24-2009, 10:06 PM
thanks Lynne probleme solved