Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #11  
Old 08-27-2002, 11:00 PM
Rose's Avatar
Rose Rose is offline
 
Join Date: Nov 2001
Location: K-Town, Germany
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's Usergroup ID 10.
Reply With Quote
  #12  
Old 08-28-2002, 03:09 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
if($bbuserinfo[usergroupid] == 10) {
  if(
$touserinfo[usergroupid] != 10) {
    eval(
"standarderror(\"".gettemplate('error_pmrestricted')."\");");
    exit;
  }

g-force2k2
Reply With Quote
  #13  
Old 08-28-2002, 03:26 PM
Rose's Avatar
Rose Rose is offline
 
Join Date: Nov 2001
Location: K-Town, Germany
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

G-Force

I think that's a great start! So far, here's what happens:

No one can send a pm to anyone in usergroup 10. This is good.
Members in Usergroup 10 still get their messages (the pop up pops up, anyway) - This is good.
Here's what's bad - the member does not have access to the private messages. The pop up works, but once they try to get into the pm box it simply gives them the restricted access error. This also doesn't show the pm info on the forum home for the members in usergroup 10.
Reply With Quote
  #14  
Old 08-28-2002, 03:33 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm... okay i will look into Rose sorry for the trouble regards...

g-force2k2
Reply With Quote
  #15  
Old 08-28-2002, 03:46 PM
Rose's Avatar
Rose Rose is offline
 
Join Date: Nov 2001
Location: K-Town, Germany
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no sorries. Thanks for helping me out on such quick response!

I'm online if you need to im chat.


Rose
Reply With Quote
  #16  
Old 08-29-2002, 03:34 PM
Rose's Avatar
Rose Rose is offline
 
Join Date: Nov 2001
Location: K-Town, Germany
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*blushes* Politely bumps. *blushes*
Reply With Quote
  #17  
Old 08-29-2002, 08:17 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
if($bbuserinfo[usergroupid] == 10) {
  if(
$touserinfo[usergroupid] != 10) {
    eval(
"standarderror(\"".gettemplate('error_pmrestricted')."\");");
    exit;
  }
}
if((
$bbuserinfo[usergroupid] != 10 OR $bbuserinfo[usergroupid] == 6) AND ($touserinfo[usergroupid] == 10)) {
  eval(
"standarderror(\"".gettemplate('error_pmrestricted')."\");");
  exit;

modified regards...

g-force2k2
Reply With Quote
  #18  
Old 08-29-2002, 09:08 PM
Rose's Avatar
Rose Rose is offline
 
Join Date: Nov 2001
Location: K-Town, Germany
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, G-Force.

But that's not working, either. Administrators cannot send usergroup 10 pm's. I get the "they have chosen not to accept pm's or the administrator ...blah".

Also, as a member of usergroup 10, I cannot access the pm's, but I can see new ones in the user cp. However I can't clikc on "private messages" in the usercp and the $pminfo doesn't show up on the forumhome.

Maybe this just isn't possible.
Reply With Quote
  #19  
Old 08-29-2002, 09:26 PM
Scott MacVicar Scott MacVicar is offline
 
Join Date: Oct 2001
Location: Glasgow, Scotland
Posts: 1,199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you try and describe it all in one post

It sounds like you want people only to recieve pms from people in the same usergroup unless they are admins and in that case they can send to all?

Correct me if im wrong though
Reply With Quote
  #20  
Old 08-30-2002, 12:04 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
if($bbuserinfo[usergroupid] == 10) {
  if(
$touserinfo[usergroupid] != 10) {
    eval(
"standarderror(\"".gettemplate('error_pmrestricted')."\");");
    exit;
  }
}
if((
$bbuserinfo[usergroupid] != 10 OR $bbuserinfo[usergroupid] != 6) AND ($touserinfo[usergroupid] == 10)) {
  eval(
"standarderror(\"".gettemplate('error_pmrestricted')."\");");
  exit;

modified again... sorry i made a math error i meat not equal but i said equal... and i don't see how that would effect the $pminfo from showing i could be wrong though...

PPN :: Rose wants a hack where usergroupid 10 is restricted to use the pms unless to usergroupid 10 and no one can send them pms unless its an admin... i though my code was okay but i didnt' test it x_X regards...

g-force2k2
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:41 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04437 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete