
04-29-2008, 11:36 PM
|
|
|
Join Date: Apr 2004
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Kinneas
This stopped working for me after upgrading to RC4 due to the CSRF patches.
To fix it, edit the template "gwe_signup_form"
Find:
Code:
<form action="calendar.php?do=getinfo&e=$eventinfo[eventid]" method="post">
Below Add:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Should work again 
|
works well.
vB 3.7
vBadvanced 3.01
thank you.
|