The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
custompage with a form submit to private.php for multiple recipients pm
I've a custompage with a form submitted to private.php with do=newpm that doesn't seems to work anymore with vbulletin 3.8.
We're used to select from this page multiple recipients for the private message filling a sendmultiple[] array with users id, but this variable doesnt seems to be understood from private.php, how to do that with vbulletin 3.8 ? thanks! |
#2
|
||||
|
||||
If you need help with the coding, the best thing to do is to actually post your code. Please use the code/html/php tags when you post it. Thanks.
|
#3
|
|||
|
|||
this is a simplified version of HTML that was working before the update:
HTML Code:
<form action="/private.php" method="get" > <input type="checkbox" name="sendmultiple[]" class="sendmultiple" value="55527" /> <input type="checkbox" name="sendmultiple[]" class="sendmultiple" value="241586" /> <!-- MANY sendmultiple checkbox here! --> <input type="hidden" name="do" id="mydo" value="newpm" /> <input type="hidden" name="s" value="" /> <input type="hidden" name="userlist" value="buddy" /> <input type="hidden" name="ttype" value="" /> <input type="hidden" name="securitytoken" value="1245834853-2216c1a0f058f13f2eff8e092b9c87ed280aebd6" /> <input type="submit" name="pm" value="Send PM" /> </form> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|