cheat-master30
12-23-2009, 10:00 PM
With all the mods released telling you how to add things like tabs telling you who you referred and the count of referred members, it all seems a bit useless with no easy way to actually tell what the link is. So this mini edit simply adds the link above the referral count in the profile, in the style of the other fields.
Go to:
memberinfo_block_statistics
Then Find:
<if condition="$vboptions['usereferrer']"><li><span class="shade">$vbphrase[referrals]:</span> $prepared[referrals]</li></if>
Then simply add above:
<li><b>Referral Link: </b><a class="smallfont" href="index.php?referrerid=$bbuserinfo[userid]">Your Referral Link</a></li>
If you're actually remotely picky about HTML, maybe change <b> to <strong>, but it's just being petty in my opinion, and goes against normal dictionary definitions.
Go to:
memberinfo_block_statistics
Then Find:
<if condition="$vboptions['usereferrer']"><li><span class="shade">$vbphrase[referrals]:</span> $prepared[referrals]</li></if>
Then simply add above:
<li><b>Referral Link: </b><a class="smallfont" href="index.php?referrerid=$bbuserinfo[userid]">Your Referral Link</a></li>
If you're actually remotely picky about HTML, maybe change <b> to <strong>, but it's just being petty in my opinion, and goes against normal dictionary definitions.