![]() |
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:
|
All times are GMT. The time now is 06: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:
|