Quote:
Originally Posted by Phantasmagoric
For anyone else who gets the security token error when trying to add profile video with vB 3.8.1.
Open gb_usercp_profile template file
find:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
add below:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
click save, you're done.
|
Ahh, thanks, Phantasmagoric!
Nix, perhaps you could add this to your post, or, even better, update the download?
Then folks like me won't have to go searching for the fix to an annoying problem, that our board users will encounter when they try to use the profile aspect of your GREAT product.