Quote:
Originally Posted by Mutt
for 3.7, open the pmsearch template. search for
it's there twice.
directly before each one add
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|
The best way to fi this one is:
1. Open
file product-pm_search.xml or
template pmsearch
2. Look for line:
Code:
<form action="private.php?pmsearch=1" method="post">
3. After add:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
4. Look for lines:
Code:
<form action="private.php?do=managepm&folderid=$folderid" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
5. After add:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
6. If you have edited the
file product-pm_search.xml then upload the product.