Oap JTRipper
12-18-2005, 10:00 PM
go to new profile field & add
Profile Field-single line
Title-BF2 Stats
Description-BF2 Stats PID
Take note of the field number
Find in postbit/postbit legacy <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
add underneath
<if condition="$post['fieldX']">
<a href="http://bf2tracker.com/bf2_userprofile.php?bf2id=$post[fieldX]" target="_blank"><img src="$stylevar[imgdir_misc]/bf2.gif" alt="<phrase 1="$userinfo[username]">$vbphrase[view_bf2_stats]</phrase>" border="0" /></a>
</if>
replace fieldX with your field number mine is field5
add a new phrase
Phrase
Varname-view_bf2_stats
Text-View BF2 Stats
upload bf2.gif to your styles/misc folder
go to edit profile & enter your pid number
this may work to other stats pages I used bf2tracker to test it
Profile Field-single line
Title-BF2 Stats
Description-BF2 Stats PID
Take note of the field number
Find in postbit/postbit legacy <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
add underneath
<if condition="$post['fieldX']">
<a href="http://bf2tracker.com/bf2_userprofile.php?bf2id=$post[fieldX]" target="_blank"><img src="$stylevar[imgdir_misc]/bf2.gif" alt="<phrase 1="$userinfo[username]">$vbphrase[view_bf2_stats]</phrase>" border="0" /></a>
</if>
replace fieldX with your field number mine is field5
add a new phrase
Phrase
Varname-view_bf2_stats
Text-View BF2 Stats
upload bf2.gif to your styles/misc folder
go to edit profile & enter your pid number
this may work to other stats pages I used bf2tracker to test it