Thamelas
12-20-2009, 02:47 PM
I want to exclude an RSS Feed's stats from postbit legacy. For example "join Date" and "Posts" and all other details that appear in Postbit Legacy. Can anyone tell me how to go about that? Here is a sample of my current code:
<div><if condition="$post['field11']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field11].gif" alt="$post[field11]" /></if> <if condition="$post['field17']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field17]$post[field9].gif" alt="$post[field17] $post[field9]" /></if> <if condition="$post['field8']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field8].gif" alt="$post[field8]" /></if> <if condition="$post['field10']"><img src="http://www.wowguideonline.com/forum/images/misc/numbers/$post[field10].gif" alt="Level $post[field10]" /></if></div>
</if>
<br>
<table border="1" cellpadding="0" style="border-collapse: collapse;" cellspacing="0" bordercolor="#000000" width="168" bgcolor="#36383b">
<tr>
<td style="font-size:12px; padding: 3px; font-family: Tahoma, Arial, Helvetica, sans-serif;" >
<div class="smallfont">
<div class="smallfont">
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<div>$vbphrase[posts]: $post[posts]</div>
<div><if condition="$post['field11']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field11].gif" alt="$post[field11]" /></if> <if condition="$post['field17']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field17]$post[field9].gif" alt="$post[field17] $post[field9]" /></if> <if condition="$post['field8']"><img src="http://www.wowguideonline.com/forum/images/misc/$post[field8].gif" alt="$post[field8]" /></if> <if condition="$post['field10']"><img src="http://www.wowguideonline.com/forum/images/misc/numbers/$post[field10].gif" alt="Level $post[field10]" /></if></div>
</if>
<br>
<table border="1" cellpadding="0" style="border-collapse: collapse;" cellspacing="0" bordercolor="#000000" width="168" bgcolor="#36383b">
<tr>
<td style="font-size:12px; padding: 3px; font-family: Tahoma, Arial, Helvetica, sans-serif;" >
<div class="smallfont">
<div class="smallfont">
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<div>$vbphrase[posts]: $post[posts]</div>