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 |
#42
|
|||
|
|||
Like the new layout when viewing messages, :up: link to view profile page when clicking a user name is still wrong.
myforum.com/forums/admincp/member.php?u=100 Should be myforum.com/forums/member.php?u=100 |
#43
|
||||
|
||||
I'm having something odd, I cannot seem to find where to set permissions to allow the administrators access to this.
Thanks for any help! |
#44
|
||||
|
||||
Quote:
Try this one |
#45
|
|||
|
|||
deleted
|
#46
|
|||
|
|||
Will this work in 3.7.3? It installed fine, I set the permissions but it's not showing up under "users" in admin CP.
The link does show up in the user profile but it get's this error. Not Found The requested document was not found on this server. |
#47
|
||||
|
||||
Looks like you've imported XML but didn't uploaded files. No ideas about 3.7.3.
|
#48
|
||||
|
||||
New version uploaded, that fixes 2 bugs:
- Аnother broken link (from message list to user profiles). Sorry , added in previous version. - Fixed access for non superadmins, who had "Read PM Log" privilegies. Those could not see mod links in menu & profiles, and could not read message texts. |
#49
|
|||
|
|||
All my users are seeing this since updated.
Fatal error: Call to undefined function can_administer_log() in /xxxxx/xxxxxx/xxxxx/forums/includes/class_postbit.php(294) : eval()'d code on line 227 have had to disable mod. |
#50
|
||||
|
||||
Hmm... some additional mod conflicts? Don see any errors in my logs.
Try to edit global_start hook in this mod. Change Code:
if ($vbulletin->options['rcd_pm_log_show_link'] AND ( THIS_SCRIPT == 'misc' OR THIS_SCRIPT == 'member' OR THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'rcd_pm_log')) Code:
if ($vbulletin->options['rcd_pm_log_show_link'] ) Code:
if (true) |
#51
|
|||
|
|||
Not sure if i ticked Allow Overwrite when updating, could this have caused it. ?
I don't see any errors, only my users see errors. i will try a fresh install first before edits. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|