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)

logicuk 06-12-2008 11:11 AM

This dont work on vB 3.7 beta 5 :(

and i tried the xml also thats in post: #219

MajidOnline 06-12-2008 04:57 PM

Hi .. This mod is Eror in db .. !!
Code:

Database error in vBulletin 3.7.1:

Invalid SQL:

                        SELECT pm.*, pmtext.*
                                , icon.title AS icontitle, icon.iconpath
                        FROM pm AS pm
                        LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
                        LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
                        WHERE pm.userid=1
                          AND MATCH(pmtext.title, pmtext.message) AGAINST ('+سلام' IN BOOLEAN MODE)
                        ORDER BY pmtext.dateline DESC;

MySQL Error  : The used table type doesn't support FULLTEXT indexes
Error Number  : 1214
Request Date  : Thursday, June 12th 2008 @ 06:53:18 PM
Error Date    : Thursday, June 12th 2008 @ 06:53:18 PM
Script        : http://localhost/VB3.7/private.php?pmsearch=1
Referrer      : http://localhost/VB3.7/private.php?pmsearch=1
IP Address    : 127.0.0.1
Username      : admin
Classname    : vB_Database
MySQL Version : 5.0.45-community-nt

How do ?

DiSpy 06-15-2008 01:34 PM

Quote:

Originally Posted by afullcup (Post 1535801)
Working fine for me in 3.7 - here's the XML I modified.

hope it helps someone...

That worked for me until a new version is released... THANK YOU! :)

Boofo 06-15-2008 02:08 PM

Quote:

Originally Posted by afullcup (Post 1535801)
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. :)

Not working on 3.7.1.

Sadie Frost 06-15-2008 06:05 PM

I tried moving the link elsewhere but when I try to do a search it tells me the security token isn't valid...

logicuk 06-18-2008 05:52 AM

hope someone can fix this for 3.7 i have over 3000pm's and a search feature would be nice

Dean C 06-19-2008 03:20 PM

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:

$show['pm_search'] = 1;
$permissions['pm_search'] = 1

That'll make it so all your usergroups can search their PMs. Quick fix for now... You'll need to add the usercp link to www.sitename.com/forums/private.php?pmsearch=1 still in USERCP_shell as per the instructions in the original file.

Hope this helps someone.

symptome 06-25-2008 07:42 AM

I don't see the possibility to set $pmsearch in 3.6.8.
can you help?

Thanks a lot!
Marcel

EarnDollars 07-08-2008 02:19 PM

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 !

EarnDollars 07-14-2008 06:53 AM

Sorry bump
Could any one tell me how to enable the Search Function for other members? Currently only Forum Admin can use it


All times are GMT. The time now is 02:21 PM.

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.01453 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)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