Quote:
Originally Posted by Mr Chad
yea.
Had data base issues didnt have time to finalize things.
If you want you could show ppl what you did.
|
To put this in your postbit_legacy next to your AIM, ICQ etc icons:
FIND:
PHP Code:
<if condition="$show['reputation']"><if condition="$show['reppower']"><div class="info">$vbphrase[reppower]: $post[reppower] </if>$post[reputationdisplay]</div></if>
<if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</if></div>
REPLACE WITH:
PHP Code:
<if condition="$show['reputation']"><if condition="$show['reppower']"><div class="info">$vbphrase[reppower]: $post[reppower] </if>$post[reputationdisplay]</div></if>
<if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</if>
AFTER YOU REPLACE ADD THE FOLLOWING RIGHT AFTER:
PHP Code:
<if condition="$post['field7']"><div id="postmenumyspace_$post[postid]" style="display:inline"><a target="_blank" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=$post[field7]"> <img border="0" src="$stylevar[imgdir_misc]/myspace.gif" alt="View myspace profile"><script type="text/javascript"> vbmenu_register("postmenumyspace_$post[postid]", true); </script></a></div></if>
</div></div>
AND REPLACE "field7", TO WHATEVER YOU SET IT TO
CLICK HERE TO SEE MY EXAMPLE
IVE ATTACHED MY GIF, FEEL MORE THAT WELCOME TO USE IT YOURSELF.
Peace