
12-23-2008, 05:09 AM
|
 |
|
|
Join Date: Jun 2006
Location: Zele (Belgium)
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by drpeppper
furthermore, ive just solved the problem and all it took was a simple template edit. meaning the mod has a bug, and its not a server setting..
in template 'downloads_file'
look for
Code:
<input type="submit" name="submit" value="{$vbphrase['ecdownloads_add_image']}" />
right under that, put this
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
this solved my issue with users uploading images and getting a security token error.
the created of this mod failed/forgot to add this.
you can read more about it here
https://vborg.vbsupport.ru/showthread.php?t=177013
|
Work not.
|