Quote:
Originally Posted by lane
You will need to go into the Stylers & Templates --> Style Manager --> Choose the Drop Down next to your active Style and choose: Edit Templates
Now you will need to find the templates for DownloadsII and add the line Jelle listed after each form.
Example (downloads_file Templates):
I added the above line right below this line:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
so it looked like:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="file" size="40" name="image" />
Example #2 (downloads_file Templates):
Same templates, but another form
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<table cellpadding="5" cellspacing="0" border="0" width="100%">
Using the above examples you should be able to use the search template option and find everything you need.
Cheers!
|
well all my templates have that code into it like that, but i still get a security token error.