vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Admins can view user's PM's (https://vborg.vbsupport.ru/showthread.php?t=32625)

JTMON 04-11-2003 07:14 PM

I thnk you make them Moderators

jamslam 05-11-2003 11:20 PM

*installs*

works on vb 2.3.0 ;) nice job

d3nnis 06-25-2003 07:41 AM

i will install them tonite! Great mod now I can catch those suspious spammers luking ard private messages and catch them red handed! :banana:

d3nnis 06-25-2003 07:41 AM

i will install them tonite! Great mod now I can catch those suspious spammers luking ard private messages and catch them red handed! :banana:

d3nnis 06-25-2003 08:01 AM

just to check...

if my userid is 2 and i only want userid 2 to be able to read those pm's do i do this way in pm.php?


Code:

adminlog(iif($userid!=2," user id = $userid",iif($pmid!=2,"private message id = $pmid","")));
or


Code:

adminlog(iif($userid!=2," user id = $userid",iif($pmid!=0,"private message id = $pmid","")));
or both wrong?


??

S.Shady 06-25-2003 03:54 PM

[QUOTE]03-10-03 at 11:37 PM feldon23 said this in Post #211
All this said, I treat my forum members with utmost respect if they have earned it.

S.Shady 06-25-2003 03:58 PM

[QUOTE]Today at 05:01 AM d3nnis said this in Post #226
just to check...

if my userid is 2 and i only want userid 2 to be able to read those pm's do i do this way in pm.php?


Code:

adminlog(iif($userid!=2," user id = $userid",iif($pmid!=2,"private message id = $pmid","")));
or


Code:

adminlog(iif($userid!=2," user id = $userid",iif($pmid!=0,"private message id = $pmid","")));
or both wrong?


??

d3nnis 06-25-2003 10:44 PM

[QUOTE]Today at 01:58 AM S.Shady said this in Post #228
bothe wrong keep it like this

PHP Code:

adminlog(iif($userid!=0," user id = $userid",iif($pmid!=0,"private message id = $pmid",""))); 

you need to change this line

PHP Code:

// which users are allowed to view user's pm's
// separate each userid with a comma
$canviewpms ""

$canviewpms = "";

Sabrina 06-26-2003 08:32 AM

well i just checked and double checked and triple checked and still, "Viewing User PM's is restricted."

Yes ive added my username (correctly) at $canviewpms = "userid";

I am running vB 2.3.0

??

Nebby 06-26-2003 11:30 PM

whenever i try to click "view users PM's" it says "user blahblah has no PM's"

Even though the PM stats say otherwise =/


All times are GMT. The time now is 06:03 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.01284 seconds
  • Memory Usage 1,742KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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