Got it working now by putting fun-euri back to money.
But now I edited the postbit template, but the amount of money is not showing up. I did this:
Opened the postbit template and found this:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
After that I added:
Code:
$vboptions[icashn]: $member[money]
<br>
<a href="donate.php?$session[sessionurl]to=$member[username]">Donate</a>
Still the amount of money is not showing up, what am I doing wrong?