vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Private Messages & Email Log (https://vborg.vbsupport.ru/showthread.php?t=204562)

rmxs 03-21-2009 06:27 PM

suggestion :)
Latest xxx PMS..

a button that you set a number a display xxx latest pms.

Works very good

Vitaly 03-21-2009 07:03 PM

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 :)

rmxs 03-25-2009 09:04 PM

Hello i thinks you have to make a template for read pms..
Now i got white page with the pm :(

Almotmaiz.Net 03-30-2009 12:39 AM

1 Attachment(s)
thanks for this sharing..

this is arabic lang. pack, for 1.9 version

enjoy !

MindStar 03-31-2009 11:11 AM

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>";
The extra code is
Code:

. "\" title=\"" . strip_tags($pm['message'])
The $pm['message'] information has already been obtained from the SQL query used to get the list of logged PMs, so the only overhead is the additional HTML code to add the contents of the PM to each log entry displayed in the AdminCP.

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.

Vitaly 03-31-2009 11:37 AM

May be...

Thanks

If anyone has time to implement full-featured ajax popup instead of simple tooltips, I could include it in next release.

down.low 04-04-2009 02:43 AM

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
Any idea what's wrong and how to fix this problem? I have 3.8 vbulletin.

Moshe1010 04-04-2009 04:58 PM

Quote:

Originally Posted by down.low (Post 1783463)
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
Any idea what's wrong and how to fix this problem? I have 3.8 vbulletin.

I got this too

Quote:

Fatal error: Call to undefined function can_administer_pm_log() in *****/public_html/includes/class_postbit.php(294) : eval()'d code on line 77

down.low 04-05-2009 06:42 AM

No support for this product I take it?

Vitaly 04-05-2009 07:14 AM

<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.


All times are GMT. The time now is 03:02 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
  • Page Generation 0.01186 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete