So what you're saying is simply rename ICash's donate.php to cashdonate.php and then perform these template edits?:
In postbit template
Find:
----------
PHP Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Add after:
----------
PHP Code:
$vboptions[icashn]: $member[money]
<br>
<a href="cashdonate.php?$session[sessionurl]to=$member[username]">Donate</a>
Note: I just renamed donate.php to cashdonate.php just for my mod only!