Thanks for The Great hack.
I was able to finally get this to work for me by adding this to the bottom of "vbcms_widget_recentforumposts_page".
PHP Code:
<div class="cms_widget">
<div class="block">
<div class="cms_widget_header">
<h3><img title="Donations" src="images/cms/widget-donations_colour.png" alt="" /> Donations</h3>
</div>
<div class="cms_widget_content" align="center">
If you like our website and would like to give something in return, you can make a donation. All donations are gratefully received.
<br /><br />
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<div>
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="your_email@your_site.com" />
<input type="hidden" name="item_name" value="www.your_site Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="tax" value="0" />
<select name="currency_code">
<option value="USD">$ - USD</option>
<option value="EUR">€ - EUR</option>
<option value="GBP">£ - GBP</option>
</select>
<select name="amount">
<option value="10.00">10</option>
<option value="15.00">15</option>
<option value="20.00">20</option>
<option value="25.00">25</option>
<option value="50.00">50</option>
<option value="100.00">100</option>
</select>
</div>
<br />
Select your preferred currency and donation amount, then click the donate button.
<br /><br />
<fieldset>
<center><input type="image" src="images/cms/widget-donations_paypal.png" title="Pay Securely via PayPal" alt="Pay via PayPal" /></center>
</fieldset>
</form>
<br />
<center>Or You can choose any amount here.</center>
<center>Your_Paypal_code_button_from_paypal</center>
</div>
</div>
</div>
I got the regular paypal button from my paypal account, and remeber to replace your_site and your_email with your own.
This is just an alternative and is quit nice being under "Latest Forum Post" also.
You can see the results
Here.
Thank You,