![]() |
I love you with all my power!
The amazing mod! I want this resource by default in vbulletin next build. Please send suggestion to Jelsoft team. |
got an error in 3.6.4 so guess i need to upgradet to 3.6.7 to ue it
Quote:
|
Quote:
Quote:
You could copy and paste the query into phpmyadmin for a more detailed error msg, maybe that helps Edit: Ah ok i see your problem. somehow the folderid isn't passed along. Do you have any other pm hacks installed? because on a fresh install it works. |
Good modification!
But here are some notes and bug. 1. After you made a search a bug appears. There are two down arrows appeare https://vborg.vbsupport.ru/external/2010/06/3.gif after phrase: Search Results In Folder: Inbox https://vborg.vbsupport.ru/external/2010/06/3.gifhttps://vborg.vbsupport.ru/external/2010/06/3.gif And after phrase Private Messages in Folder: Inbox the down arrow disappear. Better to see screenshots: Attachment 65638 Attachment 65639 P.S. This is a clean install of 3.6.7 PL1 The Fix for this is to change this code from ReadMe.txt: Code:
$vbphrase[search_results_in_folder]<span class="normal">: <span id="nav_pmfolders.messagelist">$foldername<script type="text/javascript"> vbmenu_register("nav_pmfolders.messagelist"); </script></span></span> Code:
$vbphrase[search_results_in_folder]<span class="normal">: $foldername</span> 2. A littile note. Why you didn't include templates modification in MOD file, so we have no need to edit template. Just Install. As I looked throw I think it can be done so. For example you can take a look how it works in this mod: https://vborg.vbsupport.ru/showthread.php?t=122592 And once again Thanks for you work! |
Very nice. Should become a default for one of the future vb versions
|
Still curious why it ignores the word "wonder."
|
Cool Thanks :)
|
Quote:
Quote:
|
Quote:
PS this mod is designed to implement template changes easily ^^ should make it easier to learn how to use this function this way :P |
AND pm.folderid=
is the problem, when does this error occure? Do you have any other pm mods installed? if(!isset($_GET['folderid'])) $_GET['folderid'] = 0; at the beginning should deal with it. You can try replacing it with if(!isset($_GET['folderid']) || trim($_GET['folderid']) == '') $_GET['folderid'] = 0; otherwise i don't have a clue what could cause this problem. i've updated the archiv accordingly |
All times are GMT. The time now is 09:39 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:
|