vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - User PM Search (https://vborg.vbsupport.ru/showthread.php?t=149609)

FishMRC 04-23-2008 08:24 PM

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

merlin_de 04-25-2008 12:29 PM

Hi,
doesn?t work with 3.6.10 :eek:.

Code:

Dein Seitenaufruf konnte auf Grund eines fehlenden oder falschen Securitytokens nicht verarbeitet werden.
In english :
Code:

Your submission could not be processed because a security token was missing or mismatched.
Will there be an Update ?
Greets,Micha

dennisuello 04-28-2008 02:39 PM

Quote:

Originally Posted by merlin_de (Post 1498973)
Hi,
doesn?t work with 3.6.10 :eek:.

Code:

Dein Seitenaufruf konnte auf Grund eines fehlenden oder falschen Securitytokens nicht verarbeitet werden.
In english :
Code:

Your submission could not be processed because a security token was missing or mismatched.
Will there be an Update ?
Greets,Micha

Same here.

Dabbi 04-28-2008 02:48 PM

Thank you, I love this mod!

Hopefully it will be updated to 3.7 since I've found it wonderfully handy to have. :)

Dabbi 04-29-2008 08:12 PM

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.

Mark.B 04-29-2008 08:20 PM

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.

whitetigergrowl 05-01-2008 02:10 AM

Quote:

Originally Posted by Mark.B (Post 1502678)
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. >_<

Mutt 05-01-2008 02:51 AM

for 3.7, open the pmsearch template. search for
Code:

</form>
it's there twice.

directly before each one add

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

ShMilO 05-02-2008 02:22 PM

the page's name is : PM Search

how can i change the name ?

Makc666 05-04-2008 12:43 PM

Quote:

Originally Posted by Mutt (Post 1504098)
for 3.7, open the pmsearch template. search for
Code:

</form>
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&amp;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.


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
  • Page Generation 0.01900 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (20)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete