Skip to Content Skip to Menu

How to Block Groups

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 5 months ago #197054 by slabbi
Replied by slabbi on topic Re: How to Block Groups
Also ensure that the group "registered users" is checked.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • FranVSL
  • FranVSL
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
12 years 5 months ago #197152 by FranVSL
Replied by FranVSL on topic Re: How to Block Groups
Yes, it is checked

Please Log in or Create an account to join the conversation.

  • FranVSL
  • FranVSL
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
12 years 5 months ago #197296 by FranVSL
Replied by FranVSL on topic Re: How to Block Groups
Hi!

Any ideas about how to solve this?

Thank you,

Frank

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 5 months ago #197305 by slabbi
Replied by slabbi on topic Re: How to Block Groups
Without having full access to the scripts I cannot check whats going on.
What you can do is to edit includes.php (approx line 185): function uddeIMisRecipientBlockedReg($myself, $toid, $config)
and add before line $blocked=0 following three lines:

var_dump($acl);
var_dump($togid);
exit;

When you write a message the script will stop and display to arrays, the first contains the group IDs you have blocked, the second the group IDs the recipient is in.

Please post these values. When there is an intersection the recipient cannot be mailed.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

11 years 5 months ago #224517 by deltafidesign
Replied by deltafidesign on topic Re: How to Block Groups
Same issue.

J! 3.0.3, CBSubs 3.0

I have different CBSubs plans that insert users in different ACL groups. Main group is registered, then CBSubs add other ACL groups according to plans.

So I can have a "basic" user who is into 2 ACL groups: "registered" and "plan1" groups for example.

I want that Basic users cannot contact "Advanced" users ("registered" "plan2" ACL groups)

But if I select "Advanced" group in the block list still "Basic" users can contact them.

Any solution?

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
11 years 5 months ago #224519 by slabbi
Replied by slabbi on topic Re: How to Block Groups
Sorry, uddeIM supports only the standard groups.

uddeIM 3.0 supports ACL groups for the backend the first time. Group blocking etc. is currently limited to the build-in groups.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum