News:

Create A Forum Installed

Author Topic: Possible to PM certain member group?  (Read 966 times)

0 Members and 0 Guests are viewing this topic.

Offline Agent Moose

  • Newbie
  • *
  • Posts: 37
  • Karma: 12
  • Gender: Male
  • Miss me?
  • Location: South Carolina, United States
    • View Profile
Possible to PM certain member group?
« on: March 22, 2011, 08:28:50 pm »
I'm not sure if this is possible, but is there some option or something that lets a user PM a whole membergroup? (such as Administrator)?

It would be really useful to know since the code I am trying to create would make it so much easier to do what I want to do if I can PM a whole member group.
Code: [Select]
//Hint hint :)
if(/action=profile;u=(.*);sa=UserPage/i.test(location.href)){
var number = RegExp.$1;
var username = (smf_id_member !== "0") ? document.getElementById("upper_section").getElementsByTagName("li")[0].getElementsByTagName("span")[0].innerHTML : void(0);

Share on Bluesky Share on Facebook


Offline Alex

  • CAF Support Team
  • Bad Emails
  • *
  • Posts: 235
  • Karma: 13
  • Gender: Male
  • Location: Greenville, North Carolina
    • View Profile
Re: Possible to PM certain member group?
« Reply #1 on: March 22, 2011, 09:26:34 pm »
Hi Moose-
I believe that this would fall under the upgrades system- "Newsletter System- Mass E-mail/PM". :)
Terms Of Service

Please don't PM me with support questions

Offline Agent Moose

  • Newbie
  • *
  • Posts: 37
  • Karma: 12
  • Gender: Male
  • Miss me?
  • Location: South Carolina, United States
    • View Profile
Re: Possible to PM certain member group?
« Reply #2 on: March 22, 2011, 09:33:22 pm »
Gah, Okay, thanks.

Looks like I'm going to have to make the user input each of the users that are admins on their forum then.
Code: [Select]
//Hint hint :)
if(/action=profile;u=(.*);sa=UserPage/i.test(location.href)){
var number = RegExp.$1;
var username = (smf_id_member !== "0") ? document.getElementById("upper_section").getElementsByTagName("li")[0].getElementsByTagName("span")[0].innerHTML : void(0);

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
534 Views
Last post September 03, 2012, 08:12:06 pm
by Ian
3 Replies
819 Views
Last post May 30, 2013, 03:37:25 am
by Wu_Zi_Mu
1 Replies
761 Views
Last post April 23, 2014, 09:35:33 pm
by Gojoe
0 Replies
1054 Views
Last post April 27, 2014, 05:14:21 pm
by LostSoull
1 Replies
802 Views
Last post May 05, 2015, 01:47:15 am
by CreateAForum