![]() |
Really thanks, man! Installed!
|
love this thing, installed and working great, man you're my hero for making this hack, i really needed this ... Nominated for MOTM
|
Nice,installed.
gg |
I like it a lot because it simply works. Installed & Nominated, this should be a standard feature!
|
Thaliada, why this one was not fixed in 1.0.1?
Quote:
|
Sry, I have much work atm, missed it. It's included now, thank you!
|
For the alone update it is necessary to care the file or to modify something but?
thank you |
Awesome modification!
Is it possible to transport this to vb 3.5? Thanks for your answer... |
So the upgrade is done how?
|
Quote:
But I want to throw a little note about 1.0.2 product-pm_search.xml In 1.0.0 you had a line: Code:
<phpcode><![CDATA[if(!isset($_GET['folderid'])) $_GET['folderid'] = 0; Code:
<phpcode><![CDATA[if(!isset($_GET['folderid']) || trim($_GET['folderid']) == '') $_GET['folderid'] = 0; Code:
<phpcode><![CDATA[if(!isset($_GET['folderid'])) $_GET['folderid'] = 0; |
Thx again, normaly this line should not be necessary, but some people seemed to have problems without it. Included it again.
@klaush there is a 3.5 version on this board. |
Thanks for the update :)
|
Did you ever change the name query? Or is that not planned? It was interfering with my other hack quick search in the navbar. :)
|
I installed this on vb3.6.4, made the template change included in the file, and it didn't work. The script appears in place, but when i enter a keyword on the pm search form, it returns an SQL error page with this message:
Quote:
Code:
change <div><input type="text" class="bginput" name="query" size="35" value="$query" style="width:250px" /> Code:
<div><input type="text" class="bginput" name="query" size="35" value="" style="width:250px" /> So for now i can't use this mod because it won't work, although the PM search is an excellent tool and i concur with others that this should absolutely be vb default in future versions. If anyone has any ideas on what i can do to get this to work, that would be much appreciated. |
Nice looking mod, but doesn't work for me either. I get the following:
Database error in vBulletin 3.6.7: Invalid SQL: SELECT pm.*, pmtext.* , icon.title AS icontitle, icon.iconpath FROM vb3_pm AS pm LEFT JOIN vb3_pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid) LEFT JOIN vb3_icon AS icon ON(icon.iconid = pmtext.iconid) WHERE pm.userid=1 AND pm.folderid= AND MATCH(pmtext.title, pmtext.message) AGAINST ('+test' IN BOOLEAN MODE) ORDER BY pmtext.dateline DESC; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND MATCH(pmtext.title, pmtext.message) AGAINST ('+test' IN BOOLEAN MODE) O' at line 7 Error Number : 1064 Date : Friday, June 29th 2007 @ 12:06:26 PM Script : http://www.talkingpoker.com/forum/pr...php?folderid=0 Referrer : http://www.talkingpoker.com/forum/private.php IP Address : 68.202.190.31 Username : Talking Poker Classname : vB_Database_MySQLi |
Working just fine in 3.6.4 Thanks!
|
#Sit Flash & Talking Poker
does the first line of the php code of the plugin starts with Code:
if(!isset($_GET['folderid']) || trim($_GET['folderid']) == '') $_GET['folderid'] = 0; if so, do you have any other pm plugins installed and does the problem still exists if you turn them off? |
Working great !! in 3.6.7LP1 Thanks!
Just one question. Can I use wild cards? How do I? Thanks :) |
Use * as wildcard.
|
Thahks! Thaliada :)
|
Ty so much for share your marvelous hack. Its really great hack and works nicelly with vb367.:up:
just 2 things. 1) why it adds on phrases some that are identical on the regular vB search phrases? could not use those of vB? 2) A very odd thing is: Try to click on "Number Of Search Results" and all PM will be flagged/unflagged (selected all/unselected all) - I installed also this mod https://vborg.vbsupport.ru/showthread.php?t=149710 but I do not thing is the cause. apologises for my terrible itanglish:erm: take care regards ciao |
Thx, i'll fix this bug in the next release.
|
Thaliada, yes, the first line of the php code plugin does indeed start with that code.
The other pm plugins i have installed are: Calculate Percentage of PM Quota Used I don't think this will be useful, but i also had installed at one point Private Message Attachments v1.53 but then i uninstalled it completely because it wasn't compatible. I tried uninstalling and re-installing PM search after this but i still get the same SQL error. I also installed vbAnonymyzer, version 2.5, which basically works to change URL's, but i disabled this plugin and tried getting PM Search to work, and same prob again. I didn't update to vbanon 2.7 yet but i don't think that would fix the problem. Any ideas what the conflict may be? |
Try to disable the other plugins, if that doesn't work im sry. I don't know what else could cause this error.
You can remove Code:
AND pm.folderid=" . mysql_real_escape_string($_GET['folderid']) . " |
I uninstalled the product, re-imported/re-installed it with that line removed from the xml file.
When i enter a search term, it doesn't go anywhere, no error page, and no results either. Thanks for your help anyway, but i'm going to have to give up on this hack, at least for now. Hopefully someday vb will make this default though, it really should be! |
I install it at 3.6.7 PL1 and I use it to search by keyword, I can't found any PMs
but used member account it's work. My website is Chinese forums. So, the key word does work for Chinese? |
Quote:
Copy any long enough word from PM's text. And try to search with each by pasting that word. |
Quote:
I have do that even I copy these PMs key words to paste at searching engine used ASCII but search engine show error back to me-- Please specify some words or valid user names to search on. There were no matches for those that you specified |
The Mod works on 3.6.8.
|
Wonderul mod! IMO should be default in VB, installed!
|
If you want your search results to utilize the Avatar in PM List & PM Preview hacks:
In the PM Search plugin, FIND: Code:
eval('$messagelistbits .= "' . fetch_template('pm_messagelistbit') . '";'); Code:
$sk_avurl = fetch_avatar_url($userid); |
TheMilkCarton, would you be able to provide the Code to add if we wanted to make this Hack work with the GTPreview Messages Enhanced Listing Hack (link here) instead of the other one you posted?
|
Quote:
Why not instead use the PM Preview hack that lets you place the $pmpreview wherever you want in the pm_messagelistbit template? It also gives you separate ACP options instead of forcing you into using the same ACP setting for two different things. You may want to ask Princeton how to integrate his PM Preview with this, sorry. |
^ Thanks ... I might uninstall the one I have now and change over to the one you listed as I really want to have this ability for the PM Search ...
|
TheMilkCarton, I went ahead and Uninstalled the previous PM Preview Hack I had and installed the one you suggested. Then I followed the steps you listed in Post #71, but its not working for me. I see the PM Search Results as normal PMs and not with the PM Preview added ... Do I have to have the Avatar in PM List Hack installed? I dont want to add that Hack.
What I did was locate the below in PM Search Plugin: Code:
eval('$messagelistbits .= "' . fetch_template('pm_messagelistbit') . '";'); Code:
eval('$pmpreview = "' . fetch_template('pm_preview') . '";'); |
You still have to follow the template edits for the hacks. And if you want the avatar in the message list AND the search results you have to install that hack too.
Why don't you want to install the Avatar hack? It's a plugin that consists of ONE line and then adding the avatar code to the messagelistbit template. Quote:
|
I have the Hacks (User PM Search & PM Preview) installed, both of them and did all the Template Edits ...
I dont want to install the Avatar Hack, cause I just dont want it for my Forum ... |
Quote:
Quote:
|
Is it just me or is the Read Me on this MOD all jumbled up?
|
TheMilkCarton, Oh I see why you got confused ... Its okay ...
Anyways, can you still help me to see why the Code is not working for me? I've done all the Template Edits per Hack and I added the code you said to add to the PM Search plugin, but the Search Results from the PM Search Hack still display like regular ones and not with the PM Preview option ... |
All times are GMT. The time now is 11:26 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:
|