![]() |
I'm sorry.. I had other code elsewhere in the plugin. :o
Code:
if($vbulletin->options['pm_preview'] AND $vbulletin->userinfo['pmpreview']) I updated my original post to prevent any further confusion. I apologize.. I was in the middle of simplifying the code, as I don't want my users having the option to turn the preview on/off. So I had disabled all the PM Preview plugins but two (cache_templates and private_messagelist_messagebit) and was using different code. :) |
Ahhh I see, thank you :) :up: Now it works with the new code ...
|
Quote:
I have the same problem as you have, but non of the other installd hacks you say. I'll wait until someone can fix this. Maybe its just an execution order to be edited in a plugin. |
really good thing, but I think it should get an extra-page in the userCP and a new option "search PMs" in the leftside menu to make the inbox less confusing :)
|
Is there a template modification system XML for this add on? This would reduce the install time to 30 seconds and prevent errors in the template modifications.
|
Still no fixes? :(
|
Thanks this is great :D
|
I skimmed through this and didn't find the answer to a question I have.
I have 3.6.8 and in the default VB board inbox PM's can be put into folders but you cannot do that with SENT PM's. Bit weird I know, have posted such over at Vb. http://www.vbulletin.com/forum/showthread.php?t=239961 Does this hack allow me to set up folders or put PM's in a folder if they are SENT PM's? Thanks |
Great product!!
|
Quote:
|
just brilliant, thanks alot!
|
Works well. Thanks!
How about a function to find all PM's to and from a user, no matter in which folder the PM's reside? So you can find all conversations with someone. |
Quote:
I have the same issue.... :confused: Is there something in it that's important, or can one just import the XML file? Regards, Badger |
Open the file with wordpad and then you can read it well.
|
Love it! :)
|
Is there any way to limit this to certain user groups?
|
Installed and working on 3.6.5.
(I too had problems trying to view the README file, but it looks fine when opened with WordPad.) |
Quote:
in addition it throws out this messages: Quote:
|
the probems that some of you face can result from using mysqli instead of mysql.
|
work fine!!!
|
It's work but when I install it the error happen in main search for threads and post
Quote:
|
Installed the mod and love it, but some of our users recently started reporting that both Search functions are inoperable. If they try to use them, they get the following errors:
Search by Username: Quote:
Normal search: Quote:
Any ideas why this is happening? From what I can tell, there seems to be a problem with the pm.folderid= bit in the query :eek: |
That is indeed the problem, actually
Code:
if(!isset($_GET['folderid']) || trim($_GET['folderid']) == '') $_GET['folderid'] = 0; Code:
AND pm.folderid=" . mysql_real_escape_string($_GET['folderid']) . " "; Sry just change Code:
AND pm.folderid=" . mysql_real_escape_string($_GET['folderid']) . " "; Code:
AND pm.folderid=" . mysql_real_escape_string($search_folderid) . " "; |
I assume these changes need to be done in the XML before importing it, right?
|
This should be in VB as default VERY GOOD MOD!
|
This is a great mod. I wonder how much resources this uses on the server. Also, can you add usergroup permissions for this?
/me installs and nominates. |
Quote:
|
Nice Hack!
I have one problem, I am using the show avatars in PM list mod and the search results breaks the rows as show in the screenie. Here is my pmbitlsit template. Any ideas? Thanks! -Jason Code:
|
Get's an error what installed
Code:
Database error in vBulletin 3.6.7: |
It took me a while, but I figured out how to get this to work with MySQLi. It will also still work with MySQL, so it probably should be substituted into the plug-in for all users.
Find: PHP Code:
PHP Code:
PHP Code:
|
Quote:
|
Fantastic mod. I cant tell you how many times i have actually gone to the database to run a query because i couldnt find a PM in my mailbox!!!
THANK YOU! |
Version 2.0 released. Rewrote some parts and added all(?) requested features.
Updating is recommended. |
Upgraded to 2.0 as instructed and the PM Search box shows up but searching yields no visible results. :confused:
|
Hello the Sandman,
I registered at the admin zone forums. Could you please put me into a user group that is allowed to search their pms. Also the old search field is still in place. Have you completely removed the old version? |
Ahh - I forgot that the v1 template change had been done manually, and I removed it. :o
I also figured out why it wasn't working for me - it doesn't seem to obey the permissions of a user's additonal groups - only the primary group. Is this intended behavior? Or perhaps due to "Allow Users to have Member Groups" to 'No' in my primary usergroup? Do you have a query to enable PM Search for all usergroups? |
Quote:
Code:
UPDATE usergroup SET pm_search = 1; |
Applied the update, and it still does not support mysql with full text searches enabled
Any ideas on how to get this to work with mysql and full text ?? MySQL Error : The used table type doesn't support FULLTEXT indexes Code:
Database error in vBulletin : |
You have to use MyISAM as your MySQL storage engine. It's the only one that supports full text search.
|
Quote:
|
All times are GMT. The time now is 02:15 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|