Quote:
Originally Posted by echo2kk5
Will this be updated for vBulletin Version 3.6.10?
I'm getting this error:
|
Fixed it myself I think. In the 'cyb_paypal_donate' template after:
PHP Code:
<form id="cybppd" name="cybppd" action="misc.php?do=dodonate" method="post" onsubmit="return Cpp_limitAmo(this);" <if condition="$vboptions[cybpaypal_blank]">target="_blank"</if>>
add:
PHP Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />