![]() |
OK I've just installed this mod/hack and can only search my PM's!
I've just had vBulletin update the forum software (to version 3.6.9) and wanted this to work before re-opening the forum. Is there a quick fix/tweak for this? Thanks Fish |
Hi,
doesn?t work with 3.6.10 :eek:. Code:
Dein Seitenaufruf konnte auf Grund eines fehlenden oder falschen Securitytokens nicht verarbeitet werden. Code:
Your submission could not be processed because a security token was missing or mismatched. Greets,Micha |
Quote:
|
Thank you, I love this mod!
Hopefully it will be updated to 3.7 since I've found it wonderfully handy to have. :) |
Sorry for the totem post but when I came to check something I just noticed this: Developer Last Online: Nov 2007. That doesn't bode well for them updating or supporting it. :(
I don't suppose it part of 3.7 and I missed it? Perhaps if not vB will consider it for an upcoming release. It's really a very handy function. |
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" /> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> Code:
<input type="text" class="bginput" name="searchuser" id="userfield_txt" size="35" value="$searchuser" style="width:250px" autocomplete="off" /> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
Quote:
|
for 3.7, open the pmsearch template. search for
Code:
</form> directly before each one add Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
the page's name is : PM Search
how can i change the name ? |
Quote:
1. Open file product-pm_search.xml or template pmsearch 2. Look for line: Code:
<form action="private.php?pmsearch=1" method="post"> Code:
<input type="hidden" name="s" value="$session[sessionhash]" /> Code:
<form action="private.php?do=managepm&folderid=$folderid" method="post"> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
All times are GMT. The time now is 09:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|