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.


All times are GMT. The time now is 09:04 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
  • Page Generation 0.01102 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_code_printable
  • (1)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