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)

Andyrew 03-04-2009 12:21 PM

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

odln018 03-04-2009 06:28 PM

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!

Vitaly 03-04-2009 08:34 PM

1 Attachment(s)
Quote:

Originally Posted by Andyrew (Post 1760040)
Like the new layout when viewing messages, :up: link to view profile page when clicking a user name is still wrong.

Ups... fixed too much :)

Try this one

dklassen 03-07-2009 03:50 PM

deleted

dklassen 03-09-2009 10:09 PM

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.

Vitaly 03-09-2009 10:37 PM

Looks like you've imported XML but didn't uploaded files. No ideas about 3.7.3.

Vitaly 03-10-2009 05:41 PM

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.

Andyrew 03-10-2009 06:55 PM

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.

Vitaly 03-10-2009 07:31 PM

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

for

Code:

if ($vbulletin->options['rcd_pm_log_show_link'] )
Or just for

Code:

if (true)
if doesn't helps.

Andyrew 03-10-2009 07:48 PM

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.

Vitaly 03-10-2009 08:00 PM

Make sure, that you've uploaded file & imported XML with "allow override" settings. Other upgrate methods can produce inpredictable results.

If problem exists - tell me exactly, at wich page and wich actions and try changes above.

May be there are some mistakes, but i don't see FATAL problems at my server, right now 500 users online.

Andyrew 03-11-2009 06:07 AM

Only works if i do last code change.
Code:

if (true)
Otherwise whenever a user clicks on a thread it gives the error as before.

Vitaly 03-11-2009 06:30 AM

Thanks for info. Very-very strange. No ideas for now.

Are links in menus & ACP now ok?

SnowBot 03-11-2009 10:57 AM

OK when updating all my users get 500 internal server error.....

I overwritten xml and files.

Andyrew 03-11-2009 02:39 PM

Quote:

Originally Posted by Vitaly (Post 1765499)
Thanks for info. Very-very strange. No ideas for now.

Are links in menus & ACP now ok?

Yes links work ok. :up:

odln018 03-13-2009 11:55 PM

When I try to uninstall this, I get this stuck in the admincp sidebar.

"*[rcd_pm_log]*", how can I uninstall, and have all traces removed?

Andyrew 03-14-2009 12:07 AM

Quote:

Originally Posted by odln018 (Post 1767543)
When I try to uninstall this, I get this stuck in the admincp sidebar.

"*[rcd_pm_log]*", how can I uninstall, and have all traces removed?

Remove the files you uploaded with this mod.

SnowBot 03-15-2009 06:49 PM

still not working, any fix yet ?

Vitaly 03-15-2009 08:14 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1765152&postcount=49" target="_blank">https://vborg.vbsupport.ru/showp...2&postcount=49</a>

SnowBot 03-21-2009 04:40 PM

I changed that and it still didnt work.

version 1.7 & 1.8 worked apart from the links BUT 1.9 gives users errors when trying to read a post BUT the admin works fine.

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.

down.low 04-05-2009 10:09 PM

Quote:

Originally Posted by Vitaly (Post 1784155)
https://vborg.vbsupport.ru/showpost....2&postcount=49

Please, read previous posts prior to ask questions.


Being that it was an error on a different line in your code,-then the other persons post- I would think to just ask you instead of jumping to conclusions and messing it up even more then it already is. If someone's error code doesn't match mine exactly- I'm not just gonna go fiddling around- especially when the first result of your mod when no one at all being able to open a thread- me jumping to conclusions (just because) could've killed the whole site- all from one assumption. So being that the errors are different from one another, should I still do what was previously suggested for someone different?

down.low 04-05-2009 10:13 PM

I read every post before asking for help- even if there's 50, have done it before so trust reading the 5 little pages in this thread wasn't a problem.

Sonic625 04-13-2009 08:10 PM

Is it possible to log only PM that use triggered keywords?

Example. If I want to log all PMs that talk about planes, so if a PM has the word plane or aircraft (etc) in it it would log it and exclude the rest.

Vitaly 04-13-2009 08:38 PM

No.

ijob 04-18-2009 02:40 PM

I have an uncached template warning

Vitaly 04-18-2009 03:11 PM

Where? Details required.

wolfstream 05-04-2009 02:04 PM

Quote:

Originally Posted by Moshe1010 (Post 1783802)
I got this too

Me 3, it's an epidemic
Quote:

Originally Posted by Vitaly (Post 1784155)
https://vborg.vbsupport.ru/showpost....2&postcount=49

Please, read previous posts prior to ask questions.


Please, actually fix your problems instead of getting pissy with people who shouldn't have to code for you. It's amazing how many "developers" will try to pull this "read previous posts" instead of fixing their own errors

[high]* wolfstream uninstalls product because it doesn't work properly[/high]

megroup 05-24-2009 03:49 AM

Hello,

I'm running 3.8.2 version and just installed your mod.
All users except SuperAdmin are getting HTTP ERROR 500 when they are trying to view any thread.

megroup 05-24-2009 10:51 PM

I'm also getting DB error message:

Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT
COUNT( * ) AS `Count`
FROM
`forum_rcd_log_pm` AS PM;

MySQL Error : Table 'forum_my.forum_rcd_log_pm' doesn't exist
Error Number : 1146

geni57 06-11-2009 07:36 AM

Works GREAT


All times are GMT. The time now is 05:52 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.01501 seconds
  • Memory Usage 1,818KB
  • 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
  • (8)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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