The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Private Messages & Email Log Details »» | |||||||||||||||||||||||||||||||||||||||
Features:
This mod uses full scan for text searches, that can affect SQL-server load at really big boards. Fulltext indexes are not used intentionally, because whose can't produce sharp results and not compatible with innodb. I suppose, that if you really need this mod, you know exactly, what are you doing and what are you going to search. In my practice, ONLY exact matches were useful. One of tradeoff to reduce SQL-server load ? make log size shorter (1-2 months instead of 6). When vB 4.0 provides refactored search framework, search method can be rewritten. If you install this mod on your server, i recommend to clarify forum rules, and add text, that your project doesn't provide the ways of confidential communication ? only public and non public. PS. This mod is independent. Since could't find one, that satisfy my requirements to functionality and usability, the new one was done from scratch. Code is reuseable. If you can do things better - i'll be glad to install your branch and spend my efforts to another things PPS. Should work with 3.7.x (checked at 3.7.4) This mod is developped here http://github.com/rcdesign/vb-pm_log . Patches are welcome. history 2.2 - Redesigned database to improve search/paging in some cases - Should fix conflicts with other mods, that where reported in this threads - Sources repo is now @ github ... (not public) 1.9 - Ups... another broken link (from message list to user profiles) - Fixed access for non superadmins, who had "Read PM Log" privilegies. 1.8 - fixed broken link in ACP popup menu - workaround to show smiles and bbcodes 1.7 - fixed some sql-error 1.6 - first public release Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
|||
|
|||
suggestion
Latest xxx PMS.. a button that you set a number a display xxx latest pms. Works very good |
#63
|
||||
|
||||
I have plans to make filter "search for last XX days", because most actual searches are for last 30-60 days. That will speed up requests.
But have now more urgent products in tail. So, next major release will be only after 1-2 months. At least, current version works and is much better than nothing |
#64
|
|||
|
|||
Hello i thinks you have to make a template for read pms..
Now i got white page with the pm |
#65
|
|||
|
|||
thanks for this sharing..
this is arabic lang. pack, for 1.9 version enjoy ! |
#66
|
|||
|
|||
To add a "tool tip" showing the contents of a PM in the PM Log List screen, change line 280 in admincp/rcd_pm_log.php to
Code:
$row[] = "<a target=\"_blank\" href=\"" . $vbulletin->options['bburl'] . "/misc.php?" . $vbulletin->session->vars['sessionurl'] . "do=showpm&logid=" . $pm['logid'] . "\" title=\"" . strip_tags($pm['message']) . "\">" . $pm['title'] . "</a>"; Code:
. "\" title=\"" . strip_tags($pm['message']) This saves having to open the PM in a new window if you are just having a quick check to see what the logged PM says. BBCode and Images are not rendered, you have to click on the link to read the logged PM with all the BBCode formatting, etc. |
#67
|
||||
|
||||
May be...
Thanks If anyone has time to implement full-featured ajax popup instead of simple tooltips, I could include it in next release. |
#68
|
|||
|
|||
I had to uninstall this mod because I got this error whenever I tried to open any threads at all:
Code:
Fatal error: Call to undefined function can_administer_pm_log() in /*****/*****/*****/*****/forums/includes/class_postbit.php(294) : eval()'d code on line 284 |
#69
|
|||
|
|||
Quote:
Quote:
|
#70
|
|||
|
|||
No support for this product I take it?
|
#71
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showpost.php?p=1765152&postcount=49" target="_blank">https://vborg.vbsupport.ru/showp...2&postcount=49</a>
Please, read previous posts prior to ask questions. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|