Quote:
Originally Posted by Mark.B
This is how I made 1.0.2 work in 3.7.0, I have no idea about 2.0.0 though.
In template pm_messagelist, find:
Code:
input type="text" class="bginput" name="query" size="35" value="$query" style="width:250px" />
Add below:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Then find:
Code:
<input type="text" class="bginput" name="searchuser" id="userfield_txt" size="35" value="$searchuser" style="width:250px" autocomplete="off" />
Add below:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Something similar should fix 2.0.0 also, but I haven't tried.
|
I cant find any of those lines of code in the final version. >_<