Move Donate Link Above Avatar:
I wanted to move the donate link to be above the avatar. I have the experience bars showing above the avatars. The donate link would go better below the bars but above the avatar. So this is what I did:
FIND:
Code:
$vbphrase[posts]: $post[posts]
</div>
ADD BELOW:
Code:
<br></br>
<div class="smallfont"><a href="xperience.php?go=shop&do=own"><b>Donate Points to Friends</b></a><br></br>
MY EDITS:- Removed Underline: In my version of the link code I removed the underline from the link by removing the <u></u> from the original link code.
- Control Font Size: Added Font Size Code: Because the link code is now located above the avatar you need to tell the link to use a small font or else it might display too large and break to a second line. (This happens in the default theme). To solve this issue I added: <div class="smallfont"> to the start of the link.
- Relabeled: I relabeled the link to: "Donate Points to Friends" because I think it is clearer being labeled that way right under the experience bars which use the term "points".
Check out my screenshot...
Thanks for this edit! Now I have to learn how to make the experience bars show up in vbBlogs postbit as well as your cool donate link!