![]() |
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]" /> |
Quote:
2. Look for lines: Code:
// generate navbar Code:
// generate navbar P.S. You can change $vbphrase['search']; to any you like but I recommend not to change it. |
hmmm i followed your instructions for the 2.0 in vB 3.7, but i won't work. Could someone maybe attach a working product.xml?
Would appreciate it :) Thanks in advance, Vayu |
Same here, not working for me? Using 2.0 + vb3.7 also made manual template changes and when i try to access private.php?pmsearch=1 nothing happens?
edit: weird i tried to install it on my local computer with xampp and there it is working?? |
Quote:
i try all things but no one solved this problem:erm: |
Quote:
Took me a few minutes to find it and I don't want to search again. :p EDIT: This is for 1.02 |
Using
Quote:
Code:
<!-- PM Search --> |
Will there be any updates for this for 3.7? This is an awesome mod!
|
yeah please someone update this sweet mod to vb 3.7 :)
|
Working fine for me in 3.7 - here's the XML I modified.
hope it helps someone... note: I had the Icons for User CP installed and the Search button would not show up. As soon as I disabled that, this hack worked fine. :) |
After installing this Mod https://vborg.vbsupport.ru/showthread.php?t=179113 (thank you https://vborg.vbsupport.ru/member.php?u=171640 nice Mod) I slightly adapted it to make the User PM Search Mod work by the following
Style Manager -> Edit Templates -> pm_messagelist Find: HTML Code: HTML Code:
<if condition="$show['pagenav']"> HTML Code: HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> I must give the credit to Mazinger for this one as without their New PM Mod I wouldnt have had the idea. Tested on our own forum www.legalbeagles.info, and with the original PM Hack already added. |
This dont work on vB 3.7 beta 5 :(
and i tried the xml also thats in post: #219 |
Hi .. This mod is Eror in db .. !!
Code:
Database error in vBulletin 3.7.1: |
Quote:
|
Quote:
|
I tried moving the link elsewhere but when I try to do a search it tells me the security token isn't valid...
|
hope someone can fix this for 3.7 i have over 3000pm's and a search feature would be nice
|
I didn't have time to figure out why the permissions weren't showing up in the ACP for 3.7 but anyone trying to get it working on 3.7 just open up the private_start hook location and add this after the first if statement:
PHP Code:
Hope this helps someone. |
I don't see the possibility to set $pmsearch in 3.6.8.
can you help? Thanks a lot! Marcel |
Ok, I just installed for my Forum with 3.7.0 following the modifiction suggested by makc666 in post #210
Looks work fine for me. But just checked with my Mods / Members and there has no "search link" in there private.php page. I can not find the link in ACP to edit authorazations for usergroups.. Can anyone tell me how to allow all members search PM? Thanks ! |
Sorry bump
Could any one tell me how to enable the Search Function for other members? Currently only Forum Admin can use it |
Quote:
On A Side Note: The Hack itself has a lot of power, but the Code needs to be rewritten on several spots. Several Plugins and lots of Codes are really not necessary which overload the Memory. Also the Usergroup Permissions should be rewritten, because those things belongs to Bitfield Permissions. But it's just my opinion of course :) |
This sounds great..
I will subscribe in case there are more tweaks for 3.7 made for it.. |
In 3.7, for LINK to Search in UserCP:
Search in USERCP_SHELL: PHP Code:
PHP Code:
If installed hack Icons for UserCP Navigation 1.2, the change must do USERCP_SHELL_ICONS_PNG instead USERCP_SHELL Sorry, no english (google translate) |
For 3.7 to work I followed the instructions given by Makc666 in post #210 and made sure the code in the DL'd 2.0 folder was in the template where it belonged.
It seems to work fine on my board for both admin and regular members. Just click on the "Search" link under Private Messages in the sidebar while in UserCP or Private Message area. It really would be great if this were updated to 3.7 for ease of use. When working correctly it's a very useful mod, one which I would love to see as part of the vBulletin default. :cool: |
Quote:
Quote:
Your submission could not be processed because a security token was missing. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. What's wrong? Thank you |
Quote:
|
As an admin this is great for keeping tabs on all the nutjobs & trouble makers I have to deal with, if one causes trouble - I can now look back over many years to see if its a repeat pattern, review past warnings I have issued and get a better overview..
It will have other more friendly uses I am sure but .. you get the idea.. I was searching for this - glad I found it! |
^ That's what proper use of the infractions system and usernotes is for...
|
But does the infraction system and user notes help keep track of all PM communications?
(if so I didn't know that and can someone explain how I can use them for that please?) A lot of troublemakers write epic PMs and their mania can be hard to follow, so when they start up again it will be useful to have record of all their (and my) past communications.. I havent got time to cut and paste PM's into notes... Thanks |
Can not make any progress with the changes that I find in this thread. I get this error
Your submission could not be processed because a security token was missing. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. By not knowing English is very difficult for my work with this add-ons Someone can post any amendments in order to make this work in the browser version 3.7 Thank you |
All times are GMT. The time now is 04:27 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:
|