Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:<?php
/*
Extension Name: Buy A Drink
Extension Url: http://lussumo.com/addons/
Description: Adds a kudos link to donate to another forum user.
Version: 1.0
Author: WallPhone
Author Url: http://wallphone.com/
*/
//snip -- See the addon site for the rest of the code
this is what makes a lot of people choose BSD licensing - it's not so restrictive.
— ithcy
$5.00 - Amount to send
$16.00 - Money transfer fee*
$21.00 - Total estimated amount
'" onClick="window.open(\''. $url.
'\' + \'&VC=\' + hex_md5(\''. md5($email . date('ymd')) ."' + '".
$Comment->Context->Session->UserID. '\')) ; return false">'.document.location href =becomes
window.open(and an second close paren added just before
return false
@WallPhone '" onClick="window.open(\''. $url.
'\' + \'&VC=\' + hex_md5(\''. md5($email . date('ymd')) ."' + '".
$Comment->Context->Session->UserID. '\')) ; return false">' }
}
$Context->AddToDelegate("CommentGrid", "PostCommentOptionsRender", "BuyADrink");
<a class="BuyADrink" href="extension.php?PostBackAction=BuyADrink&AuthorID=1" onclick="window.open('extension.php?PostBackAction=BuyADrink&AuthorID=1' + '&VC=' + hex_md5('1f724ece9966b874357cb4c152e55d58' + '1')) ; return false">Buy a Drink</a>1 to 47 of 47