News:

Create A Forum Installed

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

0 Members and 1 Guest are viewing this topic.

Offline Agent Moose

  • Newbie
  • *
  • Posts: 37
  • Karma: 12
  • Gender: Male
  • Miss me?
  • Location: South Carolina, United States
    • View Profile

Badges: (View All)
Linux User Mobile User Level 5
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 Facebook Share on Twitter


Offline Alex

  • CAF Support Team
  • Full Member
  • ***
  • Posts: 235
  • Karma: 13
  • Gender: Male
  • Location: Greenville, North Carolina
    • View Profile

Badges: (View All)
Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
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

Badges: (View All)
Linux User Mobile User Level 5
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
424 Views
Last post September 03, 2012, 08:12:06 pm
by Ian
3 Replies
642 Views
Last post May 30, 2013, 03:37:25 am
by Wu_Zi_Mu
1 Replies
518 Views
Last post April 23, 2014, 09:35:33 pm
by Gojoe
0 Replies
843 Views
Last post April 27, 2014, 05:14:21 pm
by LostSoull
1 Replies
425 Views
Last post May 05, 2015, 01:47:15 am
by CreateAForum