vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Super Admins can Read Private Messages (https://vborg.vbsupport.ru/showthread.php?t=92815)

Marco van Herwaarden 10-08-2005 09:34 PM

Quote:

Originally Posted by minifhncc
Does this work for VB3.5 ?

Thanks!

Please read 1 post above yours.

SnowBot 10-25-2005 12:42 PM

Hi Guys

If you go to the sent items box and read a PM it does not tell you who they sent it to anymore :(

***** sent at 1:25 on 19th October 2005

I am sure it used to say

***** sent at 1:25 on 19th October 2005 To *****

Can we have this added please ? :)

biggjoe 11-11-2005 07:24 PM

Floris, thanks for the great hack! I can confirm that it works with vB 3.5 with no probs what so ever!

Then last week, I did a full upgrade to vB 3.5.1 and worked perfectly afterwards. I thought that I might have had to do some slight post-upgrade tweaking, but it wasn't necessary.

Thanks again!

Joe

TOZ 11-20-2005 05:22 AM

Can anyone tell me how to make the text appear on the pull down menu that suppose to say View users PM. Everything works it just appears blank.
I know you can edit this, but where exactly is it ??

Quote:

now create a new phrase in "Control Panel User Management" as follows:
varname: view_users_pms
text: View Users PM's

Marco van Herwaarden 11-20-2005 05:49 AM

AdminCP->Languages & Phrases->Phrase Manager->Add New Phrase

TOZ 11-20-2005 01:04 PM

Quote:

Originally Posted by MarcoH64
AdminCP->Languages & Phrases->Phrase Manager->Add New Phrase

Help, is not working. I went exactly where you pointed. I`m entering as you can see on the attached pic. It saves it, but when I go back to my User manager and pull down the menu in any of my members, the text for View Users Pm still not showing, please advice.
Thanks

scottreeve 05-13-2006 02:21 AM

It says that only Super Moderators can use the admincp/pm.php?userid=x

- My account is an administrator -- how can that membertype use the feature?

kurtbarker 05-13-2006 03:06 AM

when reading PMs in the 'sent' box, it says the sender is the person that recieved it, any way to show the 'actual sender'?

scottreeve 05-14-2006 12:18 PM

(I'm running version 3.5.3, if someone could point me in the right direction.)

Thanks

Smoge 05-25-2006 04:09 PM

To add this to your User Edit Panel, do this:

1) add a new phrase in "Control Panel User Management" with the varname of "read_user_pm" and the text of "Read Users PMs"

2) Edit /admincp/user.php

Around line #285, find :

Code:

"usertools.php?" . $vbulletin->session->vars['sessionurl'] . "do=pmfolderstats&u=" . $vbulletin->GPC['userid']
                                => $vbphrase['private_message_statistics'],

After this, add :

Code:

"pm.php?" . $vbulletin->session->vars['sessionurl'] . "userid=" . $vbulletin->GPC['userid']
                                => $vbphrase['read_user_pm'],

Smoge


All times are GMT. The time now is 08:25 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.01213 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
  • (2)bbcode_code_printable
  • (3)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