inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 5, 2013 12:53:33 GMT -8
Todge: You can send PM's to specific people via URL. Like this URL support.proboards.com/conversation/new/173855 will send one to me. By comma separating the ID's of users you can send it to them. And since the built in plugin search...thingy...saves users as ID's, it's very simple to send a PM if you have the person who adds the plugin add the usernames of all staff members to the forum search in the plugin. There wouldn't be a way to just put the username of "staff" as the person to send the PM to, but you could put a button on the PM page that would simple redirect you to the URL that automatically added all the staff members to the "recipient" list. Hopefully that made sense. And Hopefully it was helpful...
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 5, 2013 13:05:32 GMT -8
This would work as well Texas ^_^
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Nov 5, 2013 13:06:51 GMT -8
Yep, I just tested that theory and came back to tell Boy_Wonder. So, as Texas said, it is possible, in a round-about way. So, at worst you'd need a 'Staff' button, but I have another idea I want to test first.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 5, 2013 13:14:08 GMT -8
Okaylies ^_^ I'll let you test Todge - I could cope with a staff button its just a way to make it easier for people to pm the entire staff team as timezones xD
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Nov 9, 2013 14:35:43 GMT -8
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 9, 2013 14:41:40 GMT -8
Quick question just to check I'm reading it right - ID numbers refers to the end of the url like admin gets user/1 right?
Edit: Yes it is and it works like a charm! Thank you!
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 9, 2013 15:10:02 GMT -8
Todge: It would be a little simpler to use the forum search for usernames. The forum search saves the ID's of the user in an array. So you can convert that to a string or just leave it as an array depending on your needs. It's also easier for the plugin users. But that's just a suggestion.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Nov 9, 2013 17:49:02 GMT -8
I did toy with the idea of grabbing the staff member IDs in that way, but decided against it, simply because it would require extra navigation to grab the ID numbers when the user would need to input them into the plugin anyway.
It would make it a little simpler to grab them, then just copy/paste, but that's about it.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Nov 9, 2013 17:49:43 GMT -8
Quick question just to check I'm reading it right - ID numbers refers to the end of the url like admin gets user/1 right? Edit: Yes it is and it works like a charm! Thank you! Yes, and no worries..
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 9, 2013 18:46:34 GMT -8
what about just making it where the group members have to be manually chosen in the plugin itself. like an autoform with a group name as the collection title. then the members are chosen in the autoform. the autoform collects all the members ids already, so making the link just takes joining all the ids with a comma at the end of the URL.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 9, 2013 20:00:24 GMT -8
I did toy with the idea of grabbing the staff member IDs in that way, but decided against it, simply because it would require extra navigation to grab the ID numbers when the user would need to input them into the plugin anyway. It would make it a little simpler to grab them, then just copy/paste, but that's about it. Todge: What I meant to say was use the built in plugin forum search. There's one built into the user interface. The plugin installer goes the user interface area, searches for usernames of the people he/she wants in the "staff" group. And the id's of those users are automatically stored in the plugin data. It's essentially the same thing you have, accept the user doesn't have to manually go and find all the id's of the users in the staff. They can just search for the members in the plugin interface and it will store it for them.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 9, 2013 20:10:05 GMT -8
is that different then what I said?
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 9, 2013 20:15:07 GMT -8
Hmmm...I guess not, I should to bed, I'm not thinking straight.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Nov 10, 2013 5:30:53 GMT -8
Ahh.. I see. I've never used the Forum Search in a plugin before, for some stupid reason, I thought it was for the creator to choose who for or where the plugin would function. Boy_Wonder, version 1.0.1 is available from the same link, now including the search option. Thanks guys.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 10, 2013 7:33:42 GMT -8
Thanks Todge, I'm quite happy with the 1.0 set up - its not hard for me to find the ids out when I have a list of staff members in a side table ^_^
|
|