Log in

View Full Version : Personal Message Thread Starter


daydie
03-09-2009, 07:07 PM
Is it possible in fourmdisplay to select the threads and at bottom right drop down meu to select PM thread starters.

Thank would be really aprichated if any1 can help

Lynne
03-09-2009, 07:41 PM
No it is not possible with default vbulletin. I'm not even sure I've seen a modification for it but I suppose you can search for it. Otherwise, you can copy one of the choices in the postings.php page and modify it to suit your needs.

daydie
03-10-2009, 03:16 PM
What do you mean postings.php, What do i with this

Lynne
03-10-2009, 03:35 PM
Whoops, sorry, I thought it was postings.php, but it looks like the form action for that dropdown is inlinemod.php. So, you can look at that file and copy one of those actions to try to make your own. I'd start with the part that grabs the threadids but change it to grab the threadstarter userids and then find the PM code and enter all the userids as the recipients. You'll probably have to also do something to allow you to send PMs to that many users since you probably have it set to only allow it to send to x amount of users at a time. so, you'll have to temporarily change that option for you to send it to more users.