This is something I'd hoped that vB would have done by now, but how hard would it be to have a form based trigger to generate PM's based on either a list provided by an input field -or- by a defined usergroup?
My forum has a file download library as a core part of it, and occassionally we have updates to a file and want to notify anyone who had already downloaded that file in the past couple weeks (fixes rarely come more than a month afterward).
Right now, my solution has been to create a standalone HTML page using your mod for a pre-filled PM (https://vbmods.rocks/forum/vbulletin...efilled-editor) and creating one link for every userID, a chunk of Javascript to pop that in a window I can use to post the PM, and a chunk of Javascript to put a green checkmark after it.
I'd like to find something more automated so that I don't have to generate the standalone page (which I could do using a form post) and click on every link. That's fine for a small list of 15-20. Anything more than that, and it gets a bit unwieldy.
My forum has a file download library as a core part of it, and occassionally we have updates to a file and want to notify anyone who had already downloaded that file in the past couple weeks (fixes rarely come more than a month afterward).
Right now, my solution has been to create a standalone HTML page using your mod for a pre-filled PM (https://vbmods.rocks/forum/vbulletin...efilled-editor) and creating one link for every userID, a chunk of Javascript to pop that in a window I can use to post the PM, and a chunk of Javascript to put a green checkmark after it.
I'd like to find something more automated so that I don't have to generate the standalone page (which I could do using a form post) and click on every link. That's fine for a small list of 15-20. Anything more than that, and it gets a bit unwieldy.
